Archive for the ‘Database’ Category
Calling SQL Server With A BlackBerry Phone
February 9th, 2011
wiseinn
R Glen Cooper Overview This article provides a simple Web page to play multimedia files on a home computer using a BlackBerry phone. It does this by using SQL Server to store selected binary images (documents, music, videos, etc.) bulk copied to it. Such images may be opened on a smart phone, copied to other [...]
Working with Window Functions in SQL Server
November 10th, 2010
wiseinn
Did you like this? Share it:Tweet
Controls Based Security in a Windows Forms Application
July 21st, 2010
wiseinn
One of my clients wanted to be able to restrict any given control, on any form, so that it is either invisible or disabled based on who is using the form. We decided to make the restrictions “roles-based” – that is “managers can click this button, users can see it, but to guests it is [...]
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 [...]
RSS Feed
Posted in
