As we have been using Entity Framework on my current project I have found that it can be easy to kill eager loading on your queries. This can be a real problem if you are counting on it. I have been working on cross-cutting concerns up to this point,
»
connectionString="metadata=.\AdventureWorks.csdl|.\AdventureWorks.ssdl|.\AdventureWorks.msl;
provider=System.Data.SqlClient;provider connection string='Data Source=localhost;
Initial Catalog=AdventureWorks;Integrated Security=True;Connection Timeout
»
I’ve been struggling lately to place ads in my blogger template. The only thing that’s really worked well is using the AdSense widget. But I’ve been wanting to place a banner ad in my template and blogger doesn’t have a widget for that. When I have tried
»
I usually prefer to blog about my own ideas and the learning process with new technologies. But when I read this article on InfoWorld I had to write about it.
What’s Mono?
Mono is an open source implementation of Microsoft’s .NET Framework. The big
»
As a general rule I prefer to avoid referencing System.Web in my library classes. But if it can’t be avoided it’s still a good idea to avoid the use of HttpContext.Current. It must be nice to live in a perfect world you say? Yes, there are times that
»
In my last post I mentioned I would be addressing tables next, but as I read through the documentation I realized something. Because Oracle doesn’t have the same concept of databases as SQL Server I need to use schemas to segregate my data. In order to
»