(Chris Williams) Recently I started working with a client who was interested in using Windows Workflow Foundation (WF) in a custom application. Having never used WF before, I thought it might be interesting to document the experience and my assumptions as I started learning and implementing the tech
Tag: Development
Rich AJAX Toolkit control: Accordion
(Purushottam Rathore) The Accordion control is used to specify a set of panes, similar to the famous menu in Microsoft Outlook. Each pane is made up of a header template and a content template. The header templates of all panes are always visible, while only one content template is visible. The user
Microsoft BI Power Hour Demos
(Nic Smith) One of the coolest session our team delivers at conferences is the BI Power Hour. Now in its fifth year, the BI Power Hour showcases what is possible with Microsoft BI by taking an entertaining approach to demonstrating product capabilities, watch the videos for more details on what the
Dynamically Generate Meta Tags for ASP.NET Pages using LINQ To XML
(Malcolm Sheridan) We all know how important it is to use meta tags when you’re building an internet web site. Meta tags provide metadata about the HTML document. They are not rendered in the browser but are used by search engines to parse web pages. The following article demonstrates how to store m
ASP.NET MVC with Ajax – Ajax.BeginForm and PartialViews
(David Hayden) The next Tampa ASP.NET MVC Developer Group Meeting is all about building a rich user interface with the ASP.NET MVC Framework: Introduction to jQuery with ASP.NET MVC, so I thought I would show off a quick example of how easy it is to use Ajax with the ASP.NET MVC Framework.
BigInt
(Stephen Swensen) BigInt is a general-purpose unbounded integer implementation consistent with C# and .NET numeric type conventions: it’s an immutable ValueType, implements IComparable, IEquatable and IConvertable interfaces, and supplies arithmetic operators and various implicit and
Live Data Binding using ASP.NET AJAX 4.0 Preview 4
(Iftekharul Anam) This article will give you a highlight on implementing “Live Binding”, a feature for the upcoming version of ASP.NET AJAX.
DoubleAnimation Basics with Silverlight Application
(Jayaram Krishnaswamy) Silverlight within a short time has made great progress and continues its battle with Adobe applications such as Flash and Adobe Air. Clearly the battle lines are drawn. Adobe is no soft stuff either. But Silverlight has great capability. Events like the Presidential Election
Show a Footer for All ASP .NET Pages in a Site
(Rafay Ali) This tip is useful for displaying a uniform footer in all your site’s pages, including any pages served from the site’s subdirectories.
Data-binding in ASP.NET 2.0 using GridView control
(John Charles Olamendy) A common design pattern in business applications is to separate the presentation layer, business logic layer and the data access layer. The data access layer encapsulates the underlying SQL statements for data manipulation. You can implement the components of this layer using
