Always remain updated about current software development trends
After my previous blog post, I realized that using SQL strings is not a great way to do things. Sometimes we start blogging too quick and then realize our mistakes after. But, no big deal, live and learn... I am going to now rewrite this application and use...
I was playing with entity framework in recent days and I was searching something that how we can execute TSQL statement in entity framework. And I have found one great way to do that with entity framework \u2018ExecuteStoreQuery' method. It's executes...
I have been teaching in the past few weeks many people on how to use Entity Framework. I have decided to provide some of the samples I am using in my classes. First let's try to define what EF is and why it is going to help us to create easily data-centric...
I have been teaching in the past few weeks many people on how to use Entity Framework. I have decided to provide some of the samples I am using in my classes. First let's try to define what EF is and why it is going to help us to create easily data-centric...
Entity Framework Code First makes it very easy to access local (first level) cache: you just access theDbSet<T>.Localproperty. This way, no query is sent to the database, only performed in already loaded entities.If you want to first search local cache,...
Home / News / 2012 / New Versions of dotConnect ADO.NET Providers with Support for Visual Studio 11 Beta!New Versions of dotConnect ADO.NET Providers with Support for Visual Studio 11 Beta! Devart is glad to announce the release of the new versions of ADO.NET...
I just finished up a new Pluralsight course titledBuilding ASP.NET MVC Apps with EF Code First, HTML5, and jQuerythat I'm really excited about. As the title implies, the course provides an end to end look at an application built using ASP.NET MVC, Entity...
I have upgraded myEFMVCapp from ASP.NET MVC 3 to ASP.NET MVC 4 Beta. EFMVC is a demo web app initially built for demonstrating ASP.NET MVC and EF Code First. Now I am planning to add more features onto EFMVC and want to add cloud specific features with Windows...
It's been a while since I wrote my last book review, mostly because I'm still trying to figure out when it adds value to write one. For this one it was pretty obvious, there are far too little reviews out there. Being new to NHibernate, and NHibernate being...
Recently an article was posted on InfoQ about the seven most requested features in the Entity Framework. This post explores them and why developers do not need to wait for Entity Framework to catch up and compares the requested features to the Mindscape LightSpeed...
c# .net dev intermediate asp.net windows sql beginner silverlight advanced c++ javascript architect sql server wpf mysql html5 mobile c#4.0 jquery