Monthly Archives: September 2009

How to change / configure AspNetSqlProvider

Click Start button choose Run then type inetmgr. Click Connection Strings and configure from there. By default you should only see at connection string “LocalSqlServer”. Reconfigure that and you should get it working.

Posted in Uncategorized | Leave a comment

Back to basic (Part 3): Update from LINQ to Entities

This is continue from part 2 (Reading from LINQ to Entities). The code will work for both .NET Framework 3.5 or 4.0. The complete code. {       //Define an entity object       BeancurdEntities entBC = new BeancurdEntities();             //Get … Continue reading

Posted in .Net | Tagged , | 1 Comment

Demos from for TechInsights

Download the complete code from http://skydrive.live.com. My MSN ID is chanmmn@hotmail.com. Parallel Programming – ParallelForLoop.rar, ParallelLINQ.rar LINQ – WPFCRUDLINQ2010.rar

Posted in Uncategorized | Leave a comment

Back to basic (Part 2): Read from LINQ to Entities

This is continue from part 1 (Adding single row / record using LINQ to Entities). The special parts of this short code are you cannot run without .NET Framework 4.0. First part that requires to have .NET Framework 4.0.   … Continue reading

Posted in .Net | Tagged , | Leave a comment