Articles : Page 1 of 1
- Filter:
- DependencyInjection
- Razor
-
Series of webcasts about ASP.NET MVC 3 (in Italian)
Oct 1104After a long gestation period, today it was published on Channel9 a series of webcasts about ASP.NET MVC 3. This webcasts Ugo Lattanzi, a fellow ASP.NET Italian MVP, and I recorded (in Italian) covers the following topics: Introduction to the new features of ASP.NET MVC 3 Razor, the new view engine of ASP.NET MVC 3 How ASP.NET MVC 3, SQL CE 4 and EF CodeFirst work together Introduction to IoC/DI and how to use Ninject inside ASP.NET MVC 3 They are in Italian, but, especially the l...
-
Dependency Injection in MVC 3–with Views
Jan 1124If you have not read the first post in this series, please do so as these samples build on that post. At first, it may appear that MVC 3s Dependency Injection is not all that different than what we had in MVC 1 and 2. The fact is, MVC 3 gives us a lot more flexibility, and for sure, Dependency Injection is a first class citizen in the ASP MVC Framework. Using the Unity IoC Container, lets take a look at how views can take advantage of Dependency Injection. View Page Class public class ...
-
A quick primer on .NET web frameworks
Aug 1025I’ve received quite a few questions in the past months and year about web frameworks for .NET (some confusion around the difference between WebForms, ASP.NET MVC, FubuMVC, ASP.NET in general, etc). So I thought I’d make a quick blog post giving some real basic explanations of these frameworks, what the intended audience is for each, and what the strengths and weaknesses are of each. Note: This is not an exhaustive list. It does not include all the frameworks that are out there. There are man...
- 1

