Browse by Tags

All Tags » .Net (RSS)

Make sure the web.config pages/namespace can be used together with ASP.NET MVC 3 P1 and Razor by Fredrik N

Note: This blog post is based on the ASP.NET MVC 3.0 Preview 1. The following section is from Forkcan.com (If you didn’t know, you can get code shared to ForkCan.com on your blog, read more here about it ). If you want to know when I publish a new blog...
Filed under: , , ,

ASP.Net MVC 3.0 Preview 1, Razor and nested master pages by Fredrik N

Note: This blog posts is based on the ASP.NET MVC 3.0 Preview 1. In this blog post I will explain how I have created a nested master page in ForkCan.com . Here is the master of the master pages ;) (_Loyout.cshtml) (I have removed some HTML from this example...
Filed under: , , , ,

Looking for great .Net developers – Where are you all? by Fredrik N

Never done this kind of post before I don’t like to do write post like this one, but I have too.. I need more .Net developers! If you are interested to work as an consultant in Sweden and in the city of Gothenburg (to begin with), and have at least 4...
Filed under:

.NET 4.0 is so Lazy by Fredrik N

With .NET 4.0 there is a new class added to the System namespace called Lazy<T>. This class is what the name says, lazy. Here is an example where Lazy is used: var lazy = new Lazy<IList<OrderRow>>( () => { var rows = //get order rows;...
Filed under: , ,

How SubmitChanges works in .NET RIA Servies by Fredrik N

Now I’m back from my 4 week long vacation. I have spend a lot of time with my new apartment, took about 2 month to get most of it ready, I still have a lot of things to do, but all the painting and stuff are done :) I got a question on my e-mail regarding...

Why doesn't some of you write unit test? by Fredrik N

I have educated over 1000 developers the last 1 1/2 year and about 5% of them raise their hands when I ask them if they writes test, like unit test or if they use Test Driven Development (TDD). 5%! That is not much. When I asked them why they didn't write...
Filed under: , ,

Remove code smell with AOP by Fredrik N

During the last years you have probably heard about Aspect Oriented Programming (AOP). Different people like or don’t like AOP. I’m one of them who like AOP. As you may now VB.Net and C# are object orientated languages and with object oriented programming...
Filed under: , ,
More Posts