Nuno Gomes - Code Adventures
var myInterests = new { language : "C#", technology: "ASP.NET" };
Latest Content
NunoGomesControlToolkit – Now as a CodePlex project - 155 days ago
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. It’s been a year since I first made the code available at code.msdn.microsoft.com and now. Topics: ASP.NET
In most common samples about faking static types, the type itself is public as the static methods are too. Usually programmers tend to expose all members that going to be targeted by an Unit test. Well, that’s not how I see Unit tests. I always try...
Topics: Tools
Topics: Tools
.NET – The Garbage Collector and Finalizers - 167 days ago
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. Well, I’m a natural lazy programmer and that prevents me from digging deeper and doing some tests to... Topics: .NET
Finding out whether an assembly was compiled in Debug or Release mode is a task we must do from time to time. I know two ways of accomplish this: Searching for the System.Diagnostics.DebuggableAttribute Searching for the...
Topics: .NET
Topics: .NET





