Stay Connected to the ASP.NET Community:
Articles of the Day
-
WCF REST and SOAP Service with WSSF (Service Factory 2010)
Wednesday, Feb 22 —
This article presents how to leverage the advantage of Service Factory as both a RESTful Service and a SOAP Service.
-
ASP.NET Caching, Micro-Caching, and Performance
Tuesday, Feb 21 —
ASP.NET caching can be used for as little as a 1/2 second expiration to achieve siginificant performance increases under load. Peter A Bromberg tests with the ASP.NET Cache, a Micro-Cache, and non cached pages with various expiration times to get performance metrics. Complete source code included.
-
More Flexible Routing For ASP.NET Web Pages
Monday, Feb 20 —
Mike Brind explores a Package that brings full routing control to the Web Pages framework.
-
Enable Multiple Submit Buttons in ASP.NET MVC
Sunday, Feb 19 —
Steven Bey demonstrates how to enable multiple submit buttons, whilst maintaining URL integrity and the executing action name.
-
Drag and Drop Shopping Cart Using ASP.NET MVC and JQuery
Saturday, Feb 18 —
Add interactivity to a shopping cart using JQuery and ASP.NET MVC.
ASP.NET News
ASP.NET Videos
ASP.NET New Controls
-
DHTMLX Scheduler .NET
Thursday, Jan 05 —
DHTMLX Scheduler .NET is an event calendar control that allows you to add a user-friendly scheduling interface, similar to MS Outlook or Google Calendar, to your ASP.NET applications. The scheduler offers rich drag-and-drop capabilities and Ajax support for desktop-like user experience. You can display and manage events in Day, Week, Month, and Year views. If you need to display events for different resources (employees, rooms, etc.), you can use Multiple Resource View or Timeline View. The scheduler control also supports recurring events, Google Maps integration, export to PDF and iCal, and custom edit form for events. Free 30-days trial is available.
-
Dynamic Application Parts
Sunday, Dec 25 —
About Dynamic Application Parts
With Dynamic Application Parts you can create your own database applications to the Internet. Dynamic Application Parts contains everything you need in order to create a program to the Internet. You can design your application directly online with Dynamic Application Parts Backend program.
Dynamic Application Parts consists of a Frontend and a Backend. Frontend is what your users see in the form of menus and screenshots that represent the program data. In the backend you can configure the program classes, program setup, language, help, security, access, etc.
Multiple languages and multiple currencies
Dynamic Application Parts supports multiple languages and multiple currencies without any own programming.
Security model
Security model and access model is built into the kernel.
Browsers
Dynamic Application Parts is optimized for the following browsers IE8, IE9, Firefox 3 and Google Crome.
Microsoft based
Dynamic Application Parts is built on top of the Microsoft ASP.NET platform and uses no third party products. It is possible to implement third-party products, if needed.
Microsoft LINQ to SQL Classes is used as database model with Microsoft framework ASP.NET Dynamic Data, which is used to create flexibility. Dynamic Application Parts is tested with Microsoft SQL Server as database server.
Dynamic Application Parts supports Microsoft ASP.NET AJAX and Ajax Control Toolkit.
Would you like to have more control over your program, you can use Dynamic Application Parts with Microsoft Visual Studio and Microsoft SQL Server.
Rapid application development
With Dynamic Application Parts automated application development you can quickly develop sophisticated applications.
Customization
Dynamic Application Parts can work in two modes development mode and custom mode. This makes it possible to develop and maintain a common program for many customers where each customer can have their own adjustments.
-
ClientUI - UXScheduleView
Wednesday, Dec 14 —

NEW
UXScheduleView is a high-performance scheduling control for Silverlight and WPF development which provides a multitude of advanced scheduling features such as full MVVM pattern support, extensible view architecture, and integrated navigation interface. In addition to rich features, UXScheduleView also delivers blazing-fast performance.
Features :
- MVVM-ready Architecture
- Four Built-in Views
- Extensible View Architecture
- Comprehensive Recurring Event Support
- Customizable Scheduling Behaviors
- Resource, Category and Time Grouping
- Advanced Nested Grouping
- Sophisticated Built-in Editing Form
- Rich User Experiences
-
ClientUI - SQLReportViewer
Wednesday, Dec 14 —

NEW
SqlReportViewer is an advanced and feature-rich report viewer control designed for Microsoft SQL Server 2008 Reporting Services. It renders SSRS reports with identical layout and appearance as the report design and supports most report items available in SSRS such as TextBox, Line, Image as well as comprehensive support for Matrix, Table and List (Tablix).
Features :
- Blazing-fast Performance
- Streaming Loading Mode
- Pixel-perfect Report Rendering
- Report Interactivity
- Report Navigation
- Report Parameters
- Report Exporting
- RExtensible Data Visualization Rendering
-
UXRibbonBar
Wednesday, Dec 14 —

NEW
UXRibbonBar is the industry's first Silverlight & WPF ribbon bar control that delivers sophisticated fluid resizing capability based on Office 2010 specifications. It is packed with a vast array of sophisticated features, ranging from built-in button variants, contextual tab, backstage view, to pixel-perfect layout rendering and more.
Features :
- Office 2010 Ribbon Specifications
- Ultra Smooth Fluent Resizing
- Sophisticated Backstage View
- Rich Ribbon Controls
- Built-in Button and Menu Controls
- Contextual Tab
- Smart Key Tip
- Rich User Experiences
Microsoft Blogs
-
ASP.NET Web API and HttpClient Available on NuGet
Monday, Feb 20 —
If you don’t need the full ASP.NET MVC 4 installer with project and item templates for Visual Studio 2010 then you can download the various ASP.NET Web API packages directly from NuGet (see list of packages below). If you are new to NuGet then it is a Visual Studio extension that makes it easy to add, remove, and update libraries and tools in Visual Studio projects that use the .NET Framework (check out the NuGet overview ). NuGet Packages Here are the relevant NuGet packages depending on what you want to build: Web API hosted in ASP.NET: AspNetWebApi Self-hosted Web API: AspNetWebApi.Selfhost HttpClient including XML and JSON formatters: System.Net.Http.Formatting JsonValue for navigating and manipulating JSON: System.Json Additional Information...(read more)
-
ASP.NET MVC 4 Beta
Sunday, Feb 19 —
A few days ago we released the ASP.NET MVC 4 Beta . This is a significant release that brings with it a bunch of great new features and capabilities. The ASP.NET MVC 4 Beta release works with VS 2010 and .NET 4.0, and is side-by-side compatible with prior releases of ASP.NET MVC (meaning you can safely install it and not worry about it impacting your existing apps built with earlier releases). It supports a “go-live” license that allows you to build and deploy production apps with it. Click here to download and install it today. The ASP.NET MVC 4 Beta will also be built-into the upcoming VS11 / .NET 4.5 beta that is coming out shortly. This week’s beta doesn’t work with the previous VS11 developer preview that shipped...(read more)
-
Using MongoDB with ASP.NET Web API
Sunday, Feb 19 —
MongoDB is a popular NoSQL database that makes it a great backend for Web APIs which lend themselves towards a document store rather than a relational store . In this blog we show how you can use MongoDB with ASP.NET Web API to build an ApiController with support for HTTP GET, PUT, POST, and DELETE. Our sample controller is a simple contact manager Web API which builds on many of the same concepts as in the tutorial “ Creating a Web API that Supports CRUD Operations ” so I would recommend that you skim that for background. In particular, the URI patterns are very similar to that of the tutorial: Action HTTP Method Relative URI Get a list of all contacts GET /api/contacts Get a filtered list of all contacts GET /api/contacts?$top=2 Get a contacts...(read more)
-
How to create a Web Deploy package when publishing a ClickOnce project
Saturday, Feb 18 —
The other day I saw a question on StackOverflow (link in resources below) asking How you can create a Web Deploy (AKA MSDeploy) package when publishing a ClickOnce project. The easiest way to do this is to use the Web Deploy command line utility, msdeploy.exe. With the command line you can easily create an MSDeploy package from a folder with a command like the following: %msdeploy% -verb:sync -source:contentPath="C:\Temp\_NET\WebPackageWithClickOnce\WebPackageWithClickOnce\bin\Debug\app.publish" -dest:package="C:\Temp\_NET\WebPackageWithClickOnce\WebPackageWithClickOnce\bin\Debug\co-pkg.zip" Here you can see that I’m using the sync verb, along with a contentPath provider ( which points to a folder ) as the source and...(read more)
-
Using JSON.NET with ASP.NET Web API
Friday, Feb 17 —
Json.Net is a popular framework for working with JSON. In particular, it has a bunch of features that are not supported by the DataContractJsonSerializer such as being much more flexible in what kind of types it can serialize and exactly how they should be serialized. The ASP.NET Web API Beta supports an open-ended set of formatters that can read and write data to and from any media type you want to support. For example, if you want to support the vCard format which has the media type text/vcard (previously it was text/directory) media type then you can write a formatter for vCard and register it for the media type (or types) in question. The complete sample is posted on Code Gallery . Note : If you are completely new to ASP.NET Web API then...(read more)
|