Welcome to GASP Sign in | Join | Help

March 2008 - Posts

LINQ Extension Method PagedList<T>
Looking at the ASP.NET MVC Framework , i found something very useful. Basically this few lines of code adds to your project an Extension Method wich implements support for paging on any Generic List. using System; using System.Collections.Generic; using Read More...
TFS add-on list
If you are using Team Foundation Server, exists a set of tools that you should consider, at least take a look at them. Bellow, you can find a list of my favorite ones, that i would like to share with you: TFS File Sharer - Mimics SourceSafe like file Read More...
CMMI - At what level am I?
Recently, I was making some research about CMMI. I work in a financial consulting company, that works mostly for banks. For some of them, specially outside Portugal, to work with them, they ask us for at least CMMI level 4. We are just starting our CMMI Read More...
Web Service Software Factory: Modeling Edition just released
The Web Service Software Factory: Modeling Edition (also known as the Service Factory) is an integrated collection of resources designed to help you quickly and consistently build Web services that adhere to well-known architecture and design patterns. Read More...
MSDN Code Gallery
Microsoft has launched a website where the developer community can download and share applications, code snippets, and other resources. Check here if you can find what you are looking for, and I also encourage you to share something that others may think Read More...
AjaxControltoolkit v3.020229 Released
The community and Microsoft had released a new version of AjaxControlToolkit. The version does not introduces nothing new, no new controls, but fixes some bugs on existent controls. This version also includes 10 patch fixes from community. Major Fixes: Read More...