Devintelligence.com

In .Net we trust
Welcome to Devintelligence.com Sign in | Join | Help
in Search

Browse by Tags

All Tags » code snippets
  • Tag property without inheritance

    Tag property is very often used to store a data associated with an object. The simple way to add support for Tag property is to create a base class with the Tag property .I don’t like this solution – the reason is simple .Sometimes I want to inherit from an existing class that doesn’t have the Tag property and I can’t ...
    Posted to .Net Adventures (Weblog) by admin on April 22, 2008
  • CS2-C# Code Search

    CS2 is capable of indexing source code files (at the moment only C# code can be parsed) and searching among them with various parameters, like class, property and method names, as well as full-text queries. The main user interface for interacting with the search engine is an ASP.NET website built for version 2.0 of the .NET framework . Download ...
    Posted to .Net Adventures (Weblog) by adventurer on September 15, 2007
  • WPF on steroids - Outlook clone

    Two engineer from the Switzerland branch of Microsoft Ronnie Saurenmann and  Ruihua Jin developed an Outlook clone using WPF, XAML, Expression Blend etc.The online demonstration(XPAB) is available at this url. Check out the 90 pages tutorial about how you can do this (be sure to download the project files).   Technorati tags: WPF, MS, ...
    Posted to .Net Adventures (Weblog) by adventurer on June 14, 2007
Powered by Community Server, by Telligent Systems