Tag Archives: .NET

5 Great Microsoft .NET Developer Blogs

Scott Hanselman http://www.hanselman.com/ Dan Wahlin http://weblogs.asp.net/dwahlin/ The Morning Brew http://blog.cwa.me.uk/ Jon Galloway http://weblogs.asp.net/jgalloway/ Scott Gu http://weblogs.asp.net/scottgu/ I’m sure I missed a bunch.  What do you recommend?

Posted in development | Tagged , , | View Comments

Security Tools for .NET Development

Security is a programmer’s responsibility.  Your project manager or client is not going to ask for security, but it is a basic implied requirement for any software project.  A good place to start is to look at the top ten … Continue reading

Posted in development | Tagged , | View Comments

Sharepoint development .NET build events

When developing .NET applications, particularly Sharepoint applications you might find yourself updating the GAC (Global Assembly Cache) and restarting IIS a lot.  This can be time consuming if you are making a lot of short interations in your development cycle. … Continue reading

Posted in development | Tagged , | View Comments