Archive for the ‘C#’ Category
How to build a Query Template Explorer
July 21st, 2010
wiseinn
Having introduced his cross-platform Query Template solution, Michael now gives us the technical details on how to integrate his .NET controls into applications both simple and complex. With screenshots and code samples, this has everything you need to build your own powerful SQL editor or Query Template explorer. This is the second of a two-part [...]
Configuring Forms Authentication in SharePoint 2007
July 21st, 2010
wiseinn
SharePoint 2007 is the latest release of Microsoft’s enterprise collaboration suite, which tightly integrates with the Microsoft Office Suite and allows organizations to establish well-managed corporate knowledge from the darkest depths of informational chaos. At least that’s Microsoft unbiased opinion. In my experience, SharePoint 2007 is a major improvement over its predecessor, but it still [...]
Asynchronous processing in .NET part 1: fundamentals
July 21st, 2010
wiseinn
The basics of asynchronous processing In Windows Forms applications, we often need to perform some complex processing in the background, while still continuing with other tasks, such as monitoring user input and updating the user interface. For example, if you think of a web browser, it fetches and renders a web page without the main [...]
Data solutions for disconnected applications
July 21st, 2010
wiseinn
“Smart client” is more than a fancy moniker for Win Forms, or a marketing ploy to sell Visual Studio 2005. It is an architecture that allows Win Forms applications to function when they are disconnected from the network and their primary data source. Smart client is not a new concept. Back in 1996, during my [...]
LINQ to XML – 5 Minute Overview
June 19th, 2010
wiseinn
LINQ to XML is a new way to construct, write and read XML data in the .NET language of the developers’ choice. This new API simplifies working with XML data without having to resort to using additional language syntax like XPath or XSLT. LINQ to XML is not a replacement for any of the current [...]
RSS Feed
Posted in
