Category Archives: C# 4.5
Migrating old source code of Visual Studio 2010 to Visual Studio 2012
Step 1: Enable nuget restore. Find and click on Project then find and click enable nuget restore. Step 2: Manage nuget packages and install entityframework and ajaxcontroltoolkit. Step 3. Download and install ajaxcontroltoolkit 4.5. Step 4: Click on Toolbox then … Continue reading
Posted in ASP.NET 4.5, C# 4.5, CSS, HTML 5, Visual Studio 2012
Leave a comment
Migrating EF4 to EF4.5
If you do have a previous class that uses entity framework in visual studio 2010. Then you need to create the same class using visual studio 2012. When you try to copy and paste into the new class. Then compile … Continue reading
Posted in C# 4.5, Entity Framework 4.5, Linq to Entity
Leave a comment