Paulo Morgado

.NET Development & Architecture

Recent Articles

view all

Events

Projects

Recent Readers

Visitor Locations

Visitor Locations

Disclaimer

The opinions and viewpoints expressed in this site are mine and do not necessarily reflect those of Microsoft, my employer or any community that I belong to. Any code or opinions are offered as is. Products or services mentioned are purchased by me, made available to me by my employer or the manufacturer/vendor which doesn't influence my opinion in any way.

Browse by Tags

All Tags » .NET2.0 (RSS)
Coupling ASP.NET Session State With Forms Authentication
Today I was talking with João about a way to couple the lifetime of the ASP.NET   session state with the lifetime of Forms Authentication ticket . My idea was to store the session ID in the UserData property of the forms authentication ticket upon...
How To Set Elements Of An Array Of A Private Type Using Visual Studio Shadows
Visual Studio uses Publicize to create accessors public for private members and types of a type. But when you try to set elements of a private array of elements of a private type, things get complicated. Imagine this hypothetic class to test: public static...
Extended WebBrowser Control - Version 0.0.0.0 Uploaded
After a long time, I finally managed to upload a version of the Extended WebBrowser Control to CodePlex . It's still a work in progress, but it's usable. Feel free to download , comment and file issues . A nice tabbed browser demo is included.
Compiling .NET 1.1 Projects In Visual Studio 2008
After having put my .NET 1.1 application running on the .NET 2.0 runtime ( ^ ), I’m planning on migrating it to .NET 2.0 , but not all at once. Because I don’t want to have 2 solutions (one on Visual Studio 2003 for the .NET 1.1 assemblies and another...
Running .NET 1.1 Applications On .NET 2.0
One of the applications I develop is a .NET 1.1 Windows Forms application used by more than 5000 users and critical for the business. Being a complex and critical application, porting it to the 2.0 runtime just because it was not an option because it...
More Posts