Nuno Gomes - Code Adventures

var myInterests = new { language : "C#", technology: "ASP.NET" };

?Tags for Nuno Gomes - Code Adventures

What's this?
Tags are super-short descriptions of people
and sites. Tags describe you and your sites
so others can easily find you. Tag people and
sites to describe them to the community and
return to them in the future.
Tagged by:

Roll over tags to view taggers

(ex: Xbox 360, Mom, Social Media)

Latest Content

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. They forgot that, unlike the dev environment which usually runs in a single...
Topics: ,
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:
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:
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:
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:

Nuno Gomes - Code Adventures Newest Members