(Malcolm Sheridan) Adding charts to your application has always been a non trivial exercise. Charts can be hard to implement, but thanks to the new Microsoft Web Helpers library, adding charts to your website is simple. This library can be downloaded through NuPack. NuPack is a free open source pack
Tag: Development
Announcing the ASP.NET MVC 3 Release Candidate
(Scott Guthrie) ASP.NET MVC 3 is a pretty sweet release, and adds a ton of new functionality and refinements. It is also backwards compatible with ASP.NET MVC V1 and V2 – which makes it easy to upgrade existing apps (read the release notes for the exact steps to do so). You can learn more about so
ASP.NET Dynamic Data
(Ambily Raj) ASP.NET 4.0 supports different types of web application development and associated templates. In this article, we will talk about the ASP.Net Dynamic Data and how we can create a fully functional web application without writing a single line of code.
Durable Services in Windows Communication Foundation (WCF)
(V.N.S Arun) In this article we will learn about durable services and how it can be implemented in Windows Communication Foundation (WCF). I will also demonstrate steps to create a durable service in WCF along with the source code. WCF durable service concept was only introduced in .NET Framework 3.
ASP.NET WebMatrix Beta 2 – Getting Started
(Malcolm Sheridan) Microsoft has released a new beta 2 version of WebMatrix. WebMatrix is a free, lightweight set of web development tools that provides the easiest way to build websites yet. It includes IIS Developer Express and SQL Server Compact Edition to get you started quickly.
How to Switch Reports in a ReportViewer
(Ged Mead) If you use the ReportViewer control to display a report, you’ll typically select a report at design time, ready for display at run time. Sometimes though you might want to give your users a choice of reports to view. There are several ways you can do this and one of them is to add a c
Using Table Valued Parameters with VB.NET
(Leidago !Noabeb) SQL Server’s Table-Valued Parameters are useful, and easy to use, but you should be aware that something that looks loke a table, and seems to behave like a table, can’t necessarily be used just like any other table.
VB.NET Join String Function
(Sam Allen) How can you combine elements in an array or List into a single String in your VB.NET program? By using the Join function, you can collapse these collections into String instances. In this tutorial set, we look at examples of the Join function.
ASP.NET MVC 3: Using global action filters to find out running time of controller actions
(Gunnar Peipman) Lately I blogged about global action filters in ASP.NET MVC 3. Yesterday I found cool article from Nick Berardi’s Coder Journal where he introduces how to use action filters to measure running time of ASP.NET MVC controllers. And here is my experiment – how to use global action filt
Sorting Table Columns with jQuery
(Ramani Sandeep) I always heard about sorting table data & read lots of article that explain how to achieve it using jquery. You will also find lots of plugins available for sorting table data like Table sorter, Flexigrid , jqGrid and many more.
