Archives

Archives / 2011 / August
  • Visual Studio 2010 Addin: Setting a class breakpoint

    There comes a time in the life of every .NET developer when you need Visual Studio to do something that
    can only be described as a "class breakpoint": a quick command to set a breakpoint on every access to a class.
    Unfortunately, after googling this concept, you'll find out that there's no easy way to accomplish this in Visual Studio.
    In this article I present an addin that I created, which adds this and another similar command to the debug menu of the
    development environment:

  • Cross-protocol login control with JSONP in SharePoint

    This article describes the specific problem of creating a control in SharePoint, which will be located on an HTTP page and securely signs in a user through an SSL connection using HTTPS. Although the solution uses SharePoint exclusively, it can be easily modified for ASP.NET environments.