in

www.dotNET6.com

Generic Collection of disconnected members.

Browse by Tags

  • Exclude unwanted code from code coverage

    Hi, This is the solution for a problem I encountered a while ago. When writing tests with Visual Studio, we frequently want to use the Code Coverage tool to evaluate our created tests. Though this is a good tool, we don't always want all of our code to be included in the coverage result. Let me give...
    Posted to Joris Dresselaers (Weblog) by Jokke on 03-28-2008
  • DateTime and Number format overview

    Very handy if you always need to start the VS Help to lookup on those date or number formats.... http://john-sheehan.com/blog/wp-content/uploads/msnet-formatting-strings.pdf
    Posted to Erik Lenaerts (Weblog) by ErikL on 07-05-2007
  • ASP.NET Tooltip control

    We regularly use an advanced tooltip control for web projects hence this ASP.NET Server control. It is based on the LGPL licensed freeware code of walter zorn . For your convinience I wrapped it into an ASP.NET server control. Basically you can create DHTML based tooltip controls with lots of features...
    Posted to Erik Lenaerts (Weblog) by ErikL on 06-16-2007
  • ASP.NET single submit button

    Dimitris, a colleague here at MSP, recently create a slick new ASP.NET Server control. The control is in fact a button with one additional behavior; it will disable itself after you've clicked on it. This behavior is very interesting for sites where the posting of the form may only be done once....
    Posted to Erik Lenaerts (Weblog) by ErikL on 06-05-2007
  • Integrate your Framework documentation into Visual Studio Help

    At the moment I'm working on a small, but usefull, .NET framework for one of my customers. The purpose of this framework is build around Logging, Configuration, etc. The customer has a team of .Net Developers that will be using this framework with every application they build from now on. The framework...
    Posted to Erik Lenaerts (Weblog) by ErikL on 04-25-2007
  • Use masterpages in Web Sites and Web Application Projects

    Since Visual Studio SP1, you have the option to choose between 2 approaches when building websites ASP.NET Web Site ASP.NET Web Application The ASP.NET Web Application has been added in SP1 (actually you could download it seperately already before SP1) There are some differences between both, basically...
    Posted to Erik Lenaerts (Weblog) by ErikL on 04-10-2007
  • Start developing WSS 3.0 Webservice

    My goal was to programmatically create a view on a document library. In my previous post I briefly described how to develop WSS using the Object Model directly. In this post I wanna talk about the Web services wrapped around WSS. You can get more info in the WSS SDK or the online version here . This...
    Posted to Erik Lenaerts (Weblog) by ErikL on 01-05-2007
  • Start developing for SharePoint 2007

    In SharePoint 2003, we needed to develop webparts on a server where SharePoint was installed. So, either you installed Visual Studio on a development server together with sharepoint or you created a complete new virtual environment on your dev machine. Unfortunately developing in sharepoint is still...
    Posted to Erik Lenaerts (Weblog) by ErikL on 01-04-2007
  • Visual Studio 2005 SP1 has finally arrived

    Since the launch of Visual Studio 2005 back in October 2005, we did several projects, ranging from Web applications, web services and winforms apps. Back then we were still relying on Visual SourceSafe as source control but we slowly changed this to SubVersion, hoping this would reduce the erroneous...
    Posted to Erik Lenaerts (Weblog) by ErikL on 12-18-2006
  • Initialization using Interfaces

    Hi, For some time now, I'm a dedicated user of Interfaces in my code. I really like to develop using Interfaces because it offers a loosely coupled integration between my components. However, I find them having one minor drawback, that is, they don't support initialization as constructors do for classes...
    Posted to Erik Lenaerts (Weblog) by ErikL on 05-22-2006
Page 1 of 1 (10 items)
Powered by Community Server (Non-Commercial Edition), by Telligent Systems