Sign In
Hil's managed code development
Good practices in the life of software development
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tags
.NET
AJAX
AjaxControlToolkit
ASP.NET
Code Coverage
LINQ
PowerShell
SilverLight
UI Automation
Visual Studio
Archive
Archives
December 2011
(1)
November 2011
(1)
June 2010
(3)
October 2008
(1)
September 2008
(3)
August 2008
(4)
September, 2008
MSDN Blogs
>
Hil's managed code development
>
September, 2008
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Hil's managed code development
Test .NET library using PowerShell and Visual Studio Debugger
Posted
over 4 years ago
by
Hil Liao
0
Comments
Often times, when a developer builds a C# library, there is always a need for unit testing it. If your company already has strictly guidelines on how to enforce unit testing before any code is checked in, you might want to read the policy procedure about...
Hil's managed code development
ASP.NET AJAX Control Toolkit example
Posted
over 4 years ago
by
Hil Liao
1
Comments
There are situations where you don’t want user to click on a button twice too fast or on a checkbox when the server is still processing. One quick trick is to use “ this .Button1.Attributes.Add( "onclick" , "this.disabled=true;" ); ” to disable the button...
Hil's managed code development
Common Tasks in Developing ASP.NET Application
Posted
over 4 years ago
by
Hil Liao
1
Comments
I mentioned developing an ASP.NET website in the first blog . ASP.NET is a sophisticated architecture that often confuses developers, especially which event fires first could be difficult to expect. You should understand ASP.NET Page Life Cycle before...
Page 1 of 1 (3 items)