SourceMonitor-monitor complexity in source code
http://www.campwoodsw.com/
The freeware program SourceMonitor lets you see inside your software source code to find out how much code you have and to identify the relative complexity of your modules. For example, you can use SourceMonitor to identify the code that is most likely to contain defects and thus warrants formal [...]
Archive for the 'Dev-NET' Category
SourceMonitor-monitor complexity in source code
Published August 30th, 2008 in Dev-NET, Dev-Tools and Development. 0 Comments
Print
Clone Detective for Visual Studio
Published August 29th, 2008 in Dev-NET, Development, DotNet and DotNet-Tools. 0 Comments
Print
Clone Detective for Visual Studio
http://www.codeplex.com/CloneDetectiveVS
Clone Detective is a Visual Studio integration that allows you to analyze C# projects for source code that is duplicated somewhere else. Having duplicates can easily lead to inconsistencies and often is an indicator for poorly factored code.
Continuous LINQ- create continuous self-updating result sets
Published August 29th, 2008 in Dev-NET, Development, DotNet and DotNet-Linq. 0 Comments
Print
Continuous LINQ- create continuous self-updating result sets
http://www.codeplex.com/clinq
Continuous LINQ is a .NET Framework 3.5 extension that builds on the LINQ query syntax to create continuous, self-updating result sets. In traditional LINQ queries, you write your query and get stale results. With Continuous LINQ,
you write a query and the results of that query are continuously [...]
LINQ to SQL Debug Visualizer
Published August 28th, 2008 in Dev-NET, Development, DotNet, DotNet-Linq and DotNet-Tools. 0 Comments
Print
LINQ to SQL Debug Visualizer
http://weblogs.asp.net/scottgu/archive/2007/07/31/linq-to-sql-debug-visualizer.aspx
One of the nice development features that LINQ to SQL supports is the ability to use a "debug visualizer" to hover over a LINQ expression while in the VS 2008 debugger and inspect the raw SQL that the ORM will ultimately execute at runtime when evaluating the LINQ query expression.
[...]
Huagati DBML/EDMX Tools-Linq to SQL ADO.NET Entity Framework
Published August 28th, 2008 in Dev-NET, Development, DotNet, DotNet-Linq and DotNet-Tools. 0 Comments
Print
Huagati DBML/EDMX Tools-Linq to SQL ADO.NET Entity Framework
http://www.huagati.com/dbmltools/
Do you want to be able to automatically update your Linq to SQL classes to reflect your database schema after making schema changes? You don't need to look for the "refresh" button anymore - it is available now as an add-in for Visual Studio!
Huagati DBML/EDMX Tools is an [...]
MbUnit-Generative Unit Test Framework NET
Published August 28th, 2008 in Dev-NET, Development, DotNet and DotNet-Tools. 0 Comments
Print
MbUnit-Generative Unit Test Framework NET
http://www.mbunit.com/
This is the home of the Generative Unit Test Framework for the .NET Framework. MbUnit provides advanced unit testing support with advanced fixtures to enable developers and testers to test all aspects of their software. MbUnit has just released version 2.4 and has a dedicated development team working on MbUnit [...]
Axialis IconWorkshop Lite for VS 2008
Published August 17th, 2008 in Dev-NET, Dev-Tools, Development, DotNet, DotNet-Tools and Graphic. 0 Comments
Print
Axialis IconWorkshop Lite for VS 2008
http://www.axialis.com/download/iwlite.html
Axialis Software, in association with Microsoft Corporation, presents Axialis IconWorkshop Lite for Visual Studio 2008:
* 100% Free for Visual Studio 2008 users; * Make icons for Windows up to 256×256 PNG-compressed icons for Windows Vista™ and include them in your software projects; * Use an [...]
IntellisSense for Expression Blend
Published August 5th, 2008 in Dev-NET, Development, DotNet and DotNet-XAML. 0 Comments
Print
IntellisSense for Expression Blend
http://blogs.telerik.com/StefanDobrev/Posts/08-08-04/IntelliSense_for_Expression_Blend.aspx
Expression Blend has been out in the wild for quite some time. However one of the most annoying thing was the lack of autocompletion (aka IntelliSense). Most of devs/designers out there were constantly switching from Blend to VS and backwards to do their stuff. The great free tool Kaxaml is at [...]
EasyDiagram.NET 1.3 BETA
Published July 30th, 2008 in Dev-NET, Development, DotNet, DotNet-ASPNET and DotNet-Component. 0 Comments
Print
EasyDiagram.NET 1.3 BETA
http://www.EasyDiagram.net
A custom composite control using pure AJAX and Javascript to provide real-time diagram and flowcharting to your asp.net 2.0 pages. Unlike most commercial products that I've seen, EasyDiagram.NET offers a smooth real-time redrawing of node hierarchy.
EasyDiagram.NET can be imported into your toolbox for use on your webforms. The component [...]
PDFsharp - A .NET library for processing PDF
Published July 25th, 2008 in Dev-NET and Development. 0 Comments
Print
PDFsharp - A .NET library for processing PDF
http://www.pdfsharp.com/PDFsharp/
Welcome to PDFsharpPDFsharp is the Open Source library that easily creates PDF documents from any .NET language.The same drawing routines can be used to create PDF documents, draw on the screen, or send output to any printer.
It can use either GDI+ or WPF.
It includes support [...]
LinqPad’s Missing Linq - LINQtoCSV
Published July 19th, 2008 in Dev-Db, Dev-NET, Development, DotNet, DotNet-Db and DotNet-Linq. 0 Comments
Print
LINQPad is a fantastic freeware application that lets you interactively query SQL databases using LINQ (Language Integrated Query).
In this brave new world where LINQ will become more popular an will be broadly adopted by the .NET community it will become very important to become fluent with your use of LINQ. One way to [...]
Snippet Compiler- write, compile and NET run code
Published July 12th, 2008 in Dev-NET, Dev-Tools, Development, DotNet and DotNet-Tools. 0 Comments
Print
Snippet Compiler- write, compile and NET run code
http://www.sliver.com/dotnet/SnippetCompiler/
Snippet Compiler is a Windows-based applications. You can use it to write, compile and run code. Snippet Compiler now has support. NET Framework 3.5,
Kaxaml is a lightweight XAML editor
Published July 7th, 2008 in Dev-ASP.NET, Dev-NET, Development, DotNet and DotNet-XAML. 0 Comments
Print
Kaxaml is a lightweight XAML editor
http://www.kaxaml.com/
Kaxaml is a lightweight XAML editor that gives you a "split view" so you can see both your XAML and your rendered content (kind of like XamlPad but without the gigabyte of SDK). Kaxaml is a hobby and was created to be shared, so it's free! Feel free [...]
NArrange is a .NET code beautifier
Published July 2nd, 2008 in Dev-NET, Development, DotNet and DotNet-Tools. 0 Comments
Print
NArrange is a .NET code beautifier
http://narrange.sourceforge.net/
NArrange is a .NET code beautifier that automatically organizes code members and elements within .NET classes. Why Use NArrange?
There are several reasons you may want to consider using NArrange for your .NET software project:
* Reduces the amount of time developers spend arranging members within code files. [...]
Skater .NET Obfuscator Freeware Light Edition
Published July 1st, 2008 in Dev-NET, Dev-Tools, Development, DotNet and DotNet-Tools. 0 Comments
Print
Skater .NET Obfuscator Freeware Light Edition
http://www.rustemsoft.com/SkaterLight.htm
RustemSoft presents Freeware Light Edition of well-known Skater .NET Obfuscator, an obfuscation tool for .NET code protection. The Light Edition is the Free version of Skater .NET Obfuscator. You may use Skater .NET Obfuscator Light Edition, free of charge, to protect your .NET applications for both personal and commercial [...]
SharpDevelop-IDE for C#.NET Framework
Published June 8th, 2008 in Dev-Csharp, Dev-NET, Dev-Tools, Development, DotNet and DotNet-Tools. 0 Comments
Print
SharpDevelop-IDE for C#.NET Framework
http://community.sharpdevelop.net/blogs/mattward/articles/FeatureTour.aspx
SharpDevelop is an Integrated Development Environment (IDE) for .NET Framework applications. It supports the development of applications written in C#, Visual Basic.NET and Boo. It is open source and written in C#. It provides all of the features required from a modern Windows IDE, such as code completion, project templates, an [...]
CLR Profiler-performance profile Windows applications
Published May 26th, 2008 in Dev-NET, Dev-Tools, Development, DotNet and DotNet-Tools. 0 Comments
Print
CLR Profiler-performance profile Windows applications
http://www.microsoft.com/
The CLR Profiler is a free application that allows you to profile Windows applications, ASP.NET applications or services. You can download the CLR profiler from here. Once you have downloaded it, you can extract it and run the CLRProfiler.exe. When you run the CLR profiler your code will appear to [...]
StyleCop-Microsoft Source Analysis for C#
Published May 26th, 2008 in Dev-NET, Development, DotNet and DotNet-Tools. 0 Comments
Print
StyleCop-Microsoft Source Analysis for C#
http://code.msdn.microsoft.com/sourceanalysis
Source Analysis, also known as StyleCop, analyzes C# source code to enforce a set of best practice style and consistency rules.
2008-07-19 - Has Issues with Visual Studio 2008
NHibernate- NET Framework data access layer
Published May 5th, 2008 in Dev-NET, Development, DotNet and DotNet-Db. 0 Comments
Print
NHibernate- NET Framework data access layer
http://www.hibernate.org/343.html
NHibernate is a port of Hibernate Core for Java to the .NET Framework. It handles persisting plain .NET objects to and from an underlying relational database. Given an XML description of your entities and relationships, NHibernate automatically generates SQL for loading and storing the objects. Optionally, you can describe your [...]
Vlinq-Visual Linq-query builder for Linq to Sql
Published April 27th, 2008 in Dev-Db, Dev-NET, Development, DotNet, DotNet-Db, DotNet-Linq, Fav-Development and Favorite. 0 Comments
Print
Vlinq-Visual Linq-query builder for Linq to Sql http://code.msdn.microsoft.com/vlinq
Visual LINQ Query Builder is an add-in to Visual Studio 2008 Designer that helps you visually build LINQ to SQL queries. Functionally it provides the same experience as, for instance the Microsoft Access Query Builder, but in the LINQ domain. The entire UI of this [...]
ECO for Visual Studio- data application framework
Published April 26th, 2008 in Dev-NET and Development. 0 Comments
Print
ECO for Visual Studio- data application framework
http://www.capableobjects.com/ProductsServices_ECO_VS.aspx
ECO IV is the latest release of "Enterprise Core Objects", an application framework that allows you to take applications from design to implementation in a much shorter time. ECO enables you to easily implement your applications as business classes rather than traditional data access. Instead of accessing the [...]
Atomated cleanup-remove the .NET Framework
Published April 15th, 2008 in Dev-NET, Development, DotNet, DotNet-Tools and System. 0 Comments
Print
Atomated cleanup-remove the .NET Framework
http://blogs.msdn.com/astebner/archive/2006/05/30/611355.aspx
Automated cleanup tool to remove the .NET Framework 1.0, 1.1, 2.0, 3.0 and 3.5
I have posted an updated version of the .NET Framework cleanup tool that now contains support for automatically cleaning up the .NET Framework 1.0, the .NET Framework 1.1, the .NET Framework 2.0, the .NET Framework 3.0 [...]
MyGeneration-template based code generator written for dot net
Published April 3rd, 2008 in Dev-NET and Development. 0 Comments
Print
MyGeneration-template based code generator written for dot net
http://sourceforge.net/projects/mygeneration
MyGeneration is an extremely flexible template based code generator written in Microsoft.NET. MyGeneration is great at generating code for ORM architectures. The meta-data from your database is made available to the templates through the MyMeta API.
CopySourceAsHtml-add-in for Microsoft Visual Studio
Published March 28th, 2008 in Dev-NET, Development, DotNet, DotNet-Tools, Fav-Development and Favorite. 0 Comments
Print
CopySourceAsHtml-add-in for Microsoft Visual Studio
Studio 2005
http://www.jtleigh.com/people/colin/software/CopySourceAsHtml/
Studio 2008
http://blogs.microsoft.co.il/blogs/bursteg
CopySourceAsHtml is an add-in for Microsoft Visual Studio 2005 that allows you to copy source code, syntax highlighting, and line numbers as HTML. CSAH uses Visual Studio's syntax highlighting and font and color settings automatically. If Visual Studio can highlight it, CSAH can copy it, and your source should [...]
GURA OLE DB Data Gate-simplfy ado.net db access
Published March 25th, 2008 in Dev-Db, Dev-NET and Development. 0 Comments
Print
GURA OLE DB Data Gate-simplfy ado.net db access
http://www.gura.com.au/TabloidSheet.aspx?p=P564221
The GURA OLE DB Data Gate reduces the hassles associated with coding ADO.NET. It Provides the tools to retrieve and update data from OLE DB compatible databases. The Data Gate's role is to provide the common data access methods required for communicating with a data source. [...]










