January 2007 - Posts
23 January 2007
ASP.NET: Utility.TryParse() To Better Handle Parameters
In ASP.NET, one of the tedious things to do is to get values from query string parameters, cast/convert to proper types and assign to local variable for further processing. Initally most developers simply code like this: 1 int orderId = Request.QueryString[ "order_id" ]; 2 OrderBLL orderManager = new...
Read More...
20 January 2007
.NET: Build.Cancel = Ctrl + Break
If you're not using this shortcut you probobly be either using a build server or build script on your project OR you are suffering from waiting for your build to start and press Stop to continue working, because you have accidentally pressed the F5 while coding. Now that you're have 5+ web projects,...
Read More...
16 January 2007
.NET: Advanced Data Paging with Sorting In SqlServer 2005
dwarvend, a former teammate in my frist company once asked me about data paging large resulsets in ASP.NET. Data paging in SQL Server 2005 is relatively easy with new RowNumber feature but supporting dynamic sorting is little tricky. I have this executable to script to demonstrate this sorting. --check...
Read More...
16 January 2007
L10N: Maintainable Resex Files
When you plan to make your project multi-language and you are nearing its completion it is not smart to put those resource strings on a .resex files and edit right from your IDE. Why? Simply because it is not maintainable and hard to track changes whenever you add new entries. Also, your translators...
Read More...
15 January 2007
.NET: Redundant ToString() method
It is only when I used Resharper that I learned I have been redundantly calling ToString() method when concatenating other types with a string type and assign it into string variable. The code below work just fine despite different types involved in the expression. 1 int value1 = 100; 2 decimal value2...
Read More...
05 January 2007
Dev't: Keep It Simple And Stupid (KISS) Principle
When was the last time you heard it from your boss telling you to just keep it simple and stupid. Stay with the baseline and no more. When I was working in an ISV, it bugs me almost everyday trying to simplify things and working out on features to be more and more usable in various types of users, from...
Read More...
04 January 2007
ASP.NET: Avoid name collisions and data loss, keep those keys out of code-behind
If you have developed ASP.NET applications you might share the same sentiment of forgetting session keys, cache item keys and query string variables. It is very important that you document each of them outside your code to avoid name collisions and accidental data loss. Sometimes you will forget those...
Read More...
04 January 2007
17 Things To Think About and Execute in 2007
2006 has been a very good year to me and as new challenges of 2007 is coming I would like share some my resolutions. Having this list is difficult than I thought, I tend to list some unrealistic expectations which I know migth just failed me on year-end. So I trimmed it down. IT/Software Development...
Read More...
Home
Contact
Rodel E. Dagumampan
On C#, ASP.NET, Security, Usability and SQL Server
RSS for Posts
Atom
RSS for Comments
Recent Posts
Disputed Code Comments vs. Self Describing Self Documenting Code
We are hiring .NET Developers, Graphic Artists and Xhtml Experts - Davao City
Haven't read any .NET book in more than two months
Finish the feature on time, you'll get your Resharper license
High cost of low quality code
Tags
.NET
.NET WEPOS
ASP.NET
build better software
business of software
developer tools
developer's life
Development Process
how to
independent consulting
internationalization
L10N
localization
microISV
nugs
patch management
resharper
scripts
sequel server
sql server
stored procedures
tektips
usability and design
user interface
windows forms
Archives
September 2007 (1)
August 2007 (5)
July 2007 (1)
June 2007 (3)
April 2007 (5)
January 2007 (8)
December 2006 (4)
November 2006 (9)
October 2006 (3)
September 2006 (9)
August 2006 (5)
July 2006 (11)
June 2006 (3)
May 2006 (6)
April 2006 (5)
March 2006 (9)
February 2006 (3)
January 2006 (3)
December 2005 (9)
November 2005 (11)
October 2005 (6)
September 2005 (13)
August 2005 (4)
June 2005 (1)
May 2005 (2)
April 2005 (4)
March 2005 (1)
February 2000 (1)
Search
Go
Community
Home
Blogs
Media
Forums
Groups
DevCast
Email Notifications
Email Notifications
Go
News
MVP-C# March 2007.
Subscribe My Blog By Email
MCP - .NET Application Foundation
Philippines Best of Blogs
MSBUILD
MSBuild Overview 1
MSBuild Overview 2
MSBuild Overview 3
Great Blogs
ScottGu Blog
Scott on Writing
Brad Adams - CLR
Joel Spolsky - Joel on Software
Sara Ford - VS Testing Team
Anders Noras
Technical Articles
ASP.Net Technical Articles
All About Me
My Resume
My Corporate Projects
My Personal Projects
My Personal Blog
Books Wishlist
The Mythical Man Month
Pro ADO.Net 2.0
MCTS : Application Foundation
MCTS : .NET 2.0 Web Client Development
Don't Make Me Think
The Build Master: Microsoft's Software Configuration Management Best Practices
Software Configuration Management Patterns: Effective Teamwork, Practical Integration
Books on my shelf
Books On My Bookshelf
Books I Am Currently Reading
Usability And Design
Usability.gov
Usability Institute
Search Engine Optimization
SEO Chat
Search Engine Watch
Search Engine Forum
Isulong SEO PH
Code Better
Jeremy Miller
Raymond Lewallen
David Hayden
Scott Bellware
Errata / Corrigenda
Errors, Additions and Patches