Archive for the ‘Web Development’ Category

In part 1 of this series, we described a way to simplify our code to abstract some of the role-based implementation which the ASP.Net Memberships & Roles gives us. In this part, we will explore the extensions needed in the SQL Server database to have additional table which will help store the data needed to [...]

In the following series of article, I will show a customer implementation of the ASP.Net Membership Providers to extend the Memberships.

The powers that be agree that Dependency Injection (DI) & Inversion of Control (IoC) patterns help applications become more component-based, easier to maintain & better designed.

The following series of article provides a step-by-step guide to structure code for working with DI & then implementing IoC for noob programmers.

Ladies & Gentlemen, presenting my first open-source application called WebsiteManager – finally released & ready for you good folks to use! This version (v1.0) provides a UI to manage the ASP.Net Memberships & roles via a web application using ASP.Net MVC 3.5 (although you could use it on ASP.Net MVC 2.0 also) I have a [...]

Resolving JS/CSS/Img paths in MVC Views

I finally got the chance to start working on ASP.Net MVC with jQuery & Linq. My last project was based on the now “old” .Net 2.0  & we went with a complete MS technology stack including their version of AJAX. Adding third party controls to the mix didnot help & only added to the overall [...]