AD FS 2.x to Shibboleth Metadata Converter

a2s.zip (6,9 MB)
a2s is a simple ASP.NET web application that reads from AD FS auto-generated metadata, and modify it for seamless use with Shibboleth SPs.

Accountability for .NET

Accountability for .NET enables programmers to create accounting applications through an easy to use API. It's written in C# 3.0 and uses the Provider pattern, so you can extend it with your own provider.

XML Data in Motion

acordpcxml2.zip (22,7 MB)
Community site for the advancement of XML standard encouraging collaboration and discussion on insurance messages in motion.

A.Data Framework for XML-based Client Data Storage

ADataFW.zip (1,7 MB)
A.Data is a simple framework for storing data used by .NET client apps. It uses standard XML serialization methods for persisting data, C# structures for defining structure of a data item, and the generic List<> for storing the structure objects. The serialized XML is analogous to the database file, the List<> is analogous to the data table, and the struct is a row in the data table. The framework is published as a Visual Studio project template with a wizard for defining the file location and the struct name. The source code for the A.Data.Database.dll assembly, which contains a class (called A.Data.Database, incidentally) that provides standard Database functions to the Database class in the project. Also, the code for the Wizard is included for customization and improvement purposes.

ADB - Documentation Compiler for Managed Class Libraries

ADB.zip (5,4 MB)
ADB produces MSDN style documentation by reflecting and integrating XML Documentation Comments.

AddOn Studio for World of Warcraft

AddOnStudio.zip (225,9 MB)
AddOn Studio for World of Warcraft is an open source development tool for building AddOns for World of Warcraft.

Active Directory import XML with custom attributes

PowerShell script for (automatically) importing user attribute data into active directory. (source XML, destination AD)

just a back up copy

anil4yuu.zip (80,9 MB)
this is just simple information about the testing project for me to prepare for the interviews. I think it is very much useless for any others. thanks & Regar

Arepa

arepa.zip (578 kB)
BDD inspector and report generator. Arepa is a lightweight non-invasive tool that helps you to implement Behavior Driven Development (BDD) on .NET projects. Arepa produces guidelines of using BDD on your current tests, and customisable and portable test reports integrating XML Documentation Comments. It's developed in C# using Scrum and BDD.

Argotic Syndication Framework

Argotic.zip (61,1 MB)
A powerful and extensible .NET web content syndication framework for RSS, Atom, OPML, APML, BlogML, RSD and more. The Argotic Syndication Framework is a Microsoft .NET class library framework that enables developers to easily consume and/or generate syndicated content from within their own applications. The framework makes the reading and writing syndicated content in common formats such as RSS, Atom, OPML, APML, BlogML, and RSD very easy while still remaining extensible enough to support common/custom extensions to the syndication publishing formats. The framework includes out-of-the-box implementations of the most commonly used syndication extensions, network clients for sending and receiving peer-to-peer notification protocol messages; as well as HTTP handlers, modules, services and controls that provide rich syndication functionality to ASP.NET developers.

Linq Expression Tree Serialization

Easy to use and integrate component which serializes Linq expression trees to and from XML.

A FREE and SIMPLE ASP.NET weather control you can customize (VB)

This ascx control displays current weather and weather forecast data on your ASP.NET website straight from an XML feed on weather.com. This is very easy to implement and extremely easy to customize. All you need to do is set a few variables and you're up and running. Very Important: ------------------------------------------------------------------------------------------------------------------- You must first register on weather.com to obtain your own License Key and Partner ID - https://registration.weather.com/ursa/xmloap/ ------------------------------------------------------------------------------------------------------------------- Once you have registered with weather.com, download the source files which include: - default.aspx (shows you how to implement the control) - WeatherControl.ascx (the control itself) - css/stylesheet.css (the stylesheet used to make it all look pretty) - ccicons folder (the images used to display the forecast) - readme.txt (instructions on how to use the control) You should be good to go after that. If you have any questions, post them to this message board.

A FREE and SIMPLE ASP.NET weather control you can customize (C#)

This is a weather control originally written by Leon Amarant in VB. I converted it to C# for my own use. I am providing it here for others to use but I do not support it in any way. His original VB version can be found here: http://www.codeplex.com/aspnetweather

ASP.NET Xml Security Providers

Implementation of XML ASP.NET Providers (XmlRoleProvider, XmlMembershipProvider and XmlProfileProvider).

Aspose.Words for .NET Examples

asposewords.zip (15,8 MB)
This project contains example code for Aspose.Words for .NET. Aspose.Words is a class library for generating, converting and rendering wordprocessing documents

Aspose.Words for Java Examples

This project contains example code for Aspose.Words for Java. Aspose.Words is a class library for generating, converting and rendering wordprocessing documents

Animaonline Weather API

awAPI.zip (1,1 MB)
Gets data from Google's weather feed, and lets the user easily view such properties as forecast conditions, humidity, current temperature and so on.

Azure Table Encryption via Attribute

SSL isn't enough when storing data in the cloud. You need to protect data-at-rest from anyone who has access to your store. In addition your SSL data may be vulnerable to a man-in-the-middle technology or IT shops that inspect and log the SSL contents. Bluecoat is one example that I've personally worked with and it operates just like Fiddler, but the threat exists. With this project, you can use a single attribute to transparently Encrypt and Decrypt data when saving or reading data from Azure Table storage. You can then use your uploaded SSL key (or any other x509 certificate) to maintain security of your data in the cloud.

Babelfish.NET

babelfish.zip (12,9 MB)
Babelfish was created as a common framework for navigating several different node-to-node structured data sources, such as HTML, CSS, Javascript, XML & JSON. Developed in C# .NET 3.5

BaseCamp API C# Wrapper

This is a new C# project to wrap the BaseCamp API in a simple, easy to consume object model.