WPF performance profiling tools
The WPF Performance Suite is a set of performance profiling tools that allow you to analyze the runtime behavior of your WPF application.
0 commentsSave Tags: web 2.0
7 free online editors for your asp.net site (part 2)
This is second part of a two-part article about free online editors for you Asp.Net(Web) projects
0 commentsSave Tags: web 2.0
Explore Silverlight project hierarchy with Silverlight Spy 2
Silverlight Spy will automatically pick up any Silverlight application embedded in the page and display it in the XAML Explorer
0 commentsSave Tags: web 2.0
Tag property without inheritance
The article show how to add support for Tag property without using inheritance
0 commentsSave Tags: .net
Visual LINQ Query Builder - VS 2008 Add-In
Visual Linq Query Builder helps you create Linq to SQL queries for your programs
0 commentsSave Tags: web 2.0
Must Have Tool for ASP.NET Developer
NetFXHarmonics DevServer is a web server hosting environment built on .NET 3.5 using WPF, WCF, and LINQ technologies that allows multiple instances of... more »
0 commentsSave Tags: web 2.0
6 free online editors for your asp.net project
A list of web editors that can be easily embedded in your asp.net projects
0 commentsSave Tags: how-to
Argotic Syndication Framework
The Argotic Syndication Framework is a Microsoft .NET class library framework that enables developers to easily consume and/or generate syndicated... more »
0 commentsSave Tags: .net, open source
NPlot - freeware .Net charting library
NPlot is a freeware charting library for .NET. NPlot includes controls for Windows Forms, ASP.NET and a class for creating Bitmaps.
0 commentsSave Tags: .net, open source
JetBrains Omea goes Open Source
Jetbrains Omea - both source and companion files - is now distributed under GNU GPL v2 License
0 commentsSave Tags: open source, tools
System.Reflection - how to access and invoke private methods,fields or properties
System.Reflection - how to access and invoke private methods,fields or properties
0 commentsSave Tags: .net, how-to
StickyNotes - VS 2008 Addin
StickyNotes is a Visual Studio Addin that provides sticky notes capabilities to project and project items inside VS 2008 IDE.
0 commentsSave Tags: .net, microsoft
PowerCommands Addin for Visual Studio 2008
PowerCommands is an addin for Visual Studio 2008 that contains additional command menu functions for the IDE that most developers would use regularly.
0 commentsSave Tags: .net, microsoft, tools
Measure and record C++, C, C#, VB.NET, Java, Delphi code metrics.
SourceMonitor measures and records source code metrics. SourceMonitor parses ASCII source code looking for countable metrics items. As these items are... more »
0 commentsSave Tags: .net, c-and-cpp, java, tools
Mass Downloader For .Net Framework - downloads .NET Reference Source Code in batch
MS has released the .NET Reference Source Code, you can only get it one file at a time while you’re debugging. If you’d like to populate the cache
0 commentsSave Tags: .net, frameworks, how-to, tools
DataGridView Extension
DataGridView Extension is a free component that extends the standard DataGridView control, provided with .NET 2.0 Framework.
0 commentsSave Tags: .net, gui, microsoft
Microsoft® Visual Studio Team System 2008 Database Edition Power Tools
Microsoft Visual Studio Team System 2008 Database Edition Power Tools is a set of enhancements and tools that complement and improve the user... more »
0 commentsSave Tags: .net, database, microsoft, tools
CAKE3 - Free archiving library
Cake3 library supports compressing and extracting files to/from different archive formats .The library can be easily integrated to your projects .
0 commentsSave Tags: .net, tools
Pex - dynamic analysis and test generation tool for .NET from Microsoft
Pex (Program EXploration) is an assistant to the programmer.Pex takes test-driven development to the next level. Pex analyzes .NET programs. From a... more »
0 commentsSave Tags: .net, research, tools
Microsoft SharedView
Microsoft SharedView is a fast, easy way to share documents and screen views with small groups of friends or coworkers.
0 commentsSave Tags: microsoft, tools
An Add-in to convert Visio 2007 to XAML
A small utility to convert Visio 2007 files to XAML. It uses XAMLTune to parse Visio files and generates XAML.
0 commentsSave Tags: .net, open source, tools, xml
PoshConsole - a PowerShell console written in WPF
The PoshConsole is written in WPF and including a custom ConsoleTextBox control which could be reused for other purposes.PowerShell Console will also... more »
0 commentsSave Tags: .net, gui, open source, tools
VS 2005 addins: NAntAddin and NUnitAddin
Two VS 2005 addins allow you manipulate NAnt tasks and targets,and run NUnit tests within IDE
2 commentsSave Tags: .net, open source, tools
System.Reflection - MethodInfo class (usage)
A MethodInfo class provides detailed information about a single method of a class or an interface. The reflected method may be a static method or an... more »
0 commentsSave Tags: .net, how-to
How to support != and == operations for C# struct
Sometimes we prefer to use structs instead classes .The C# is a convenient way to store coordinates ,complex number etc . In an example below I'm... more »
0 commentsSave Tags: .net, how-to