This Issue Sponsored By
This email newsletter comes to you free and is supported by the following advertisers, who offer products and services that might interest you. Please take a moment to visit these advertisers' Web sites and show your support for Scripting Central.
LeftHand Networks
http://www.windowsitpro.com/go/whitepapers/lefthand/storage?code=DEVTop0303
Thawte
http://www.windowsitpro.com/go/whitepapers/thawte/iis?code=DEVMid0303
1. Developer .NET Perspectives
Back to Basics
2. News
SQL Server Magazine Launches Redesigned Web Site
3. Events and Resources
Dev Connections Conferences and Expos
Collaboration in Windows Server 2003 R2 Enterprise Edition
Rethinking SQL Server Backup and Restore Strategies
Achieve High Availability in Real Time
4. Featured White Paper
Complying with the PCI Data Security Standard
5. Announcements
Exclusive March Offer
Windows IT Pro Magazine--SAVE 58%
Sponsor: LeftHand Networks
Storage demands for Microsoft Windows servers have changed dramatically over
the last five years. In this free white paper you'll learn how storage has
been redesigned to provide administrators with the tools to manage the
storage demands of today and the future. Find out how this affects you, how
it will help defer storage purchases, how it separates backup data from
protected data and more!
http://www.windowsitpro.com/go/whitepapers/lefthand/storage?code=DEVTop0303
1. Developer .NET Perspectives
by Bill Sheldon, bills@interknowlogy.com
Back to Basics
I'm devoting this column to anyone who is just getting started with .NET.
I'll introduce you to some basic .NET learning tools as well as provide you
with links to resources in which you can get more information.
Microsoft has done an excellent job of making .NET accessible to everyone.
It has provided not only free tools but also a lot of free sample code and
other material online. One of the best examples is the combination of
Microsoft Express Editions and Starter Kits.
The Visual Studio 2005 Express Editions provide access to the same
compilers that are in the Visual Studio 2005 versions you must pay for. The
differences between the Express Editions and the other versions primarily lie
in the types of projects you can create. You can download an Express version
of Visual Basic (VB), Visual C#, Visual J#, or Visual C++, so you can build
Windows applications in the language of choice. If you want to build Web
applications, you can download Visual Web Developer 2005 Express Edition.
This tool lets you use either VB or Visual C# to create ASP.NET Web sites.
The Visual Studio 2005 Express Editions are free until November of this
year, after which they're supposed to retail for $49 each. You can get more
information about these tools at http://msdn.microsoft.com/vstudio/express .
Microsoft also offers the SQL Server 2005 Express Edition (SQL Server
Express). Similar to the Visual Studio 2005 Express Editions, SQL Server
Express is free. However, SQL Server Express will remain a free product.
If you download one of the Visual Studio 2005 Express Editions, it will
offer to install a copy of SQL Server Express. If you accept (and I suggest
that you do), SQL Server Express will be installed in a named instance on
your machine. A named instance basically means that instead of accessing the
database engine through your computer's name or IP address, you need to
specify an additional qualifier to your machine name. This qualifier is
separated from the machine name with a backslash (\). Thus, after you install
SQL Server Express you use
mymachine\SQLExpress
(where mymachine is your computer's name) to reference your newly installed
database for connection purposes. Whether you already have a version of SQL
Server installed or want to in the future, the default instance will remain
untouched by SQL Server Express. For more information about SQL Server
Express, go to http://www.microsoft.com/downloads/details.aspx?FamilyId=82AFBD59-57A4-455E-A2D6-1D4C98D40F6E&displaylang=en.
If you want sample databases for SQL Server Express, you can download the
Northwind and pubs databases from the Web page at
http://www.microsoft.com/downloads/details.aspx?FamilyId=06616212-0356-46A0-8DA2-EEBC53A68034&displaylang=en%20.
This Web page also contains a link to the AdventureWorks sample databases, which you can also use with SQL Server Express.
Like Microsoft SQL Server Desktop Engine (MSDE), SQL Server Express doesn't
include a management interface. Thus, SQL Server Express can be somewhat
difficult to work with. Fortunately, Microsoft has created a baseline
management interface called SQL Server Management Studio Express (SSMSE) for
SQL Server Express. For more information about SSMSE, go to
http://www.microsoft.com/downloads/details.aspx?FamilyId=82AFBD59-57A4-455E-A2D6-1D4C98D40F6E&displaylang=en.
As I mentioned previously, Microsoft provides free Starter Kits. Starter
kits are sample projects that you can review to see how an actual product
works within the tool you've chosen. Each version of Visual Studio 2005--from
the Team Suite down to the Express Editions--ships with one or more Starter
Kits.
For example, the Express Editions for VB and Visual C# ship with the same
pair of Starter Kits: My Movie Collection and Screen Saver. The Web page at
http://msdn2.microsoft.com/en-us/library/w6ce4ebt.aspx describes these kits.
The Express Edition for Visual J# ships with one Starter Kit for a calculator
application, which you can read about at http://msdn2.microsoft.com/en-us/library/ms241060.aspx.
To access the Starter Kits in the Visual Studio 2005 version you're using,
simply select New on the File menu, then select the Starter Kits option.
After you select a Starter Kit, Visual Studio 2005 will pull in all the
resources, including source code, associated with that kit. For a detailed
introduction to Starter Kits, check out the Web page at
http://msdn2.microsoft.com/en-us/library/ms247071.aspx.
It's possible to extend the default set of Starter Kits. This ability is
important because Visual Studio 2005 includes only those Starter Kits that
don't require a database. More complex Starter Kits are available on the
Microsoft Developer Network (MSDN) Web site. For example, additional VB
Starter Kits are available at http://msdn.microsoft.com/vbasic/downloads/starterkits/default.aspx.
You can find more Visual C# Starter Kits at http://msdn.microsoft.com/vstudio/express/visualcsharp/starterkit.
And additional Starter Kits for Visual Web Developer are obtainable at
http://msdn.microsoft.com/vstudio/express/vwd/starterkit/default.aspx.
You can even create your own Starter Kit, which you can share with other
developers. To learn more about how to create a Starter Kit, go to
http://msdn2.microsoft.com/en-us/library/ccd9ychb.aspx.
To leverage the free Starter Kits and Express Editions, you can take
advantage of free Microsoft Webcasts. For example, this month Microsoft is
offering a special Webcast series for developers who are considering
migrating to ASP.NET 2.0. You can find information about the ASP.NET 2.0
Webcast series on the Web page at http://ad.doubleclick.net/clk;26540614;12550611;s?http://www.learn2asp.net/campaign.aspx.
This page includes a special offer for a licensed copy of
Visual Studio 2005 Standard Edition.
In the ASP.NET 2.0 Webcast series, I'll be presenting a pair of sessions
about the login controls and membership features built into ASP.NET 2.0. To
find my sessions, click any of the topic areas, then go to the Adv. ASP.NET
2.0 tab in the box near the bottom of the page. My first presentation is
"Introduction to the Authentication and Membership Controls of ASP.NET 2.0"
at 9 AM (PST) on March 14. My second presentation is "Digging Into the
Customization of ASP.NET 2.0 Authentication and Membership" at 10 AM (PST) on
March 16.
Sponsor: Thawte
Secure Your Microsoft Internet Information Services (MS IIS) Web Server
Learn how to test, install and use a Digital Certificate on your
Microsoft IIS Web Server. In this free white paper, you discover how to
ensure efficient ongoing management of your digital certificates, how your
business will benefit by addressing unique online security issues and more!
Get your free copy today at:
http://www.windowsitpro.com/go/whitepapers/thawte/iis?code=DEVMid0303
2. News
(brought to you by SQL Server Magazine)
SQL Server Magazine Launches Redesigned Web Site
In response to reader requests and feedback, SQL Server Magazine
launched a redesign of its Web site. The site, a popular resource for
SQL Server professionals, features a complete article archive; SQL Server
event and community information; an active forum community; and links to
ebooks, white papers, FAQs, special reports, and downloads of interest to
DBAs, database developers, and business intelligence professionals.
The site's new design strives to address the needs that readers have
expressed over the past several months. In addition to providing a cleaner
layout and improved navigation, site developers have worked to improve search
capabilities so that readers can get SQL Server-specific results to their
queries. SQL Server Magazine Technical Editor Diana May said, "We wanted a cleaner separation from the resources of our sister publication, Windows IT Pro, to recognize the distinct, unique needs of the SQL Server community."
May emphasized that the magazine will continue to respond to reader
feedback about the site. She encourages readers to visit the site and send
feedback directly to her at dmay@sqlmag.com.
3. Events and Resources
(brought to you by SQL Server Magazine)
Dev Connections Conferences and Expos
Dev Connections provides world-class education for developers, architects,
DBAs, and IT professionals:
WinConnections (2 conferences for the price of 1): April 9-12, 2006, Orlando, Florida, http://www.winconnections.com
DevConnections (4 conferences for the price of 1): April 2-5, 2006, Orlando, Florida, http://www.devconnections.com
DevConnections Europe coming to Nice, France, April 24-27, 2006. EARLY BIRD SPECIAL ends 1 March! http://www.devconnectionseurope.com/?refer=0227emailannc
Collaboration in Windows Server 2003 R2 Enterprise Edition
Learn why new features in Windows Server 2003 R2, including large
clustering, increased RAM, and 64-bit support, make it the ideal platform
for your collaboration tools. Live event: March 28; 12:00 pm EST
http://www.windowsitpro.com/go/seminars/microsoft/collaboration/?parterref=0301emailannc
Rethinking SQL Server Backup and Restore Strategies
Learn how to leverage new features in SQL Server 2005 to extend your
existing backup and restore capabilities. View the on-demand Web seminar now!
http://www.windowsitpro.com/go/seminars/SQLServer/?partnerref=0301emailannc
Achieve High Availability in Real Time
Implement real-time processes in your email and data systems--you could
also win an iPod Nano!
http://www.windowsitpro.com/toolkits/xosoft/index.cfm?code=0301emailannc
4. Featured White Paper
Complying with the PCI Data Security Standard
Get the tips you need to prepare for and comply with the PCI Data Security
Standard, including how to define the 12 major requirements and how those
requirements affect IT.
http://www.windowsitpro.com/go/whitepapers/bindview/pci?code=0301emailannc
Hot Spot
Your Guide to Exchange 2003 High Availability
Many things can affect your messaging system's availability, including
component failure, power outages, operator errors, and natural disasters.
This FREE white paper will help you plan and implement reliable strategies
to maintain highly available Exchange Server 2003 messaging systems. Download
it today!
http://www.windowsitpro.com/go/whitepapers/HP/exchange2003?code=DEVHot0303
5. Announcements
(brought to you by SQL Server Magazine)
Exclusive March Offer
SAVE 50% off the SQL Server Magazine Master CD! Subscribe today and get
portable, high-speed access to the entire SQL Server article database on
CD--a searchable library that includes every SQL Server Magazine article
ever written since March 1999. The newest issue also includes BONUS
SQL Server 2005 tips. This is a special, one-time-only offer that won't
be repeated. Order now:
https://store.pentontech.com/index.cfm?s=9&promocode=eu2863uc
Windows IT Pro Magazine--SAVE 58%
Windows IT Pro is a must-have in 2006! Subscribe now and plug into the
largest independent Windows IT community in the world. Along with loads of
how-to articles, time-saving advice, and expert tips and solutions, you'll
gain exclusive access to the entire online Windows IT Pro article library FREE. This is a limited-time offer, so order now:
https://store.pentontech.com/index.cfm?s=1&promocode=eu2063uw
Contact Us
About Developer .NET Perspectives -- bills@interknowlogy.com
About technical questions -- http://www.sqlmag.com/forums
About product news -- products@sqlmag.com
About your subscription -- Developer_dot_NET_update@sqlmag.com
About sponsoring an UPDATE -- contact Richard Resnick, rresnick@sqlmag.com, or Lisa Kling, lkling@sqlmag.com
Developer .NET UPDATE is brought to you by SQL Server Magazine, the only magazine devoted to helping developers and DBAs master new and emerging SQL Server technologies and issues. Subscribe today.
https://store.pentontech.com/index.cfm?s=9&promocode=eu215xdb
View the SQL Server Magazine Privacy Policy
http://www.winnetmag.com/aboutus/index.cfm?action=privacy
SQL Server Magazine is a division of Penton Media, Inc. 221 East 29th Street, Loveland, CO 80538, Attention: Customer Service Department
Copyright 2006, Penton Media, Inc. All Rights Reserved.
End of Article