Moses Yap
:-) A happy IT Guy

LINQ: A pretty interesting LINQ usage

June 30, 2008 13:22 by moses.yap
I was having a problem doing something very simple.  I wanted to bind an array of string to a DataGridView on a windows program, but instead of the values of the strings in the array, I am getting the Length instead.  I guess that is because the Length is the first public property and this... [More]

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5
Tags:
Categories: .NET | C# | Lamda
Actions: E-mail | Permalink | Comments (0) | Comment RSSRSS comment feed

C#: Using XmlSerializer to convert object to XML

June 26, 2008 12:14 by moses.yap
This entry shows how to serialize an object into an XML string using the XmlSerializer class.  In this example, we have 2 classes, an entity class called Answer and a collection class called AnswerCollection which is of type List<Answer>.  I am going to use these classes later on to ... [More]

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5
Tags:
Categories:
Actions: E-mail | Permalink | Comments (0) | Comment RSSRSS comment feed

Microsoft Enterprise Library: Logging into a Database

June 13, 2008 06:07 by moses.yap
I seemed to find very little resource when it comes to configuring the Logging Application Block with a database.  Flat file sink examples are everywhere but when it comes to the Database sink, it was not as easy. Here is my contribution to helping demystify the process:   1.  Run ... [More]

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

SAP B1: Getting information on the Database Schema

June 12, 2008 08:43 by moses.yap
For SAP B1 developers, its sometimes difficult to determine which table to select from, specially with so many tables and columns on the DB.  It does not help much that the table names can be pretty cryptic as well.  Here are some places to get information: 1.  SAP SDK documentatio... [More]

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5
Tags:
Categories: SAP B1
Actions: E-mail | Permalink | Comments (0) | Comment RSSRSS comment feed