Welcome to my Site
Welcome
to my Site This is my professional website where I illustrate my abilities as an
ASP.NET Software Engineer.
I have 5 years experience in programming in C# for both web forms and windows forms. I have used MVC for one year and now use it for all of my websites.
My previous experience was in C programming, Assembler, Embedded Systems, UNIX, and Digital Signal Processing.
MVC Articles
- MVC Templating shows how Masterpages and Partial Views are used to create many templated layers in producing a website.
- Combined Routing shows how a substring of the domain name can be combined with the controller name to provide additional routing possibilities
- Encode New Line shows how to modify Html.Encode to allow line breaks.
- Using Slidertron shows how a jquery plug in can be modified.
Example Websites
The use of Domain Aliases and 'Sub Domain Routing' allows a number of websites to
be incorporated into one web application. The following examples are on the same
web host under one package.
Bizcraft Websites
The following websites are routed from the bizcraft site
ASP.NET MVC enables you to build Model View Controller (MVC) applications by using the ASP.NET framework. ASP.NET MVC is an alternative, not a replacement, for ASP.NET Web Forms that offers the following benefits:
- Clear separation of concerns
- Testability - support for Test-Driven Development
- Fine-grained control over HTML and JavaScript
- Intuitive URLs