Archive for August, 2007

Saturday, November 29, 2008 10:16

LINQPad(beta) – a great little application for LINQ expression testing

LINQPad(beta) - a great little application for LINQ expression testing

The LINQPad(beta) is an advanced and free LINQ expressions testing and learning tool written by Joseph Albahari. It allows you to develop and verify a LINQ expression.LINQPad supports LINQ to objects, LINQ to SQL and LINQ to XML. To run LINQ against SQL queries, you will need SQL Server 2005, SQL Server 2000, or SQL [...]

Saturday, November 29, 2008 10:16

Interesting articles(August 29)

Dependency Injection from the Trenches
How to build a Fluent Interface in C#
Learn the new NUnit 2.4 Constraint-Based Assert Model (Fluent Interface)
Scott Hanselman’s 2007 Ultimate Developer and Power Users Tool List for Windows
Unified C# 3.0 Specification Now Available
 
Technorati Tags: links, resources, blogging

Bookmark It

Hide Sites

$$(‘div.d824′).each( function(e) { e.visualEffect(’slide_up’,{duration:0.5}) });

Saturday, November 29, 2008 10:16

Assembly editor for Reflector

Reflexil is an assembly editor and runs as a plug-in for Lutz Roeder’s Reflector. Reflexil is using Mono.Cecil, which is a strategic library for the Mono project.
Reflexil is able to manipulate IL code and save the modified assemblies to disk. Reflexil also supports ‘on the fly’ C# code injection.
Reflexil is an open source [...]

Saturday, November 29, 2008 10:16

sdedit – Quick Sequence Diagram Editor

sdedit - Quick Sequence Diagram Editor

My coworker(his blog is located here) pointed me to this tool and I found it very useful.Quick Sequence Diagram Editor is a tool for creating UML sequence diagrams from textual descriptions of objects and messages that follow a very easy syntax.
Below you may see a syntax example for Sequence Diagram shown in screenshot – it’s [...]

Saturday, November 29, 2008 10:16

UI for MS SQL Server TableDiff tool

UI for MS SQL Server TableDiff tool

An simple UI application that allows to work with TableDiff.exe(  table comparison tool that comes with the MS SQL Server)  in more comfortable way .
 

 
[Via dotnetkicks.com]
Technorati tags: tools, ms sql, dotnet

Bookmark It

Hide Sites

$$(‘div.d821′).each( function(e) { e.visualEffect(’slide_up’,{duration:0.5}) });

Saturday, November 29, 2008 10:16

Data Connectivity Components:2007 Office System Driver

In case you need to read or write from/to MS Office System Files (e.g Access 2007 or Excel 2007) .This set of components from Microsoft can make your life easer .Connectivity to MS SharePoint Services and text files is also supported.
Supported Operating Systems: Windows Server 2003 Service Pack 1; Windows Vista; Windows XP Service Pack [...]

Saturday, November 29, 2008 10:16

SharpForge-Open source .Net 2.0 project management web application

SharpForge is an open source, .Net 2.0 project management web application. It’s similar to SourceForge or CodePlex but for your own team or organization. It is available for you to download it and host anywhere you want or need to.
Features include
    * Multi Portal     * Multi Project     * [...]

Saturday, November 29, 2008 10:16

NxBRE -The open-source rule engine for the .NET

NxBRE is the open-source rule engine for the .NET platform and a lightweight Business Rules Engine that supports two different approaches:

The Inference Engine, which is a forward-chaining (data driven) deduction engine and that supports concepts like Facts, Queries and Implications and like Rule Priority, Mutual Exclusion and Precondition (as found in many commercial engines). It [...]

Saturday, November 29, 2008 10:16

CaptainHook plugin framework

CaptainHook is a simple plugin framework for writing Subversion hooks using .NET.The goal of the CaptainHook project is to provide a strongly typed interface and a few useful service for accessing SVN.To setup CaptainHook, simply unzip the executable file and its related assemblies into the hooks folder on your SVN server.
Check out this post to [...]