Nuno Gomes /* ASP.NET Adventures */
var myInterests = new { language : "C#", technology: "ASP.NET" };
-
ASP.NET Controls – CommunityServer Captcha ControlAdapter, a practical case
The ControlAdapter is available since .NET framework version 2.0 and his main goal is to adapt and customize a control render in order to achieve a specific behavior or layout. This customization is done without changing the base control.
-
Tools – RedGate just release the new .NET Reflector 6.0 and .NET Reflector Pro
The long waiting, for RedGate to release the new official .NET Reflector version, is finally ended.
-
ASP.NET Controls – Problem sorting GridView with SqlDataSource control
Let me start by saying that Microsoft don't consider this issue as a problem, as you can see here this is a “by design” behavior.
-
Remix 09 – THE NEXT WEB NOW
-
Typemock Racer – A “must have tool” for all ASP.NET developers
A very common mistake taken by junior ASP.NET developers is forgetting that any web application running in a IIS instance will most likely run in a multithread environment.
-
NunoGomesControlToolkit – Now as a CodePlex project
This toolkit is intended to improve web apps performance by decreasing total page size. This page size reduction is achieved by decreasing control ClientID size.
-
Typemock Isolator - Faking an internal static type and overriding a static method
In most common samples about faking static types, the type itself is public as the static methods are too.
-
.NET – The Garbage Collector and Finalizers
I’m not used to use Finalizers in my everyday job but I always thought that if I use it more frequently I could achieve some extra performance.
-
.NET - Determine Whether an Assembly was compiled in Debug Mode
Finding out whether an assembly was compiled in Debug or Release mode is a task we must do from time to time.
-
Opportunity – CodeReviewer almost free
Until 5 June the SmartBear is offering a five seat license of the new CodeReviewer 5.0, with full support and that never expires, for only 5 USD.