Paulo Morgado
.NET Development & Architecture
-
C#: More On Array Variance
In a previous post, I went through how arrays have are covariant in relation to the type of its elements, but not safely covariant.
-
O Estranho Caso Do Computador Que Acordava Sozinho Misteriosamente
Normalmente, quando eu vou dormir, também ponho o meu computador a dormir.
-
The Strange Case Of The Mysterious Self Awaking Computer
Usually, when I go to sleep, I also put my desktop computer to sleep.
-
How To Add And Remove SQL Server 2008 / 2008R2 Instances
After installing Visual Studio 2010 I, inadvertently ended up with SQL Server 2008 Express having already installed SQL Server 2008 Developer. Only when I was going to upgrade to SQL Server 2008R2 I found out I had two instances installed.
-
Fixing Windows Virtual PC Missing “Create Virtual Machine” Folder Option
Some of my Windows 7 systems, after installing Windows Virtual PC, were missing the Create virtual machine option.
-
Is Your ASP.NET Development Server Not Working?
Since Visual Studio 2005, Visual Studio comes with a development web server: the ASP.NET Development Server.
-
Detecting User Regional Settings In The Web Browser
Recently, a friend of mine asked me something like: “How do I get the user’s regional settings for a request to a web server?”
-
TechDays 2010: What’s New On C# 4.0
I would like to thank those that attended my session at TechDays 2010 and I hope that I was able to pass the message of what’s new on C#.
-
New Book From Luís Abreu: ASP.NET 4.0 – The Complete Course (Portuguese)
Thsi book, with several practical examples, presents how to build web applications using ASP.NET 4.0.
-
C# 4.0: COM Interop Improvements
Dynamic resolution as well as named and optional arguments greatly improve the experience of interoperating with COM APIs such as Office Automation Primary Interop Assemblies (PIAs). But, in order to alleviate even more COM Interop development, a few COM-specific features were also added to C# 4.0.