.funkyblue { color:#0000AF; }




SP Helper – ASP Code generation
http://www.a2zhelp.com/asphelper/features.asp
SP Helper is the next generation ASP Code generation software that automates the redundant activities of generation of ASP Code for adding, viewing, modifying, deleting etc to and from either an Access or MS SQL Server Database.
ASP Helper can generate Form processing pages. It means that you just have to select an ASP or HTML form and a database (optional) and ASP Helper will generate the code to receive all the form variables, and will also generate the SQL Script to insert data in the table.




Gova's Podcast-ASP.NET Podcaster Solution
http://www.codeproject.com/KB/aspnet/GovasPodcast.aspx
Today podcasts are very important and play a major role . I was actually looking for a complete podcast solution but i was disappointed and didn't find any. So i decided to write one of my own and make it available for everyone as a complete podcasting solution. This is developed using ASP.Net along with amazing JQuery which made it so simple and easy. JQuery made the whole development easy and now the inclusion of Jquery in to Dotnet is very encouraging.
Background
This is my first version of Podcast Solution and hope this would be helpful for others to create a Podcast and maintain their podcasts. As i said this is my the first version so i am looking for suggestions and if any bugs are found then please mail me at apondu@gmail.com or apondu@neversaydie.co.in. I would have the complete code available with in few days and have everything ready and updated if i get any suggestions or bugs from anyone. Anyways this is version is all ready and roaring to go in to production and can be useddirectly for live implementation
I got the idea of Podcast by one of open source project "Podcast Generator" which is a PHP version, as my regards i have retained basic UI similar to Podcast Generator but conceptually this version of Podcast is differnet from Podcast Generator.
I am also thankful to one of the Developer Phuongkar whom i met online for introducing me to JQuery which is very wonderful. I have made use of JQuery extensively during this version of Podcast development.
The Podcast Solution is mainly divided into 2 parts Admin and Guest.
Admin is the generally the one who is going to use this Solution to create and maintain his podcasts and Guest part is for other who wish to keep track of the Podcast.
This Solution of Podcast provides many options to Admin and Guest and one fo the feature which outstands is the ability to provide the inbuilt Podcast Viewer i had to do this because of Google's Chrome which lacks the podcast viewer/reader and i felt this should not be a restriction and this also is compatiable with ITunes and other stand alone podcast readers and u can subscribe to the podcast and keep track of the update.
This Solution provides 2 versions of inbuilt podcast viewers to view the Podcast items, "View All Podcast" this option allows to view all the podcast of the selected category at once and "View Recent Podcast" option allows to view only the recent podcasts, the number of items viewed is controlled by the Admin which is set by changing the Recent Items View option in the Admin's Home page
Default login details for Admin is




Microsoft Chart Controls for Microsoft .NET Framework 3.5
Once installed the <asp:chart/> control shows up under the "Data" tab on the Toolbox, and can be easily declared on any ASP.NET page as a standard server control:
<asp:chart /> supports a rich assortment of chart options – including pie, area, range, point, circular, accumulation, data distribution, ajax interactive, doughnut, and more. You can statically declare chart data within the control declaration, or alternatively use data-binding to populate it dynamically. At runtime the server control generates an image (for example a .PNG file) that is referenced from the client HTML of the page using a <img/> element output by the <asp:chart/> control. The server control supports the ability to cache the chart image, as well as save it on disk for persistent scenarios. It does not require any other server software to be installed, and will work with any standard ASP.NET page.
To get a sense of how to use the <asp:chart /> control I recommend downloading the Microsoft Chart Controls Sample Project. This includes over 200 ASP.NET sample pages that you can run locally. Just open the web project in VS 2008 and hit run to see them in action – you can then open the .aspx source of each to see how they are implemented.
The below example (under Chart Types->Line Charts->3D Line and Curve Charts) demonstrates how to perform Line, Spline and StepLine charting:




ScrewTurn Wiki-c# dot net wiki engine
http://www.screwturn.eu/Wiki.ashx
ScrewTurn Wiki is a performant and simple Wiki engine, written in C# and based on the ASP.NET 2.0 platform.Its main features are described below.
* Free and open-source
* No need for a database (but SQL Server and MySQL are supported with Plugins)
* No need to touch IIS or ASP.NET configuration (works in ASP.NET Medium Trust environment)
* High performance and scalability on every hardware configuration, thanks to a smart and configurable content caching system
* Low bandwidth usage, thanks to the (configurable) usage of custom ViewState Compression and HTTP Compression
* Simple deployment, administration and usage
* Small footprint
* Theming available entirely through CSS files (CSS Media Types are fully supported)
* Automatic page backups (performing a rollback is as easy as a mouse click)
* Simple user accounting system (with Administrators and Users and a built-in admin account)
* Useful features such as Page-level coarse-grained authorization, the possibility to make the Wiki completely public (no registration needed to edit pages) or Private (anonymous access is not allowed)
* Page Categorization and Discussion
* Page Transclusion and Snippets
* Plugins support (see documentation)
* Protection against dangerous files, scripts and spammers (Captcha control on registration)
* Multilanguage interface (English, Italian, French, Spanish, German, Brazilian Portuguese and Russian)
* RSS 2.0 notifications for every page as well as for the whole Wiki and for Page Discussions




PowerShell Pages-PowerShell in ASP.NET
http://www.codeplex.com/PowerShellPages
PowerShell Pages is an ASP like language, based on the PowerShell runtime. Using a simple HTTP Handler, ASP.NET can render pages scripted using PowerShell script (including cmdlets, and CLR/.NET objects) to the web. Simple, fast and intuitive programming for simple pages that just need to display some content.
The first release of PowerShell Pages is a prototype. I intend to build out a more stable version based on the theory shown by this prototype.




PowerShellASP-ASP-like template language for Web Applications
PowerShellASP is an ASP-like template language for Web Applications; templates contain a mixture of markup (HTML, XML or whatever you want to generate) and inline PowerShell code. At runtime, templates/pages are fully translated to PowerShell code and executed as a single unit inside a PowerShell pipeline, with the results sent to the client browser.
PowerShellASP runs off the ASP.NET platform, implemented as a custom IHttpHandler mapped to *.ps1x files. Because of this, you can mix PowerShellASP pages alongside any ASP.NET application. This provides a great way to leverage PowerShellASP inside your existing applications as needed or you can create complete applications from scratch based only on *.ps1x pages.




Microsoft Source Code Analyzer for SQL Injection
Community Technology Preview (July 2008)
Microsoft Source Code Analyzer for SQL Injection is a static code analysis tool for finding SQL Injection vulnerabilities in ASP code. Customers can run the tool on their ASP source code to help identify code paths that are vulnerable to SQL Injection attacks.




Kaxaml is a lightweight XAML editor
Kaxaml is a lightweight XAML editor that gives you a "split view" so you can see both your XAML and your rendered content (kind of like XamlPad but without the gigabyte of SDK). Kaxaml is a hobby and was created to be shared, so it's free! Feel free to download and try it out. If you don't like it, it cleans up nicely.
If you're having problems with the installer or if you're just a do-it-yourself kind of individual, you can download the files you need as a zip.
Requirements
Kaxaml is built using WPF. To use it, you need to have the .NET Framework version 3.0 installed on your machine. If you're running Vista, you already have it. If you're running Windows XP, you can get it here. Sorry, Kaxaml doesn't work on a mac or on earlier versions of Windows.




Baby ASP Web Server-alternative to IIS
http://www.pablosoftwaresolutions.com/html/baby_web_server.html
This program was build as an alternative for Microsoft's IIS. The main goal was to design a simple web server with support for ASP. Setting up Baby ASP Web Server is very easy: copy the executable to a directory of your choice, set the directory of your webpages and it's ready to run!Features:- Multi threaded.- Real time server log.- Configure directory for webpages (same for all connections).- Configure default HTML page.- Support for GET, POST, and HEAD methods (form processing).- Sends directory listing if default HTML is not found in directory.- Native ASP support (Request, Response, Server, QueryString and Form collections, Session, etc).- Cookie support (including 'arrays' and enumeration!).
– SSI (Server Side Includes) support.
– Statistics: total connections, successful and failed requests and more.
– limit: 5 simultaneous connections.




Xaml Icon Viewer-preview organize xaml files
http://www.grafile.com/software/xaml_viewer/xaml_viewer.html
Preview xaml files Organize your xaml files Build Resource dictionaries from xaml files
Edit Resource dictionaries
Update Resource dictionaries
Features:
* Preview xaml files
* Organize your xaml files
* Build Resource dictionaries from xaml files
* Edit Resource dictionaries
* Update Resource dictionaries
* Drag Drop support ,You can drag drop resource item dictionary
* You can drag drop multiple resources while pressing left "Alt" modifier key
* Dynamic Search engine
* Search engine executes at background parallel threads so you can search several words at the same time Short-cuts
* Clipboard management,copy Single or Multiple Reources, whole dictionary to clipboard
* Remember last open folders and window state.




Microsoft .NET Framework 3.5
Microsoft .NET Framework 3.5 contains many new features building incrementally upon .NET Framework 2.0 and 3.0, and includes .NET Framework 2.0 service pack 1 and .NET Framework 3.0 service pack 1.




PolyMon-open source system monitoring solution net 2.0 Framework
http://www.codeplex.com/polymon
PolyMon is an open source system monitoring solution that can be used to generate email alerts and analyze historical trends of monitor counters and monitor statuses. It is based on the .NET 2.0 framework and SQL Server 2005.
It is simple to use and run but flexible enough for many circumstances.
It is made up of three primary components:
* A SQL Server database to store monitor statuses, alerts and general settings.
* A windows service (PolyMon Executive) that runs monitors on a periodic basis, logs results to the database and sends out email notifications.
* A management/monitoring front-end (PolyMon Manager) that is used to manage general settings, monitor definitions, operators, alert rules, etc. and analyze historical trends (both monitor counters and statuses).
Current monitor plug-ins:
* CPU Monitor
* Disk Monitor
* File (Age and Counts)
* Windows Performance Counters Monitor (built-in Performance Counter browser)
* Ping
* PowerShell Scripting
* SQL Monitor (Can run any stored procedure that returns resultsets in a specific format)
* SNMP Monitor
* TCP Port Monitor
* URL (HTML) Monitor
* URL (XML) Monitor
* Windows Service Monitor
* WMI Monitor (built-in WMI browser and query builder)
Monitors are built using a plug-in architecture and can be added to PolyMon without requiring a recompile of the application. New plug-ins simply need to inherit from a base class. Once compiled and placed in the appropriate directories, new monitors are registered with PolyMon using a plug-in registration form in PolyMon Manager.
In addition, users can create completely custom monitors by using PowerShell scripts. PolyMon now integrates PowerShell scripting allowing Status and Counter information to be passed back from a PowerShell script to the PolyMon PowerShell Monitor. This essentially provides PolyMon a complete integrated scripting language for custom monitoring. Furthermore, because these monitors are created using PowerShell you have full control over what actions to take in the event of a Warning or Failure state.




BugTracker.NET – web-based bug tracker
http://ifdefined.com/bugtrackernet.html
BugTracker.NET is a free, open-source, web-based bug tracker or customer support issue tracker written using ASP.NET, C#, and Microsoft SQL Server (or its free cousin, SQL Server Express). It is in daily use by thousands of development and customer support teams around the world.BugTracker.NET is easy to install and learn how to use. When you first install it, it is very simple and you can start using it right away. However, it offers you the ability to change its configuration to handle your needs if they are more complex.




NUnit – .Net unit-testing framework
http://www.nunit.org/index.php?p=home
NUnit is a unit-testing framework for all .Net languages. Initially ported from JUnit, the current production release, version 2.4, is the fifth major release of this xUnit based unit testing tool for Microsoft .NET. It is written entirely in C# and has been completely redesigned to take advantage of many .NET language features, for example custom attributes and other reflection related capabilities. NUnit brings xUnit to all .NET languages.




Reflector for .NET – class browser decompile assemblies
http://www.aisto.com/roeder/dotnet/
Reflector is the class browser, explorer, analyzer and documentation viewer for .NET. Reflector allows to easily view, navigate, search, decompile and analyze .NET assemblies in C#, Visual Basic and IL.
Reflector.zip – .NET Reflector, Version 5.0.50.0, Add-Ins




Resourcer for .NET resource editor
http://www.aisto.com/roeder/dotnet/
Resourcer is an editor for .resources binaries and .resX XML file formats used with the .NET platform. Resourcer allows editing of name/string pairs, import of bitmaps/icons and and merging of resources from different sources.




Gallery Server Pro – share and manage photos video audio
http://www.galleryserverpro.com/
Gallery Server Pro is a free, powerful, and easy-to-use open source .NET web application that lets you share and manage photos, video, audio, and other files over the web.
* Use any web browser to organize your media files into albums you can easily add, edit, delete, rotate, rearrange, copy and move.
* Easily add thousands of files using one-click synchronize and ZIP file upload functions. Thumbnail and compressed versions are automatically created.
* Powerful user security with flexible, per-album granularity.
* Integrates with DotNetNuke and other frameworks to provide a superior media gallery.
* Image metadata extraction. Supports these formats: EXIF, XMP, tEXt, IFD, and IPTC.
* Search function queries title, caption, filename, and image metadata.
* Image watermarking with your own text and/or image.
* AJAX-enabled for more responsive UI.
* Web-based installer makes installation a snap! Automatically detects and upgrades previous versions of Gallery Server Pro.
* SQL Server database engine provides robust and ultra fast performance. Compatible with all recent versions of SQL Server.
* 100% managed code written in C# and ASP.NET 2.0. Source code is freely available.
* Free, open source software released under the GNU General Public License.
* All web pages target XHTML 1.0 Strict and CSS 2.1 standards to ensure maximum forward compatibility.
Gallery Server Pro is professional grade software designed to be extremely fast even under heavy server load. It is open source software released under the GNU General Public License, but unlike other open source software it is easy to install and has excellent documentation. A comprehensive Administrator´s Guide provides step by step installation instructions for several deployment scenarios, and a comprehensive Administrator´s Guide provides step-by-step installation instructions and detailed information about configuring, operating, and customizing Gallery Server Pro.




YetAnotherForum.NET – ASP.NET discussion forum or bulletin board system
http://www.yetanotherforum.net/
YetAnotherForum.NET (YAF) is a Open Source discussion forum or bulletin board system for web sites running ASP.NET. The latest version is ASP.NET v2.0 with a Microsoft SQL Server backend. The full C# source code is available licensed as GPL.
Stable
YetAnotherForum.NET is stable and secure enough for a production environment.
Demo and Support Forum
A live forum is running at http://forum.yetanotherforum.net/ and includes a demo thread for testing YAF. It is also the official support forum, and the best place if you have any problems with the software.
Documentation
There is an ongoing project to document YetAnotherForum. Please visit the YAF Wiki to view and support that effort.
Download
To download, visit this link.
DotNetNuke and Rainbow Portal Modules
YetAnotherForum.NET has modules allows it to be used in either DotNetNuke or Rainbow. Our live demos are currently unavailable but will up and running again shortly. Need help installing the modules? Visit these links: DotNetNuke Module or Rainbow Portal Module.




.NET – VS2005 Browse www.codeproject.com directly in Visual Studio 2005
http://www.codeproject.com/csharp/cpbrowser.asp
I also love convenience, and that's why I made this add-in. It lets you browse Code Project directly in Visual Studio 2005. When you click on a link that would normally download a zip file, it asks you instead if you'd like to open the sample up using the Code Project Browser. If you say yes, the add-in will download the file, unzip it to a base "My documentsMy Code Project Samples" directory, then load it directly. It also provides a sidebar where you can view, reload and delete all of the projects you've downloaded. Finally, it allows you to keep Code Project favorites, just like any respectable web browser would.




ASP.NET AJAX is a free framework
http://ajax.asp.net/
ASP.NET AJAX is a free framework for quickly creating a new generation of more efficient, more interactive and highly-personalized Web experiences that work across all the most popular browsers.
With ASP.NET AJAX, you can:
* Create next-generation interfaces with reusable AJAX components.
* Enhance existing Web pages using powerful AJAX controls with support for all modern browsers.
* Continue using Visual Studio 2005 to take your ASP.NET 2.0 sites to the next level.
* Access remote services and data directly from the browser without writing a ton of complicated script.
* Enjoy the benefits of a free framework with technical support provided by Microsoft.




ScimoreDB Embedded Database
http://scimore.com/products/embedded.aspx
ScimoreDB Embedded Database is an in-process running SQL database with over 375.000 deployments that has a small footprint, an easy-to-use interface and yet offers a full set of stand-alone database servers features. Developers use ScimoreDB to simplify software development for any sized database applications for Windows. Unlike other embedded databases, ScimoreDB is a fully featured RDBMS and it "feels" like working with a standard client/server database, althought it is loaded into your application's process space. FREE for academic institutions, development, trial and for private individuals ONLY.




DotNetNuke-opensource asp.net framework
http://www.dotnetnuke.com/
Welcome to the official community and development site for the DotNetNuke Open Source project. From downloads to documentation, DotNetNuke.com offers a comprehensive base of information, resources, and support to the DotNetNuke community.DotNetNuke Is…Versatile – DotNetNuke is an open source web application framework ideal for creating, deploying and managing interactive web, intranet and extranet sites.User-Friendly – DotNetNuke is designed to make it easy for users to manage all aspects of their projects. Site wizards, help icons, and a well-researched user interface allow universal ease-of-operation.Powerful – DotNetNuke can support multiple portals or sites off of one install. In dividing administrative options between host level and individual portal level, DotNetNuke allows administrators to manage any number of sites – each with their own look and identity – all off one hosting account.Feature-Rich – DotNetNuke comes loaded with a set of built-in tools that provide powerful pieces of functionality. Site hosting, design, content, security, and membership options are easily managed and customized through these tools. Supported – DotNetNuke is supported by its Core Team of developers and a dedicated international community. Through user groups, online forums, resource portals and a network of companies who specialize in DNN®, support is always close at hand.
Easily Installed – DotNetNuke can be up-and-running within minutes. One must simply download the software from DotNetNuke.com, and follow the installation instructions. In addition, many hosting companies offer free installation of the DotNetNuke application with their plans.
Localized – DotNetNuke includes a multi-language localization feature which allows administrators to easily translate their projects and portals into any language. And with an international group of hosts and developers working with DotNetNuke, familiar support is always close at hand.
Open Source – DotNetNuke is provided free, as open-source software, and licensed under a standard BSD agreement. It allows individuals to do whatever they wish with the application framework, both commercially and non-commercially, with the simple requirement of giving credit back to the DotNetNuke project community.
Cutting-Edge – DotNetNuke provides users with an opportunity to learn best-practice development skills — module creation, module packaging, debugging methods, etc — all while utilizing cutting-edge technologies like ASP.NET 2.0, Visual Web Developer (VWD), Visual Studio 2005 and SQL Server 2005 Express.
Extensible – DotNetNuke is able to create the most complex content management systems entirely with its built-in features, yet also allows administrators to work effectively with add-ons, third party assemblies, and custom tools. DNN modules and skins are easy to find, purchase, or build. Site customization and functionality are limitless.
Recognized – DotNetNuke is a trademarked name, and a brand widely recognized and respected in the open source community. With over 400,000 registered users and a talented team of developers, DotNetNuke continues to evolve its software through participation, real world trial, and end-user feedback.
DotNetNuke is designed for use on the Microsoft ASP.NET 2.0 platform. The most recently released version is 4.5.




SharePoint List XML Viewer Utility
http://sharingpoint.blogspot.com/2006/08/sharepoint-list-xml-viewer-utility.html
To maintain my sanity and bring some order to web service programming, I created a small utility to retrieve the XML for any list via the SharePoint web services. The SharePoint List XML Viewer is a small Windows app that programmers can use to retrieve the XML output for any list or list items (including any default or custom views) to aid them in building web service applications. Just unzip the file and run the executable. Give it the site/area url, list name, and view name, supply the necessary login credentials, pick which type of XML you want (list data or list items) and – voila – instant XML that can be cut-and-pasted into your favorite text editor.




Convert .NET – convert C# to VB.NET
http://myweb.hinet.net/home4/s630417/
Convert .NET is a free useful developer´s utility that allows users to Convert C# to VB.NET. You can also utilize our regular expression tester and online dictionary. A standalone tool that does not require installation.




Virtual Project Open Source Project Management
http://www.vp.net.nz/
Virtual Project is an innovative, web based project management software. It is easy to use and requires little training on behalf of the end user.


More Options ...
Categories
Tag Cloud
Blog RSS
Comments RSS

Void « Default
Life
Earth
Wind
Water
Fire
Light 