Browse by Tags
All Tags »
ASP.Net (RSS)
So after many months of procrastinating I finally decided to learn LINQ. When I first heard about LINQ I did not really see it’s true potential and the book I was reading at the time was teaching at a very deep level of the technology and the C#
Read More...
I have been writing custom code for SharePoint sites for several years now. As one knows when writing code testing, testing, testing and a good code review can help to ensure solid code. One of the major issue when writing any SharePoint code
Read More...
A while back I developed an application which made requests to several web sites, scraped some data and stored the data into a database. The application worked great for several months without issue. One day the application failed to
Read More...
I am excited to see some of the new features that are lined up for Visual Studio 2010 and the .Net Framework 4.0. Of these many new features one that really comes close to home is the "Web.Config Transformations" feature. How many times have you developed
Read More...
If you are like me when developing you are always on the lookout for reusable nuggets of code to make you life easier. It's even better when that nugget of code comes with support that will aid you when you run into trouble in using that control. One
Read More...
Have you ever built a site that contains a page that accepts a parameter like http://mycommecesite/productdetails.aspx?pid=10 ? What happens when a user tries to enter an invalid product id? It would be nice if you could show them a nice custom error
Read More...
Have you ever began or written an application that had a need to send an automated email via SMTP? If so, how would you test this, is there some test email server avaiable? One option is to stand up your own email server and then use that for testing.
Read More...