Browse by Tags

All Tags » C# (RSS)

Developing web apps using ASP.NET MVC 3, Razor and EF Code First - Part 2 by shiju

In my previous post Developing web apps using ASP.NET MVC 3, Razor and EF Code First - Part 1 , we have discussed on how to work with ASP.NET MVC 3 and EF Code First for developing web apps. We have created generic repository and unit of work with EF...

Developing web apps using ASP.NET MVC 3, Razor and EF Code First - Part 1 by shiju

In this post, I will demonstrate web application development using ASP. NET MVC 3, Razor and EF code First. This post will also cover Dependency Injection using Unity 2.0 and generic Repository and Unit of Work for EF Code First.You can download the source...

Visual Studio Async CTP by shiju

Microsoft has announced the Community Technology Preview (CTP) version of Visual Studio Async.The new Visual Studio Async CTP provides a new syntax for asynchronous development using C# and VB.NET. You can download the Visual Studio Async CTP from here...
Filed under: , ,

Using .Net 3.5 and C# 3.0 features in T4 templates by shiju

The T4 templates are compiled against .Net Framework 2.0 by default and it will be restricted to use LINQ and other .Net 3.5 features in your T4 templates. If you want to use any of C# 3.0 or .Net 3.5 features in your T4 templates, you have to specify...
Filed under: , ,
More Posts