Browse by Tags

Related Posts

  • 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, it's as easy as this: public static class MockExtender {...
    Posted to Paulo Morgado (Weblog) by Paulo Morgado on 01-31-2008, 12:00 AM
    Filed under: TypeMock, LINQ, MSDN, .NET, C#, Microsoft, MVP, SoftDev, Testing, Tools, UnitTests
  • 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 tech event in Portugal and there will be lots of...
    Posted to Paulo Morgado (Weblog) by Paulo Morgado on 02-06-2008, 12:00 AM
    Filed under: Community, SQLServer, MVP, MSDN, Events, Microsoft, .NET, VisualStudio, Windows, Techdays, TechdaysPT08
  • FormsAuthentication And Query String Parameteres

    Today I ran into this strange"feature" of ASP.NET : When redirecting to the login page, the query string parameters are encoded with the requested URL into the ReturnUrl query string parameter of the request to the login page, but are also in the query string of the request to the login page...
    Posted to Paulo Morgado (Weblog) by Paulo Morgado on 02-15-2008, 12:00 AM
    Filed under: MSDN, Web, Microsoft, ASP.NET
  • Web Client Software Factory 2.0 shipped

    Web Client Software Factory 2.0 February 2008 Release Resources MSDN site: http://msdn.microsoft.com/webclientfactory Community site: http://www.codeplex.com/websf About the Deliverable The Web Client Software Factory (WCSF) provides a set of guidance for architects and developers building enterprise...
    Posted to Paulo Morgado (Weblog) by Paulo Morgado on 02-29-2008, 12:00 AM
    Filed under: Community, ASP.NET, Tools, SoftDev, PageFlow, PnP, WCSF, Web, MSDN, SoftwareFactories, Microsoft, Architecture, .NET, VisualStudio, AJAX
  • IE8 Beta 1 is out

    If you want to download IE8 Beta 1 and test it, it's here . Read the Release notes and the IE8 Readiness Toolkit which will give a detailed description of the features. If you have any feedback, use the feedback form , which allows you to submit bugs directly to the IE team! Several updates have been...
    Posted to Paulo Morgado (Weblog) by Paulo Morgado on 03-06-2008, 12:00 AM
    Filed under: SoftDev, Web, MSDN, Microsoft, InternetExplorer
  • WCSF 2.0 And IIS7 Integrated Pipeline Mode

    While preparing the demos for my session at TechDays Portugal 2008 , I've noticed that the Web Client Software Factory 2.0 doesn't work with IIS7 in integrated pipeline mode because it's trying to access the Request property of the current HTTP Context from the HTTP Application Start "event" , which...
    Posted to Paulo Morgado (Weblog) by Paulo Morgado on 03-11-2008, 12:00 AM
    Filed under: ASP.NET, PnP, WCSF, Web, MSDN, SoftwareFactories, Microsoft, .NET, IIS, Techdays, TechdaysPT08, IIS7
  • Upgrading the WCSF EventBroker Extension to WCSF 2.0

    While preparing the demos for my session at TechDays Portugal 2008 , I've noticed some changes in the Web Client Software Factory 2.0 that prevented the EventBroker Extension from compiling and running. The problem ended out just being a little change in the WebClientApplication class. The virtual methods...
    Posted to Paulo Morgado (Weblog) by Paulo Morgado on 03-12-2008, 12:00 AM
    Filed under: Community, ASP.NET, Tools, SoftDev, PnP, WCSF, Web, MSDN, SoftwareFactories, Microsoft, .NET, Techdays, TechdaysPT08
  • Web Authoring Component install fails when installing Visual Studio 2008

    While trying to install Visual Studio 2008 Team Suite in my Windows XP Professional system it kept failing when installing Visual Studio because it couldn't find the Web Authoring Component (after installing having just successfully installed it). I've looked around for occurrences of this problem but...
    Posted to Paulo Morgado (Weblog) by Paulo Morgado on 03-23-2008, 12:00 AM
    Filed under: MSDN, Microsoft, VisualStudio
  • Framework Design Studio On MSDN Code Gallery

    I just came across this today: Framework Design Studio is a set of tools for reusable library designers. The package contains a GUI tool for viewing, reviewing, and comparing versions of managed APIs. It also contains a command line tool for generating API diff reports. This seems to be a great tool...
    Posted to Paulo Morgado (Weblog) by Paulo Morgado on 04-08-2008, 12:00 AM
    Filed under: Tools, SoftDev, MSDN, Microsoft, Architecture, .NET
  • Stretching Type Inference

    Note: Code in italics is not actual C# 3.0 syntax. Local Variable Type Inference C# 3.0 brought us local variable type inference mainly because of LINQ . The output of a query can vary from an IEnumerable<T> or an IQueryable<T> to a single instance of T where T can even be a projection which...
    Posted to Paulo Morgado (Weblog) by Paulo Morgado on 04-22-2008, 12:00 AM
    Filed under: MSDN, Microsoft, .NET, C#, VisualStudio
Page 1 of 4 (32 items) 1 2 3 4 Next >
Page view counter