(Tony Patton) The list of enhancements and new features available in .NET 2.0 can be a bit overwhelming. My method has been to wait to dig into the details of the various features until a project calls for it. However, you can use one of the new features, partial classes, throughout your project.
Author: SSWUG Research
Analysis: Collaborating With Documents, Managing With XML
(Doug Henschen) To solve complex problems, sometimes it does take a rocket scientist. Sometimes, in fact, it takes a whole bunch of them.
Getting Started with WebSphere Enterprise V6
(Bill Moore, Martin Keen, Antonio Carvalho, Michael Hamann, Prasad Imandi, Ron Lotter, Philip Norton, Christian Ringler and Gabriel Telerman) IBM WebSphere Enterprise Service Bus is a flexible connectivity infrastructure for integrating applications and services. It is designed to enable the develop
SharePoint 2007 Forms Authentication
(Nick Swan) It’s easy when you know how! I’ve been playing around with Beta 2 of Microsoft Office SharePoint Server 2007 for a couple of weeks now trying to get Forms Authentication to work. Together with Dan Winter from Microsoft and Adam Tybor I’ve got an internet presence site working with Forms
.NET Tip: Using a Parameter Array in Your Functions
(Eric Smith) Most functions require a set list of parameters to operate. However, you’ll create some functions that need a variable list of parameters. A good example of this is the AppendFormat method of the StringBuilder class. Depending on the format string you specify, you may need zero addition
Managing MySQL User Accounts
(Paul Dubois) This section describes how to set up accounts for clients of your MySQL server. It discusses the following topics: –The meaning of account names and passwords as used in MySQL and how that compares to names and passwords used by your operating system –How to set up new accounts a
Changing to a shared server
(Gregory Williams) To change your Oracle 9i release 2 database from a dedicated server to a shared server, you must change the number of dispatchers to at least one. (R)
Reporting Hierarchical Recursive Data with MS Reporting Services using C#
(asif.blog) I will start with a question here. How many of you had chance to interact with Employee table from sample database Northwind? There you go… I can imagine countless hands in air, and why not it is one of the standard databases comes with both Access and SQL server. All right, are we
Loading a SQL Server 2005 DWH faster with partitioned tables
(r.stropek) SQL Server 2005 now offers the possibility to partition tables and indexes. Using this feature can boost you DWH load. It will not necessarily enhance your query performance but it will make the typical tasks of loading the DWH DB easier.
How to resolve blocking problems that are caused by lock escalation in SQL Server
Lock escalation is the process of converting many fine-grained locks (such as row or page locks) into table locks. Microsoft SQL Server dynamically determines when to perform lock escalation. When making this decision, SQL Server takes into account the number of locks that are held on a particular s
