Browse Site by Tags

Showing related tags and posts across the entire site.
  • Typemock Is Launching The ASP.NET Bundle – Get Free Licenses

    Typemock is launching a new product for ASP.NET developers – the ASP.NET Bundle - and for the launch they are giving out FREE licenses to bloggers and their readers. The ASP.NET Bundle is the ultimate ASP.NET unit testing solution, and offers both Typemock Isolator and Ivonna , the ASP.NET Isolator add...
    Posted to Paulo Morgado (Weblog) by Paulo Morgado on Mon, May 18 2009
    Filed under: .NET, ASP.NET, SoftDev, Tools, Testing, UnitTests, TypeMock
  • LINQ With C# Book Is Finally Out

    It’s finally out! The LINQ Com C# (LINQ With C#) book that Luís and I wrote is out. Well, mostly Luís than I. This book, published by FCA , is targeted at anyone that already knows C# 2.0 and wants to know learn the new features introduced with C# 3.0 that made possible LINQ (Language INtegrated Query...
    Posted to Paulo Morgado (Weblog) by Paulo Morgado on Mon, May 18 2009
    Filed under: .NET, SoftDev, C#, LINQ, VisualBasic, Books
  • ASP.NET Futures: Control ClientID Generation

    ASP.NET is expected to have some improvements on the generation of client IDs . Although this is a major improvement, it comes short by not allowing the generation of shorter client IDs for server controls. My good friend Nuno Gomes has done some work on generating shorter client IDs for controls (*...
    Posted to Paulo Morgado (Weblog) by Paulo Morgado on Wed, Mar 18 2009
    Filed under: .NET, ASP.NET, SoftDev, Microsoft, MSDN, Web
  • How To Issue Server Callbacks

    Callbacks were introduced in ASP.NET 2.0 and is a simple mechanism for calling page or control functionality without page rendering and without the user noticing a post back. For a page or control to handle callbacks, all it needs is to implement the ICallbackEventHandler Interface. When the client calls...
    Posted to Paulo Morgado (Weblog) by Paulo Morgado on Mon, Dec 15 2008
    Filed under: ASP.NET, SoftDev, Microsoft, MSDN, Web
  • PDC2008: Is My House On The Cloud Or Is The Cloud In My House?

    This year’s PDC is mostly about the cloud . Everyone is talking about the cloud : cloud services, cloud computing, etc. but I’m not sure everyone has the same understanding of what the cloud is. Let’s say it’s a cloudy concept. So, what is this cloud thing, anyway? Let’s take Windows Home Server (WHS...
    Posted to Paulo Morgado (Weblog) by Paulo Morgado on Sun, Oct 19 2008
    Filed under: SoftDev, Events, Microsoft, MSDN, Windows, PDC, WindowsHomeServer, PDC2008, Cloud
  • PDC2008: Are Windows Forms Dead?

    This year’s PDC is all about the cloud (or cloudy as I call it) and the .NET Framework 4.0. No one at Microsoft has ever told me that Windows Forms are dead (quite the opposite) but looking at the list of sessions for this year’s PDC I can only see WPF . So the question remains: Are Windows Forms dead...
    Posted to Paulo Morgado (Weblog) by Paulo Morgado on Thu, Oct 9 2008
    Filed under: .NET, SoftDev, Events, Microsoft, MSDN, WindowsClient, PDC, PDC2008, WindowsForms
  • Typemock Isolator 5.1 Released

    This major version adds static method support and non-public method faking to the AAA API. Check out the release notes . I don’t like the reflective approach to testing private methods. With the new additions to the AAA API, testing this class: public class MyClass { public string Public() { return this...
    Posted to Paulo Morgado (Weblog) by Paulo Morgado on Mon, Oct 6 2008
    Filed under: .NET, SoftDev, Tools, Testing, UnitTests, TypeMock
  • Faking Output Parameters With Typemock Isolator

    Some time ago I was asked if it was possible to fake output parameters with Typemock Isolator . It’s actually very easy using any of the APIs. Given this class: public class MyClass { public bool MyMethod( string input, out int output1, out double output2) { throw new NotImplementedException (); } }...
    Posted to Paulo Morgado (Weblog) by Paulo Morgado on Mon, Oct 6 2008
    Filed under: .NET, SoftDev, Tools, Testing, UnitTests, TypeMock
  • LINQ With C# Book

    Luís just broke the news on our LINQ with C# book. I was honored with the invitation from Luís to write this book with him for FCA , for which he has already published a few books [ ^ ] [ ^ ] [ ^ ] before. This will be an entry level book in Portuguese targeted to anyone wanting to learn LINQ with C#...
    Posted to Paulo Morgado (Weblog) by Paulo Morgado on Mon, Sep 22 2008
    Filed under: .NET, SoftDev, C#, Microsoft, LINQ, Books
  • PDC2008: Meet Me In Los Angeles

    It’s not the first time I try but, for one reason or another, this is the first time I will go to the PDC ( Microsoft ’s Professional Developers Conference). According to the site “The PDC is designed for leading-edge developers and software architects. If you’re interested in the future of the Microsoft...
    Posted to Paulo Morgado (Weblog) by Paulo Morgado on Thu, Sep 4 2008
    Filed under: .NET, SoftDev, C#, Events, Microsoft, MSDN, PDC, PDC2008
Page 1 of 19 (188 items) 1 2 3 4 5 Next > ... Last »