Paulo Morgado
.NET Development & Architecture
-
Typemock Isolator v4.2.4 Released
Typemock released version 4.2.4 of its Isolator mock framework.
-
Using Windows Server 2008 As A Desktop Operating System
When I installed my new machine I considered installing Windows Server 2008 with Hyper-V. But this my desktop not my server and I like desktopy things on my desktop and I don't need virtual machines running all the time, I thought Windows Vista plus Virtual PC 2007 (although x64 support on virtual machines would be nice) would be the right choice.
-
Rendering ASP.NET Validators And Validation Summary Property As HTML Attributes
Yesterday I blogged about the cause of ASP.NET validators and validation summary slowness.
-
The Cause Of ASP.NET Validators And Validation Summary Slowness
When building ASP.NET pages, if you use too many validators and validation summaries your pages can become very slow. Have you ever wondered why?
-
Build Your Own LINQ Provider
Mehfuz has been building a toolkit for creating LINQ providers and it's available at CodePlex: LINQExtender
-
File And Folder Comparison Tools
Software development is still a very human oriented task. High level programing languages are some form of human readable language.
-
The Architecture Tool Space Keeps Growing
The tool space for software architecture has been growing. There are new tools and continuous improvement in the existing ones.
-
Stretching Type Inference
Note: Code in italics is not actual C# 3.0 syntax.
-
Framework Design Studio On MSDN Code Gallery
I just came across this today:
-
Is it possible to compress a HTTP request?
Recently I was asked (related to my articles [^] [^] about HTTP compression) if it was possible to compress the contents of a web service call.