
Get Free Silverlight Streaming. Click Me.
Technology, Art, Solution, Tips, Multimedia, How To, What Is, Programming, Software, Freelance
lokeuei has made a new post: Ok everybody, say it with me....
LINQ is not pronounced "Link-You"
just as FAQ is not pronounced ....
(saw this on a friend's status message)
.NET Compact Framework 3.5 Namespace List
Get it from http://blogs.msdn.com/lokeuei, windows mobile guru
( met him at TechEd2007 SEA , what a fun but full of knowledges guy! )
It might be useful for windows mobile developer like me :P

One, solutions built with the Visual Studio 2008 SDK (Software Development Kit) will not be limited to Windows or other Microsoft platforms, as they had been limited in the past.
Two, Premier-level VSIP partners can view Visual Studio 2008 source code for debugging purposes and see how their VS extensions are interacting with Visual Studio itself.
Destination sapDestination = new Destination();
sapDestination.AppServerHost = “SapServer”;
sapDestination.Client = SAPClient;
sapDestination.Language = SAPLanguague;
sapestination.Password = password;
sapDestination.SystemNumber = SAPSystemNumber;
sapDestination.Username = user;
SAPProxyClass mySAPProxy = new SAPProxyClass();
SAPProxyClass.Connection = Connection.GetConnection(sapDestination);
SAPProxyClass.Connection.Open();
SAPProxyClass.ourBAPICall(params); //Do some work here