April 2008 - Posts
Wonderful composition of FAQ is available at http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=2769747&SiteID=1 by Matt Warren . Q: How do I get default values from the database when inserting new entities? A: LINQ to SQL does not support using
Read More...
Windows Server (313) Windows Client (90) .NET (938) ADO / ADO.NET (89) ASP / ASP.NET (266) BizTalk (11) C# (566) C++ (274) COM / COM+ (79) Concurrency (76) Data Access (147) DataGrid / GridView (30) Delegates (18) Design Patterns (28) DirectX (9) Exchange
Read More...
You have XML document now you want to modify that XML file using LINQ to XML. It is as easy as you generally modify any database column value. Let us create a dummy XML stream, //Create dummy XML to work var root = new XElement ( "parent" , from i in
Read More...
When you create data bind application using wizard in Windows Forms application and connection string gets added to you settings file. Now you may be interested in changing that connection string but problems, 1) The connection string in settings has
Read More...