Categories
Forums
Premium Sponsor
Premium Sponsor
fullcontrol.net

Search


Advanced Search
Popular Articles
Popular Authors
Partners
 
SubMain - Developer Tools

Featured Articles

» Multithreading The Easy Way: The BackgroundWorker

  Sometimes you may need  your application to work on a slow or time- consuming task in such a way that your user isn't kept waiting unnecessarily while this is happening.

   The answer to this problem is to use multithreading.   Having seen many forum questions about multithreading, I've always been a bit apprehensive about tackling it.  However,  as it turns out, the BackgroundWorker component is versatile  and easy to use, providing a painless solution to this requirement. 

   In this article I will show you how you can  incorporate the BackgroundWorker into your projects to give your users a more professional and less frustrating experience.

 

 

[read article...]
» An introduction to SQL Server Management Objects
by David Jeavons | Published 01/02/2007 | SQL Server | Rating:

Introduction

SQL Server Management Objects (SMO) is a collection of objects that allow you to work with SQL Server 2005 databases in a managed environment. Previous to SQL Server 2005 you could use SQL Server Distributed Management Objects (DMO) to work with SQL Server 6.0, 6.5, 7 and 2000 (including MSDE) servers. For the most part, the objects provided with SMO will also work with SQL Server 2000, only those features specific to SQL Server 2005 will not work against a 2000 server.

This article aims to introduce a few of the basic operations that can be performed using SMO such as connecting to an SQL Server, managing databases, tables and stored procedures and performing backup and restore operations against an SQL Server.

[read article...]

Recent Articles

Get our latest articles as an RSS feed! What's this?
» Web Application Security: Don't Bolt It On; Build It In
by Caleb Sima | Published 06/12/2008 | Security Web Development | Rating:
In light of breaches in Web application security worldwide, the importance of catching potential areas for intrusion is necessary at the beginning. Performing application vulnerability testing during production (and not after a breach has been detected) can save a company thousands of dollars. The only way to ensure the highest level of security is to build it in from the outset. [read article...]
» Windows Presentation Foundation: FlowDocuments (Part 1)
When WPF first came on the scene, one of the features that got a lot of air time was the display of documents.  Leading edge projects like the NY Times Reader and the British Library manuscript display raised a lot of awareness of the possibilities.  Strangely though, since VS 2008 shipped there doesn't seem to have been a lot of mention of this part of the package.  So I thought I'd take a look at how easy (or not) document handling really is in WPF. [read article...]
» What You Need to Know about PCI Compliance and Web Application Security Policy Changes
by Michael Sutton | Published 03/28/2008 | Security Web Development | Rating:
PCI compliance exists to protect consumers from credit fraud, and their data will be protected if rules are followed. If your business accepts credit cards, you are aware of changes to PCI compliance in June. Adherence to section 6.6 of the PCI compliance rules should have been met; if not, web application security must be integrated into existing applications. This mandate allows businesses to evaluate their security practices. [read article...]
» SubMain CodeIt.Right 1.0
by Mike McIntyre | Published 03/10/2008 | Reviews | Rating:

CodeIt.Right is a code analysis tool with a welcome twist - it can automatically fix the code issues it finds.

You can use CodeIt.Right in the Microsoft Visual Studio IDE to find AND automatically fix code issues in C# and Visual Basic code. Perform static code analysis with configurable rule sets to find code issues. Automatically fix code issues all at once, in groups, or one-at-a-time.

[read article...]
» Rich Internet Applications: Has Microsoft Finally Seen the (Silver) Light?
by Charlie Fink | Published 01/11/2008 | .NET Framework Web Development | Rating:
In response to other frameworks for rich Internet applications, Microsoft has introduced Silverlight. Microsoft Silverlight offers both similarities and differences to other options, including Adobe Flex and AJAX-based frameworks. Learn more about the major players creating frameworks for rich Internet applications, what the benefits and disadvantages are for each, and what Microsoft has to bring to the table. [read article...]

Recent Blogs  more blog posts...

Get our latest blog entries as an RSS feed! What's this?
by V. Neil Knobbe on 7/2/2008 12:15:00 PM
via CanOz Blog
by Robert Verpalen on 6/4/2008 1:21:00 AM
via HotDog's Blog
by V. Neil Knobbe on 5/23/2008 10:51:00 PM
via CanOz Blog
by V. Neil Knobbe on 5/9/2008 8:59:00 PM
via CanOz Blog

Recent FAQs  more faqs...

  Category  Topic Published
ProgressBar  .NET How to create exponential ProgressBar in VB.NET  6/12/2008 1:42:11 AM
Windows Forms  .NET WIP: How to work with Property Grids; Part III  1/4/2008 11:27:49 PM
Files  .NET Reading ID3v2 Tags From MP3 Files  12/10/2007 8:03:14 PM
Windows Forms  .NET WIP: How to work with Property Grids; Part II  12/3/2007 3:27:26 AM
TreeView/ListView  .NET Programmatically Scrolling A Listview (VB.NET 2005)  11/27/2007 9:07:33 PM
Windows Forms  .NET WIP: How to work with Property Grids; Part I  11/23/2007 11:09:15 PM
Install / Upgrade  .NET Installer Class and Custom Actions Part 1 of 2  9/23/2007 1:09:26 AM
TreeView/ListView  .NET Reducing Code Clutter When Using A ListViewItem Object  8/27/2007 8:22:14 PM
Getting Started  Variable scope  8/25/2007 6:58:28 AM
Database  .NET Returning the Auto-Number Value  8/23/2007 2:45:54 PM

Recent Forum Discussions  visit vbCity Forums...

  Forum  Topic Started
ADO.NET & XML  typed dataset schema relating to xml file  7/4/2008 11:10:07 AM
VB.NET  Finding and deleting files of a certain extension  7/4/2008 10:02:30 AM
Software Reviews  UCertify's PrepEngine  7/4/2008 8:31:59 AM
.NET Newbies  windows service  7/4/2008 7:54:14 AM
VBA  Codes for loops  7/4/2008 7:35:09 AM
.NET Newbies  check connection of server  7/4/2008 7:01:44 AM
VB.NET  writing to a TXT file  7/4/2008 6:48:43 AM
ADO.NET & XML  Parent-Child ComboBoxes   7/4/2008 6:18:48 AM
The Lounge  Having real trouble posting and editing today  7/4/2008 5:30:57 AM
C#  Adding controls during runtime  7/4/2008 4:57:16 AM