Any serious web developers should experience a too long rendering time for his/her web pages. Here is the list that I usually do it before release my web application to production stage. I call it my “Optimization check-list”. Please note that, some of tip should be used on ASP.NET specifically and any other may not. …
SQL Tricks #1
Hello all, After my last few Transact-SQL training courses, one of my trainee had ask me on this scenario and I thinks it should be useful for most of people who are not concern much about SQL query performance which produce better processing time when compared to generic coding to query the result. You may …
Prevent your .NET application from SQL Injection
Hello everyone, Now I’ll talking about a technique that script kiddies widely used to attack to the first wall of your application. If you’re a rookie for security topics on development then you may never heard about this before. In my .NET courses training experiences, most of my trainees never know about this issue before …
Create RSS Feed from your data with .NET
Hello, Today I’ll give you a quick guide on how to create RSS Feed channel from your existing data. Before we go to the implementation, let’s see a brief overview of What is RSS, Feed or Atom? RSS, Feed or Atom is a format name of the method for latest generation webmaster to feed their …
VB.NET vs C# – Who will win?
Hi all, This is my first post on blog about Microsoft .NET development. So, let me say a little sorry about my bad English. Let’s go to those day that C/C++ language dominating Visual Basic all the time. If I can remember it takes more than ten years now since Visual Basic for DOS (1.0). …
Great 3rd party Ajax control suite
Have you ever tried Ajaxify your ASP.NET application? Have you tried and tired? I’m one of those guys who already tried and tired on ajaxify the application to fully working in Ajax basis. Until the day I found one of a great Ajax control suite named Telerik RadControls for ASP.NET. It was combined by various …