skip to main
|
skip to sidebar
Kenny Tordeur
.Net Development
2014-01-27
I moved
Posted by
Kenny Tordeur
,
at
Monday, January 27, 2014
1 comments
Recently i decide to move my blog to my own domain. You can now find me at
http://kennytordeur.be
Happy readings ...
Read more →
Newer Posts
Older Posts
Home
Subscribe to:
Posts (Atom)
Linkedin
RSS
Twitter
Popular Posts
MEF in Asp.Net MVC 4 and WebApi
MEF stands for “Microsoft Extensibility Framework”. If you want an overview of MEF, you can look here . In this post we will integrated MEF ...
WebApi: File upload and download using JQuery and submit button
I am going to create a WebApi service called FileService that can be used to upload and download files. The service will only contain 2 meth...
Web Api: Passing a Complex type in JSON
In one project i wanted to pass a complex type to the Post method of an Web Api controller. The Post itself will be done using JQuery in the...
Paged Grid with Knockout.js and WebApi
I want to see how easily you can create a custom grid that uses an WebApi as datasource and that allows the user to page the data and also a...
Nuget package: integrated MEF in Asp.Net MVC 4 and WebApi
Today i wanted to create my first Nuget package and i already knew what i would publish to the world. I wanted to make the code that is used...
ASP.NET MVC 3 and Unity using an IDependencyResolver
In this post i used a custom ControllerFactory for dependency injection. I created a custom ControllerFactory where i overrided the GetCont...
Asp.net MVC: reuse Areas from external project
I created a MVC project that has an Area defined that i would like to use in an other MVC project. Here is the structure. I created a re...
ASP.NET MVC: Set Focus, ViewModel Style
In a recent Asp.Net MVC project i had to set a focus on a specific control, but it wasn’t just a specific control. It was calculate in runti...
ASP.NET MVC and Unity
What is Unity? The Unity Application Block (Unity) is a lightweight extensible dependency injection container with support for constructor,...
Asp.net MVC MEF: Per Request Lifetime
Like the title says, i want to use MEF in an Asp.Net MVC application and the lifetime of the object has to be exactly the same as the lifeti...
Labels
ASP.NET
(8)
Database migrations
(1)
EF
(1)
Entity Framework
(1)
Javascript
(1)
JQuery
(4)
JSON
(1)
Knockout.js
(1)
MEF
(3)
MVC
(5)
MVC 4
(6)
NHibernate
(1)
Nuget
(1)
Sammy.js
(1)
Unity
(3)
WCF
(1)
WebApi
(5)
Blog Archive
►
2015
(1)
December
(1)
▼
2014
(1)
January
(1)
►
2012
(9)
December
(5)
November
(1)
August
(2)
May
(1)
►
2011
(6)
September
(1)
May
(2)
April
(2)
March
(1)
Kenny Tordeur