Nov 14 2011
Unobtrusive JavaScript – Video Tutorial
UdoozTube :: Hasha Tech Tutorial
Nov 14 2011
UdoozTube :: Hasha Tech Tutorial
By udooz • ASP.NET, JavaScript, MVC 3, Uncategorized • Comments Off
Aug 6 2011
WCAT (Web Capacity Analysis Tool) is a tiny but excellent tool from Microsoft to perform load test your web application on IIS. This tool enables you to do performance analysis on various scenarios of your web application. All “perfmon” performance counters (like processor time, private bytes usage, disk queue length, total bytes sent or received [...]
By udooz • .NET, JavaScript • 1 • Tags: .NET, IIS, IIS 7.0, performance, test, tool, wcat
Jun 28 2009
Download the complete source code from https://udooz.net/index.php?option=com_docman&task=doc_download&gid=1&Itemid=5. When Microsoft released its flavour of AJAX framework named “ASP.NET AJAX” as part of ASP.NET 3.0 preview, it does not have much competency when comparing with other AJAX frameworks. But when I evaluated ASP.NET AJAX 4.0, I was really inspired the new features that are completely focused your browser [...]
By udooz • ASP.NET, JavaScript • 2 • Tags: ADO.NET, AJAX, ASP.NET 4.0, data context, data view, template
Apr 24 2009
Sample VS2008 Project is available at http://snipurl.com/asp_net_extendercontrol_sample.zip This is the continuation of ASP.NET Extender Control: Decorating & Componentizing Web Controls with Client Behavior. In this walkthrough, the following things are explained: Decorating or extending web control behavior. A mouse hover effect which is implemented in JavaScript would be applied to controls of type Button. Packaging client side [...]
By udooz • ASP.NET, JavaScript • 2 • Tags: ASP.NET, Decorate, Extender Control, JavaScript, Web Control