Review: Develop ASP.Net Apps At Iron Speed (Intelligent Enterprise Magazine)

Review: Develop ASP.Net Apps At Iron Speed (Intelligent Enterprise Magazine)
RADest amongst RAD tools, Iron Speed’s Designer Enterprise is a code generator unlike anything the CRN Test Center has ever tested for ASP.Net development.

ASP.NET: Choose a Standard Number Format (WebProNews)

ASP.NET: Choose a Standard Number Format (WebProNews)
Today, I ran into an issue regarding the way numbers are parsed in different cultures, which resulted in very wrong numbers. The problem begins when your web application is set to automatically resolve the culture through the browser. It is by default. All these different cultures have different ways to look at numbers and decimals and that’s all built directly into the .NET Framework. …

ASP.NET: Easily Block DoS Attacks (WebProNews)

ASP.NET: Easily Block DoS Attacks (WebProNews)
Denial of Service (DoS) attacks are becoming a more and more common way to bring websites and servers down. They are very easy to do and pretty hard to protect against, which is why they are so popular. The only thing you can do to prevent such an attack is to block the response to the attackers. You have no control over the requests, so you have to catch the attacker as early as possible …