Category Archives: C#

Eliminating Aspnet WebForms Redundant Coding with Snippets

I know that Aspnet web form are kinda old school now a days with MVC 3 in the picture, but I wanted to share a way I have used in all my project to increase productivity.  There are .cs codebehind … Continue reading

Posted in .NET, ASP.NET, C#, snippet, Web Design | Tagged , , , , , | Leave a comment

HTML5 and JQUERY with .NET c# WCF Servcies

If your a .NET Developer like me and you are looking to transition into the wonderful world of mobile development. There is a quick way for you to start your journey towards developing HTML5 applications supported on IOS and Android without … Continue reading

Posted in .NET WCF Services, C#, HTML5, jQuery | 5 Comments

C# Sending Email from IIS 6 OR IIS 7

Quick and dirty how to send email from a web site using C#.  This code can be added using Visual Studios Web Express of the full version of Visual Studios.  I am currently developing in .NET 3.5 and 4.0 You … Continue reading

Aside | Posted on by | Leave a comment