Archive for August, 2007
Saturday, November 29, 2008 10:16
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
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
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
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
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
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 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 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 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 [...]