Welcome to Devintelligence.com Sign in | Join | Help

.Net Adventures

In .Net we trust
Your Cheap Web Hosting Solution


Browse by Tags

All Tags » Open Source   (RSS)
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 VS-like web servers to run in parallel. NetFXHarmonics DevServer also includes tracing capabilities Read More...
PoshConsole - a PowerShell console written in WPF
  PoshConsole is a modern PowerShell Console. The PoshConsole is written in WPF and including a custom ConsoleTextBox control which could be reused for other purposes.PowerShell Console will also include lots of powerful features like tab-completion Read More...
VS 2005 addins: NAntAddin and NUnitAddin
The first addin allows you manipulate Nant targets and tasks  within VS 2005 NAntAddin Features: Read .nant and .build files Build visual tree from NAnt files Filter public/private targets Display target/task properties Locate selected node into Read More...
The Logging Framework for JS
I found an interesting project that allow to ASP.NET(AJAX) developers to add logging abilities to JavaScript .The main aim of framework is to be very similar to the Net logging framework Log4net.So if you used log4net before you may try log4js. Read More...
Multi-protocol tabbed desktop client for remote connections
Terminals is a multi-protocol tabbed desktop client for remote connections. Right now it can support all of these connection types (simultaneously): RDP – Microsoft’s Remote Desktop aka Terminal Services VNC – Virtual Network Computing VMRC – Virtual Read More...
CS2-C# Code Search
CS2 is capable of indexing source code files (at the moment only C# code can be parsed) and searching among them with various parameters, like class, property and method names, as well as full-text queries. The main user interface for interacting with Read More...
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 Read More...
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 * Read More...
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 Read More...
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 Read More...
CodePlex Source Control Client
The CodePlex team has announced the additional Source Control Client on their blog today.The CodePlex Client is a command line source control client for CodePlex site users. It supports working offline in a traditional edit-merge-commit style. It requires Read More...
The second CTP of Enterprise Library 3.0 is now available to download
Tom Hollander has posted that the second CTP of Enterprise Library 3.0 is now available to download on CodePlex community site. New In This Release Validation Application Block Near-complete validator library Configuration tool support ASP.NET integration Read More...
Validation Application Block - 4 tutorials
The CTP of Enterprise Library 3.0 was released last Friday.One of the new application blocks it contains is a Validation Application Block for validating classes in your applications.David Hayden wrote 4 tutorials on how to use it: Validation Application Read More...
Freeware tool for generating reports on projects checked into Subversion repositories.
StatSVN retrieves information from a Subversion repository and generates various reports describing the project development, e.g. timeline for the lines of code, contribution of each programmer etc. The current version of StatSVN creates a static set Read More...
C# String Library by Chad Finsterwald
Inspired by PHP String Functions that are missing in .Net. Below is a list of the method names and descriptions in the string library . Base64StringEncode: Base64 encodes a string. Base64StringDecode: Decodes a Base64 string. CaseInsenstiveReplace: A Read More...