Web Application Development with Microsoft Technologies

News, Reviews, Experiences and Gadgets about .NET Technologies for Web Developers.

Web Application Development with Microsoft Technologies header image 4

Entries Tagged as 'Resources'

Microsoft Technet Online - Already registered !

November 16th, 2007 · No Comments

I already registered for the big next event from Microsoft at our South Region “ConoSur”. It is the Microsoft Technet and MSDN Briefing online, which is going to be held this month on 29th.
Best of all: this is an online event, so you can attend from your home or office using the new MS Office […]

[Read more →]

Tags: Resources

SOA Security in Enterprise Applications

November 8th, 2007 · No Comments

A good reading that came in the latest MSDN newsletter, about security aspects that you would need to have in mind when using SOA in large enterprise architectures.
 It covers alternatives for authentication (centralized repository for storing the keys), placing the security logic, risks of having a coupled solution, using Sharepoint as a tool for isolating […]

[Read more →]

Tags: SOA · Resources

Monthly AJAX.NET, ASP.NET, Silverlight Links.- October 2007

November 4th, 2007 · No Comments

I’ve been very busy last month working for our new customer Nick, from UK. We are developing a new module for his ASP.NET Recruitment System. We worked almost 15 hours a day for the past week to finish with the tricky module on time !
That is why I haven’t updated my blog in a long time. I […]

[Read more →]

Tags: Resources · ASP.NET · AJAX.NET

C# Coding Standard, Best Practices and Guidelines

October 9th, 2007 · No Comments

Even when I work for a huge IT Company, coding standards are always a problem.
Available .NET standards used to be long, complex, and sometimes hard to comply with. We finally end up customizing some Microsoft official coding standard and set up FxCop to check the code for compliance with MS Guidelines.
Well, after reading latest Scott’s post, […]

[Read more →]

Tags: Resources