by the3factory
4/14/2008 2:44:00 AM
Download code
The Microsoft .NET Framework {v2.0 v3.0 v3.5} includes base class libraries supporting compression within streams - both the Deflate and Gzip formats are supported. But the System.IO.Compression namespace provides streaming compression only - useful for communicating betwe...
[More]
by the3factory
4/14/2008 2:37:00 AM
Download code
Facebook.NET
provides a .net library for use in developing Facebook applications and accessing Facebook APIs. The library primarily geared around and optimized for developing ASP.NET-based Web applications, both FBML and IFrame-based Facebook applications through an intuiti...
[More]
by the3factory
4/2/2008 8:14:00 PM
Download code
A sample application written in ASP.NET 3.5, AJAX, C# that call a web service via an AJAX call that return a JSON object. JavaScript eval() method get used to convert the string to a JavaScript object.
by the3factory
3/23/2008 10:57:00 PM
Download
A simple addin which adds toggle buttons for various find options (Match Case, Match Whole Word) in Visual Studio 2005 & 2008.
This is behavior that existed in prior versions of Visual Studio, but was removed in 2005.
by the3factory
3/23/2008 10:53:00 PM
Download
WCF Visualizers
WCF Visualizers contain 4 visualizers:
1. Message Visualizer
2. ChannelDispatcher Visualizer
3. ServiceDescription Visualizer
4. ServiceHost Visualizer
Installing the Visualizer
Build the solution.
The newly-built class library needs to be copied t...
[More]
by the3factory
3/19/2008 2:07:00 AM
Download
FxCop is a code analysis tool that checks .NET managed code assemblies for conformance to the Microsoft .NET Framework Design Guidelines. It uses MSIL parsing, and callgraph analysis to inspect assemblies for more than 200 defects in the following areas:
Library design
Global...
[More]
by the3factory
3/19/2008 1:52:00 AM
Download
PowerCommands is a set of useful extensions for the Visual Studio 2008 adding additional functionality to various areas of the IDE. The source code is included and requires the VS SDK for VS 2008 to allow modification of functionality or as a reference to create additional custom ...
[More]
by the3factory
3/15/2008 10:27:00 PM
Download code
LINQ to XML sample.
by the3factory
3/15/2008 10:14:00 PM
Download code
LINQ Standard Query Operators sample.
by the3factory
3/15/2008 10:04:00 PM
Download code
LINQ Queries sample.
by the3factory
3/13/2008 12:54:00 AM
Download code
by the3factory
3/12/2008 11:24:00 PM
Download code