Browse by Tags

All Tags » MVP » .NET (RSS)

Techdays Portugal 2008 - For A World 2.0

Microsoft Portugal will be hosting Techdays 2008 from Mars 12 nd to 14 th , right after the Portuguese launch of Microsoft Visual Studio 2008 , Microsoft SQL Server 2008 and Microsoft Windows Server 2008 on Mars 11 th . This is the biggest and greatest...

TypeMock: How to Make Reflective Mocks More Natural

Like I said before , this as been on the back of my mind for a while. A while back I introduced a way to get the MethodInfo of a method in a strongly typed way using LINQ , and that's how I'm going to make Reflective Mocks more Natural . Well...

WCSF geekSpeak: Download Available At MSEVENTS

For those who missed my webcast (and wanted to watch it) it's available to download at the MSEVENTS site .

WCSF geekSpeak: Online Resources

Here is the list of topics covered in the WCSF geekSpeak webcast: Contextual Auto Complete Bundle Demo code: WCSF geekSpeak: Contextual Auto Complete Bundle Demo Code Validation Bundle Demo code: WCSF geekSpeak: Validation Bundle Demo Code Real-Time Search...

WCSF geekSpeak: Real-Time Search Bundle Demo Code

This demo e based on the demo included in the Real-Time Search Bundle download. The demo includes an entry form with two implementations: Using an Update Panel . Using the WCSF 's Real-Time Search Monitor .

WCSF geekSpeak: Contextual Auto Complete Bundle Demo Code

This demo e based on the demo included in the Contextual Auto Complete Bundle download. The demo includes an entry form with three implementations: Using the traditional auto post back model Using an update panel Using the Contextual Auto Complete Extender...

WCSF geekSpeak: Registration Open

There was a problem with the registration for this webcast, but it's now solved. Jan 23 - Paulo Morgado - The Web client software factory in action

Free e-books on the Visual Studio 2008 Learning Portal

Microsoft is offering free e-books (or, at least some chapters) in the Visual Studio 2008 Learning Portal .

Stop Designing for Testability (by Eli Lopian)

Eli Lopian from TypeMock™ , has an article on CodeProject about the disadvantages of design for testability and how to use TypeMock™ to remove these disadvantages while keep the advantages of unit testing. I have to say that I agree with Eli: design for...

Unit Test Patterns for .NET (from TypeMock™)

There is a good set of articles about Unit Test Patterns in the TypeMock™ site: Unit-Test Patterns for .NET - Part I This article looks at patterns in unit testing and describes the main patterns found in tested .NET code. It also describes the problems...

WCSF geekSpeak: What do you want to see?

Just let me know to see if I can accommodate it on my geekSpeak .

I'm on geekSpeak

Or I'll be, on January 23rd. Here is the complete list of web casts for December 2007 and January 2008: Dec 12 - Brian Loesgen - BizTalk Adapters Dec 19 - Shaun Walker - DotNetNuke Jan 2 - Michele Leroux Bustamante - CardSpace – Why should you care...

TypeTypeConverter vs. TypeNameConverter

Some time ago I complained about the fact that a TypeConverter for Type s was missing from the .NET Framework . At the time I had search for one in the framework but only found internal or private implementations. As it turns out, the version 2.0 of the...
Posted by Paulo Morgado | 1 comment(s)
Filed under: , , , , ,

.NET Framework 2.0 Service Pack 1 and .NET Framework Service Pack 1 available as a standalone download

For those who can't (or don't want to) deploy .NET Framework 3.5, the service packs included for the 2.0 and 3.0 versions of the framework are available as standalone downloads. Microsoft .NET Framework 2.0 Service Pack 1 (x86) Microsoft .NET...

Visual Studio 2008 and .NET FX 3.5 to RTM before the end of November 2007

Today, S.Somasegar announced at TechEd Developers EMEA , amongst other things, that they the product team at Microsoft is putting the finishing touches on Visual Studio 2008 and .NET FX 3.5. They are on track to shipping these products before the end...

A new phase for the Acropolis project

The Acropolis Team has announced that Acropolis is going to enter a new phase.

Bug Found On The Page Flow Without Database Improvement

Joern found a nasty bug in my code. I've uploaded the updated source code in all articles .

Improving The Page Flow Application Block: Decoupling Page Flow Usage From Its Implementation

In this second article of the series I'll show how you can change the Page Flow Application Block of the Web Client Software Factory to get page flows by its definition name instead of its definition type.

Are Page Modules Still Useful In IIS7?

With IIS7 a new transfer method is available in the HttpServerUtility class . It's the TransferRequest method . What this method is intended to do is behave like the HttpResponse.Redirect method without the penalty of traveling to the client and back...

Improving The Page Flow Application Block: Removing Database Dependencies

In this first article of the series I'll show how you can use the Page Flow Application Block of the Web Client Software Factory without a database.
More Posts Next page »