Archives
-
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.
-
ASP.NET – Converting C# String to JSON String
Most web applications display messages to users. Displaying messages is the most effective way to inform user about errors and warnings or to simply display info or success status.
-
ASP.NET Controls– Applying CSS styles to a Menu control
This is subject to which I ended up returning from time to time, either for professional purposes, for some pet project or simply to help a friend.
-
ASP.NET Controls – Validators problem (NetFx 1.1 versus NetFx 2.0 or higher)
It is not a secret that I have a passion related to ASP.NET Controls ID and all related subjects.