Welcome to the future of Data Access http://msdn.microsoft.com/netframework/future/linq/ With DLinq... and a whole new XML object syntax based on XLinq... These technologies build on the type inference capabilities of .NET 2.0... For example... to get
Read More...
I have a datatier project that creates a DLL with all my ORMapper generated classes. These classes reference the mappings.config file via an absolute pathname in my dev environment....
Read More...
Along with the saying "use the right tool for the right job", are when is it not recommended to use the mapper?
Obviously ...
Read More...
Here is the schema, which will give you hints as to the valid keys and properties...
I just cut these from my VS.2005 screen to put them here for reference...
Read More...
I have been using my own code generator for some time... I have to say, I am happy with it, it is quick and very precise... a bit on the verbose side, and I think I could do a better job
...
Read More...
With the new .NET we get a new option for accessing database content in our code... Right now it only works for SQL server, but supposedly it will work with more databases before the release.
... Read More...
Well Microsoft released anoter CTP of SQL2005... this called the december release... released on December 4th... This new re...
Read More...
There is a new article on MSDN where Bob Beauchemin offers a sample walk though of the new trace facility in the DataAccess providers in ASP.NET 2.0.. Check it out
...
Read More...
I got tired of manually munbering my builds in visual studio... I did a google search and found these a couple of resources.
...
Read More...
Earlier I blogged about connecting to my SourceForge project via CVS and visual studio, well I was successful last night, and wanted to do a quick writeup. (the former post is buried here ... Read More...
For DiscShare, I built a custom screen scraper that pulled from amazon and IMDB, it may have been possible to retrieve this data directly via a web service, something I will have to explore in the
... Read More...
So now I have my source forge site, I need to whip up a home page, and get some source up there. I am thinking I want to also use their source control and saw a nice looking plugin ...
Read More...