By tag: Principle
0
kicks
Use Event Aggregator to make your application more extensible
Recently, in KiGG/DotNetShoutout we have integrated Twitter, nothing complex, very basic thing like when a story is submitted or appears in the front page it will broadcast in Twitter and like our feed it will post the short url of the original story (Cant resist to do some shameless marketing f...
0
kicks
Use Bootstrapper in Your ASP.NET MVC Application and Reduce Code Smell
In this post, I will how you can use a simple bootstrapper to make your application more extensible. In a typical ASP.NET MVC application you will find there are lots of thing going on in Application_Start, like configuring your IoC/DI, registering routes, model binders etc. The following is the cod...