LINQ and Web Application Connection Strings
It’s usually a good idea to seperate Biz Layer Objects and Data Access Objects into seperate assemblies, but when you do that and use LINQ to SQL (.dbml) files the DataContext object default ctor uses
It’s usually a good idea to seperate Biz Layer Objects and Data Access Objects into seperate assemblies, but when you do that and use LINQ to SQL (.dbml) files the DataContext object default ctor uses
I found out the hard way that Web Application Projects do not support dynamic class generation for profile providers. For now you need to use the “WebSite” type project instead of WAP or you can use
Lutz Roeder’s Reflector add-ins are now on www.CodePlex.com http://www.codeplex.com/reflectoraddins
I just spent the last few hours trying to track down why I kept getting an “is null or not an object” error when setting up a service with a ScriptService attribute. I started my coding with a PageMet
The SqlXml datatype constructor only accepts a Stream or XmlReader, if you have an XmlDocument in memory (go with stream if you have it) then you can easily convert to a SqlXml compatible stream with