Welcome to MSDN Blogs Sign in | Join | Help

Wriju's BLOG

.NET and everything

April 2008 - Posts

LINQ to SQL : FAQ Answer By Matt Warren
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...
MSDN Magazine Topics Online
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...
LINQ to XML : Modifying XML document
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...
LINQ to XML : Changing connectionString in app.config
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...
Page view tracker