Archive for the 'DotNet' Category

Aug29th2008

Clone Detective for Visual Studio

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.

Aug29th2008

Continuous LINQ- create continuous self-updating result sets

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 [...]

Aug28th2008

LINQ to SQL Debug Visualizer

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.
[...]

Aug28th2008

Huagati DBML/EDMX Tools-Linq to SQL ADO.NET Entity Framework

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 [...]

Aug28th2008

MbUnit-Generative Unit Test Framework NET

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 [...]

Aug17th2008

Axialis IconWorkshop Lite for VS 2008

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 [...]

Aug11th2008

ScrewTurn Wiki-c# dot net wiki engine

ScrewTurn Wiki-c# dot net wiki engine
http://www.screwturn.eu/Wiki.ashx
ScrewTurn Wiki is a performant and simple Wiki engine, written in C# and based on the ASP.NET 2.0 platform.Its main features are described below.     * Free and open-source     * No need for a database (but SQL Server and MySQL are supported with Plugins)     * No need to [...]

Aug7th2008

SQL Server 2005 Driver for PHP

SQL Server 2005 Driver for PHP
http://www.microsoft.com/
Download the SQL Server 2005 Driver for PHP, a PHP 5 extension that allows for the reading and writing of SQL Server data from within PHP scripts.

Aug5th2008

IntellisSense for Expression Blend

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 [...]

Jul30th2008

psake-build automation tool written in PowerShell

psake -build automation tool written in PowerShell
http://www.jameskovacs.com/blog/IntroducingPsake.aspx
psake is a build automation tool written in PowerShell. It avoids the angle-bracket tax associated with executable XML by leveraging the PowerShell syntax in your build scripts. psake has a syntax inspired by rake (aka make in Ruby) and bake (aka make in Boo), but is easier to [...]

Jul30th2008

EasyDiagram.NET 1.3 BETA

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 [...]

Jul28th2008

Query Express-query tool for MSDE and SQL Express

Query Express-query tool for MSDE and SQL Express
http://www.albahari.com/queryexpress.html
Query Express is a simple Query Analyzer look-alike, but being small and free it can be run where the SQL Server client tools are not installed or licensed. This makes it especially useful as a query tool for MSDE and SQL Express. It also connects to Oracle [...]

Jul20th2008

VisualSVN Server-subversion server

VisualSVN Server-subversion server
http://www.visualsvn.com/server/
VisualSVN Server is a package that contains everything you need to install, configure and manage Subversion server for your team on Windows platform. It includes Subversion, Apache and a management console.
You can use any Subversion client to connect to VisualSVN Server or a web browser to quickly browse though repositories. Also [...]

Jul20th2008

AnkhSVN-Subversion SourceControl Provider for Visual Studio

AnkhSVN-Subversion SourceControl Provider for Visual Studio
http://ankhsvn.open.collab.net/
AnkhSVN is a Subversion SourceControl Provider for Visual Studio. The software allows you to perform the most common version control operations directly from inside the Microsoft Visual Studio IDE. With AnkhSVN you no longer need to leave your IDE to perform tasks like viewing the status of your source [...]

Jul20th2008

Microsoft Source Code Analyzer for SQL Injection

Microsoft Source Code Analyzer for SQL Injection
http://www.microsoft.com/
Community Technology Preview (July 2008) Microsoft Source Code Analyzer for SQL Injection is a static code analysis tool for finding SQL Injection vulnerabilities in ASP code. Customers can run the tool on their ASP source code to help identify code paths that are vulnerable to SQL [...]

Jul19th2008

LinqPad’s Missing Linq - LINQtoCSV

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 [...]

Jul12th2008

Snippet Compiler- write, compile and NET run code

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,

Jul7th2008

Kaxaml is a lightweight XAML editor

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 [...]

Jul2nd2008

NArrange is a .NET code beautifier

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. [...]

Jul1st2008

Skater .NET Obfuscator Freeware Light Edition

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 [...]

Jun8th2008

SharpDevelop-IDE for C#.NET Framework

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 [...]

May26th2008

CLR Profiler-performance profile Windows applications

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 [...]

May26th2008

StyleCop-Microsoft Source Analysis for C#

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.
StyleCop for ReSharper
http://www.codeplex.com/StyleCopForReSharper
2008-07-19 - Has Issues with Visual Studio 2008

May5th2008

NHibernate- NET Framework data access layer

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 [...]

Apr27th2008

Vlinq-Visual Linq-query builder for Linq to Sql

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 [...]




Syndicate

Xobni outlook add-in for your inbox

Categories

Archives