Archive for October, 2009

A short tutorial about unit test with Visual Studio

October 6, 2009

Visual Studio has a unit test engine, where you can write you unit tests (TDD, Unit Testing, …).
If you need a short (but full!) tutorial to start writing your own unit tests, read A Unit Testing Walkthrough with Visual Studio Team Test by Mark Michaelis.
It also will cover refactoring and code coverage items. ;)

With the latest release of Visual Studio Test System (VSTS) comes a full suite of functionality for Visual Studio Team Test (TT). Team Test is a Visual Studio integrated unit-testing framework that enables:
-Code generation of test method stubs.
-Running tests within the IDE.
-Incorporation of test data loaded from a database.
-Code coverage analysis once the tests have run.
In addition, Team Test includes a suite of testing capabilities not only for the developer, but the test engineer as well.[...]

more info about Visual Studio Products, here Updated: Visual Studio 2008 Product Comparison Guide by Rob Caron

Technorati tags: Visual Studio, Agile, Unit Testing, Refactoring, Code Coverage

Trying Microsoft Security Essentials

October 4, 2009

Microsoft Security Essentials provides real-time protection for your home PC that guards against viruses, spyware, and other malicious software.

Microsoft Security Essentials is a free* download from Microsoft that is simple to install, easy to use, and always kept up to date so you can be assured your PC is protected by the latest technology. It’s easy to tell if your PC is secure — when you’re green, you’re good. It’s that simple.
[...]
*Your PC must run genuine Windows to install Microsoft Security Essentials. Learn more about genuine

MSE is available to download.

Read more here http://www.microsoft.com/security_essentials/

Protected vs Internal

October 2, 2009

Just a remind for myself ;)

  1. protected:

    [...] member is accessible from within the class in which it is declared, and from within any class derived from the class that declared this member.
    A protected member of a base class is accessible in a derived class only if the access takes place through the derived class type.

  2. internal

    Internal members are accessible only within files in the same assembly.

  3. protected internal means protected OR internal
  4. protected AND internal?
    read here What Does Protected Internal Mean?

source: Access Modifiers (MSDN)

Technorati tags: Protected, Internal
  • October 2009
    M T W T F S S
    « Sep   Nov »
     1234
    567891011
    12131415161718
    19202122232425
    262728293031  
  • .

    .Net Agile Antivirus Book C# Programming EntityFramework GTD Hyper-V LinQ MVVM Office Resharper SCRUM Security Sharepoint Silverlight SQLServer TFS ToDoList Unit Test VirtualBox Virtual PC Visual Studio VMware Windows7 WPF XeDotNet XML XPath

  • Follow

    Get every new post delivered to your Inbox.