Archive for the ‘.NET’ Category
Wednesday, December 5th, 2007 |
The Volta technology preview is a developer toolset which enables you to build multi-tier web applications by applying familiar techniques and patterns. You architect and build your application as a .NET client application, assigning the portions of the application that run on the server and the target client platform late in the development process. The compiler manages creating cross-browser JavaScript for web applications, web services for any server side code, and all of the communication, serialization and other boilerplate code to tie the tiers together.
Developers can target either web browsers or the CLR as clients and Volta handles the complexities of tier-splitting for you. Volta contains tools such as end-to-end profiling to make architectural refactoring and optimization simple and quick. In effect, Volta offers a best effort experience in multiple environments without any changes to the application.
Download: Volta technology preview
Posted in .NET, Microsoft | No Comments »
Saturday, September 1st, 2007 |
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.
YetAnotherForum.NET has modules allows it to be used in either DotNetNuke or Rainbow.
Download: Yet Another Forum.NET 1.9.1 | Live Demo
Posted in .NET, Scripts/MySQL | No Comments »
Wednesday, January 24th, 2007 |
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.
ASP.NET AJAX integrates client script libraries with the ASP.NET 2.0 server-based development framework. This new Web development technology extends ASP.NET, offering the interactive user interface benefits of AJAX with a programming model that is more familiar to ASP.NET developers, making it very easy to add AJAX to your applications quickly and with minimal effort. However, ASP.NET AJAX isn?¢‚Ǩ‚Ñ¢t just for ASP.NET development. You can take advantage of the rich client framework to easily build client-centric Web applications that integrate with any backend data provider.
Download: ASP.NET AJAX 1.0
Posted in .NET | No Comments »
Tuesday, November 7th, 2006 |
The Microsoft .NET Framework 3.0 (formerly known as WinFX), is the new managed code programming model for Windows. It combines the power of the .NET Framework version 2.0 with new technologies for building applications that have visually compelling user experiences, seamless communication across technology boundaries, and the ability to support a wide range of business processes. These new technologies are Windows Presentation Foundation, Windows Communication Foundation, Windows Workflow Foundation, and Windows CardSpace. The .NET Framework 3.0 is included as part of the Windows Vista- operating system; you can install it or uninstall it using Windows Features Control Panel. This redistributable package is for Windows XP and Windows Server 2003.
System Requirements
- Supported Operating Systems: Longhorn (Windows Code Name) ; Windows Server 2003 Service Pack 1; Windows Vista; Windows XP Service Pack 2
For customers that already have the .NET Framework 2.0 installed, this .NET Framework 3.0 redistributable package installs only the new Windows Vista components. This ensures that any .NET Framework 2.0-based applications work seamlessly when the .NET Framework 3.0 is installed, with no application migration or updates of any kind required.
Download: Microsoft .NET Framework 3.0 Redistributable Package
Posted in .NET | No Comments »
Friday, October 20th, 2006 |
Write.NET is a light-weight, yet powerfull text editor. With its enhanced Rich Text Formatting you can create world class documents in a flash.
Download: Write.NET 1.0.0 Beta
Posted in .NET | No Comments »
Monday, September 4th, 2006 |
NeatUpload allows ASP.NET developers to stream uploaded files to storage (filesystem or database) and allows users to monitor upload progress. It is open source and works under Mono’s XSP/mod_mono as well as Microsoft’s ASP.NET implementation. It features 2 custom controls: InputFile allows the user to select a file to upload, and ProgressBar displays the upload progress either inline or in a popup. ProgressBar uses AJAX-style refreshless updates on modern browsers when JavaScript is available, but also allows users without JavaScript to see upload progress.
Download: NeatUpload 1.2.10
Posted in .NET | No Comments »
Tuesday, March 21st, 2006 |
Visual Web Developer 2005 Express Edition is a lightweight, easy-to-use and easy-to-learn development tool focused exclusively on Web development. Inside, you will find everything you need to begin building exciting, dynamic Web applications with ASP.NET 2.0. It provides:
Visual designers that make creating Web applications easy via an easy-to-use drag-and-drop interface
Powerful code editor with rich functionality such as IntelliSense that makes writing code and HTML faster
Easy-to-create data-driven Web applications using the built-in data controls and integrated access to Microsoft SQL Server 2005 Express
Support for multiple languages, including Visual Basic, C#, and J#
Built-in, fully functional starter kits like the Personal Web Starter Kit
Download: Visual Web Developer 2005 Express Edition
Posted in .NET | No Comments »
Friday, October 28th, 2005 |
The Microsoft .NET Framework version 2.0 redistributable package installs the .NET Framework runtime and associated files required to run applications developed to target the .NET Framework v2.0.
The .NET Framework version 2.0 improves scalability and performance of applications with improved caching, application deployment and updating with ClickOnce, support for the broadest array of browsers and devices with ASP.NET 2.0 controls and services.
System Requirements
- Supported Operating Systems: Windows 2000; Windows 98; Windows 98 Second Edition; Windows ME; Windows Server 2003; Windows XP
- Required Software:
o Windows Installer 3.0 (except for Windows 98/ME, which require Windows Installer 2.0 or later). Windows Installer 3.1 or later is recommended.
o IE 5.01 or later: You must also be running Microsoft Internet Explorer 5.01 or later for all installations of the .NET Framework.
- Disk Space Requirements: 280 MB (x86), 610 MB (x64)
Download: Microsoft .NET Framework Version 2.0 Redistributable Package (x86)
Posted in .NET | No Comments »