-
Recent Posts
Recent Comments
Internet Money Path on Social Media Startup Plan Sherrie Pinson on Social Media Startup Plan Vivien on Social Media Startup Plan UnfifiniJaita on Microsoft Security Bulletin MS… Creating Web Food –… on Social Marketing Strategy… Archives
Categories
Meta
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 .NET, c#, Programming, snippet, syntax, visual studios
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