Sign in
|
Join
|
Help
in
Current Tags
Aggregated Feeds
Aggregated Feeds
(Entire Site)
SDT Community Server
SDT Forums, Blogs, Photos server.
Home
Blogs
Forums
Photos
Roller
Control Panel
This Blog
Home
Syndication
RSS
Atom
Recent Posts
How to use Picasa Photo Manager to upload photos to your website.
TextBoxEx: A little enhanced TextBox
SQL Queries - Templates and a Preprocessor
URL rewriting in ASP.NET 2.0 with simple code sample
PDF Secure Remover
Tags
.NET
.NET 1.0
.NET 1.1
.NET 2.0
.NET 3.0
.NET 3.5
.NET CF
.NET development
.NET Framework
.NET, All Topics, C#
.NET, C#
ADO.NET
Advanced
Ajax
All Topics
All Topics, .NET, C#
All Topics, MFC/C++, C#, ASP.NET, .NET, VB.NET
Arch
Architect
Architects
Architecture
ASP
ASP.NET
ASP.NET, .NET, VB.NET, C#, MFC / C++, All Topics
ASP.NET, All Topics
ASP.NET, All Topics, .NET, C#
ASP.NET, C#, .NET, VB.NET, MFC / C++, All Topics
ASP.NET, C#, .NET, VB.NET, MFC/C++, All Topics
Beginner
C
C#
C# 1.0
C# 2.0
C# 3.0
C++
C++/CLI
CEO
COM
CPU
CSS
DBA
Design
Dev
Developers (general)
Development
DotGNU
GDI+
HTML
Intermediate
Javascript
LINQ
MFC
MFC / C++, All Topics
MFC/C++, All Topics
Microsoft Office 2007
Mono
NT4
Office developers
Office Programmability
Office solutions development
QA
Silverlight
SQL
SQL 2000
SQL 2005
SQL Server
SysAdmin
Technical article
VB
VB 6
VB 7.x
VB 8.0
VB 9.0
VB.NET, All Topics, .NET
VC6
VC7
VC7.1
VC8.0
VC9.0
Vista
Visual Basic
Visual Studio
VS
VS.NET2002
VS.NET2003
VS2005
VS2008
VS6
WCF
WebForms
Win2003
Win2K
Win32
Windows
WinForms
WinXP
WPF
XAML
XHTML
XML
Archives
December 2008
(48)
November 2008
(300)
October 2008
(325)
September 2008
(330)
August 2008
(263)
July 2008
(343)
June 2008
(288)
May 2008
(279)
April 2008
(358)
March 2008
(452)
February 2008
(383)
January 2008
(445)
December 2007
(346)
November 2007
(305)
October 2007
(322)
September 2007
(395)
August 2007
(480)
July 2007
(386)
June 2007
(487)
May 2007
(531)
April 2007
(410)
March 2007
(459)
February 2007
(435)
January 2007
(800)
December 2006
(680)
November 2006
(70)
October 2006
(8)
May 2005
(14)
Aggregated Feeds
Browse by Tags
All Tags
»
Development tools
(
RSS
)
.NET development
.NET Framework
.NET Framework 2.0
2007 Microsoft Office suites
Academics
ADO.NET
Announcement
Application developers
ASP.NET
ASP.NET 2.0
C#
Code sample
Compatibility
CPU
Data access
Database design
Database developers
Debugging
Deployment
Design
Developers (general)
Development
Download details
Enterprise development
Extensibility
Headline
Hobbyists
Interview
JScript
Microsoft Office 2007
Microsoft Office Forms Server 2007
Microsoft Office InfoPath
Microsoft Office InfoPath 2007
Microsoft Office Project 2007
Microsoft Office SharePoint Server 2007
Microsoft Robotics Studio
Office developers
Office Programmability
Office solutions development
Product documentation/SDK documentation
Robotics
Security
SQL
Students
Technical article
TSQL
Tutorial
Visual Basic
Visual C#
Visual Studio
Visual Studio .NET
Visual Studio 2005
Visual Studio 2005 Express Edition
Visual Studio 2005 Team System
Web developers
Web development
Windows
Windows development
Windows SharePoint Services
Win32++: A simple alternative to MFC
A simple Windows framework that beginners and intermediate programmers can use as an alternative to MFC. It makes learning to program for Windows easier. Read More...
Posted
Feb 02 2007, 07:38 AM
by
MSDN Just Published
Filed under:
Windows
,
CPU
,
Hobbyists
,
Development tools
,
Headline
,
Visual Studio 2005 Express Edition
Heard in the Forums: How do I create a C++ application to generate a MS Word document?
Learn how to use the Word object model to do this and more in the Visual C++ Express Forums! Read More...
Posted
Feb 02 2007, 07:38 AM
by
MSDN Just Published
Filed under:
Windows
,
CPU
,
Hobbyists
,
Development tools
,
Headline
,
Visual Studio 2005 Express Edition
Constants, Underbars, and The Evolution of Programming
Paul DiLascia gives us his C++ words of wisdom, insights and opinions in the last installment of his C++ column. Read More...
Posted
Feb 02 2007, 07:37 AM
by
MSDN Just Published
Filed under:
Windows
,
CPU
,
Hobbyists
,
Development tools
,
Headline
,
Visual Studio 2005 Express Edition
ASP.NET Community Recognition Program
Earn points for participating in the ASP .NET Community and become an All-Star! Answer questions in the forums, submit articles, provide suggestions, and vote on By the Community, For the Community polls. Read More...
Posted
Feb 02 2007, 07:37 AM
by
MSDN Just Published
Filed under:
Windows
,
CPU
,
Hobbyists
,
Development tools
,
Headline
,
Visual Studio 2005 Express Edition
Kinder, Gentler Error Messages
In this article, Stephen Walther shows you how you can modify the default ASP.NET error page so that it displays motivational sounds, messages, and pictures. Read More...
Posted
Feb 02 2007, 07:36 AM
by
MSDN Just Published
Filed under:
Windows
,
CPU
,
Hobbyists
,
Development tools
,
Headline
,
Visual Studio 2005 Express Edition
Pump up the Volume! Creating Loud Websites
Who says cyberspace has to be silent? Learn how to use Javascript to add sound effects to your ASP.NET pages! Read More...
Posted
Feb 02 2007, 07:36 AM
by
MSDN Just Published
Filed under:
Windows
,
CPU
,
Hobbyists
,
Development tools
,
Headline
,
Visual Studio 2005 Express Edition
Anders Hejlsberg on LINQ and Functional Programming
In this video interview, Anders Hejlsberg, the chief architect of C#, describes features in the next release of C#, code named Orcas. Read More...
Posted
Feb 02 2007, 07:35 AM
by
MSDN Just Published
Filed under:
Windows
,
CPU
,
Hobbyists
,
Development tools
,
Headline
,
Visual Studio 2005 Express Edition
How to use the TableLayoutPanel control
The TableLayoutPanel control is the richest, most complex container control available and allows you to arrange other controls in a grid-like fashion, with a fixed number of rows and columns. Learn how to use it in your Windows Forms applications! Read More...
Posted
Feb 02 2007, 07:35 AM
by
MSDN Just Published
Filed under:
Windows
,
CPU
,
Hobbyists
,
Development tools
,
Headline
,
Visual Studio 2005 Express Edition
Fallen off the wagon already?
Learn how to create a New Year's Task Manager to to keep track of your resolutions, set a deadline to help prioritize the items, and to stimulate you to action. Read More...
Posted
Feb 02 2007, 07:34 AM
by
MSDN Just Published
Filed under:
Windows
,
CPU
,
Hobbyists
,
Development tools
,
Headline
,
Visual Studio 2005 Express Edition
Copy Paste Web Service
Have you ever worked on multiple machines and wished you could copy the clipboard contents from one machine to the other? Find out how to transfer the contents of the clipboard from machine to machine with a web service! Read More...
Posted
Feb 02 2007, 07:33 AM
by
MSDN Just Published
Filed under:
Windows
,
CPU
,
Hobbyists
,
Development tools
,
Headline
,
Visual Studio 2005 Express Edition
Computer-Controlled R/C Car with Camera
Control a remote controlled car with your computer using Microsoft Robotics Studio. Then, add a wireless IP camera for stealthy remote operation. Read More...
Posted
Feb 02 2007, 07:31 AM
by
MSDN Just Published
Filed under:
Windows
,
CPU
,
Hobbyists
,
Development tools
,
Headline
,
Visual Studio 2005 Express Edition
ASP.NET AJAX 1.0 Released!
ASP .NET AJAX is a new framework for creating more sophisticated user experiences on the Web, and is supported by the Control Toolkit which contains some cool pre-built controls. It was released as a free download with source code, so try it out today! Read More...
Posted
Feb 02 2007, 07:29 AM
by
MSDN Just Published
Filed under:
Windows
,
CPU
,
Hobbyists
,
Development tools
,
Headline
,
Visual Studio 2005 Express Edition
Download: Microsoft Windows SharePoint Services 3.0 SDK
Microsoft Windows SharePoint Services 3.0 SDK download Read More...
Posted
Jan 31 2007, 03:59 AM
by
MSDN Just Published
Filed under:
Developers (general)
,
Development
,
Windows
,
Web development
,
CPU
,
.NET development
,
Visual Basic
,
C#
,
Windows development
,
Office developers
,
Microsoft Office 2007
,
Development tools
,
Extensibility
,
Office Programmability
,
Office solutions development
,
Windows SharePoint Services
,
Enterprise development
,
Download details
Download: Microsoft Office SharePoint Server 2007 SDK (RTM)
Software Development Kit (documentation and code examples) for Microsoft Office SharePoint Server 2007. Read More...
Posted
Jan 24 2007, 03:39 AM
by
MSDN Just Published
Filed under:
Developers (general)
,
Development
,
Windows
,
CPU
,
.NET development
,
Visual Basic
,
C#
,
Deployment
,
Office developers
,
Development tools
,
Extensibility
,
Office Programmability
,
Enterprise development
,
Download details
,
Microsoft Office SharePoint Server 2007
,
2007 Microsoft Office suites
A Security Overview of Microsoft Visual Studio 2005 Team Edition for Database Professionals
Visual Studio 2005 TE for DBPro is the most recent addition to the VS Team Suite of products. Its mission is to bring developers of database application code (Transact-SQL for SQL Server 2000 & SQL Server 2005) into the application development life cycle. Read More...
Posted
Jan 18 2007, 06:47 AM
by
MSDN Just Published
Filed under:
Developers (general)
,
Development
,
Windows
,
Database design
,
CPU
,
Visual Studio 2005
,
Technical article
,
Deployment
,
Design
,
TSQL
,
Database developers
,
Application developers
,
Development tools
,
SQL
,
Security
,
Visual Studio 2005 Team System
Get Started with Microsoft Robotics Studio!
Over 30 tutorials for everyone from novices to advanced developers. Read More...
Posted
Jan 04 2007, 05:10 AM
by
MSDN Just Published
Filed under:
Developers (general)
,
Development
,
Windows
,
CPU
,
Visual Basic
,
C#
,
Students
,
Robotics
,
Hobbyists
,
Academics
,
Development tools
,
Microsoft Robotics Studio
,
JScript
,
Tutorial
Read the Different Licensing Options and Download MSRS v. 1.0
Read the Licensing Agreements--Free for non-commercial use. Download the Microsoft Robotics Studio v. 1.0. Read More...
Posted
Dec 19 2006, 05:45 AM
by
MSDN Just Published
Filed under:
Developers (general)
,
Development
,
Windows
,
CPU
,
.NET development
,
Students
,
Robotics
,
Hobbyists
,
Academics
,
Development tools
,
Download details
,
Microsoft Robotics Studio
Microsoft Robotics Studio Now Available to Provide Common Development Platform
More than 30 vendors offer support for creating broad range of innovative robotics applications. Read More...
Posted
Dec 19 2006, 05:41 AM
by
MSDN Just Published
Filed under:
Developers (general)
,
Development
,
Announcement
,
Windows
,
CPU
,
.NET development
,
Students
,
Robotics
,
Hobbyists
,
Academics
,
Development tools
,
Microsoft Robotics Studio
Microsoft PressPass Q&A: Microsoft Announces Release of Microsoft Robotics Studio
Tandy Trower, the general manager in charge of the effort, discusses how Microsoft’s first robotics product offers a common foundation for simplifying robotics development. Read More...
Posted
Dec 19 2006, 05:38 AM
by
MSDN Just Published
Filed under:
Developers (general)
,
Development
,
Windows
,
CPU
,
.NET development
,
Students
,
Robotics
,
Hobbyists
,
Academics
,
Development tools
,
Microsoft Robotics Studio
,
Compatibility
,
Interview
Microsoft Robotics Studio (1.0) Now Available!
Tandy Trower, General Manager of the Microsoft Robotics Group enumerates the features in the first commercial release of Microsoft Robotics Studio. Read More...
Posted
Dec 19 2006, 05:33 AM
by
MSDN Just Published
Filed under:
Developers (general)
,
Development
,
Announcement
,
Windows
,
CPU
,
.NET development
,
Visual Basic
,
C#
,
Students
,
Robotics
,
Hobbyists
,
Academics
,
Development tools
,
Microsoft Robotics Studio
,
JScript
Microsoft Office Forms Server 2007 SDK
Microsoft Office Forms Server 2007 and InfoPath Forms Services, included as part of Office SharePoint Server 2007, enable InfoPath form templates designed in InfoPath 2007 to be published as ASP.NET Web applications. Read More...
Posted
Nov 21 2006, 09:22 AM
by
MSDN Just Published
Filed under:
Developers (general)
,
Development
,
Windows
,
CPU
,
Visual Basic
,
C#
,
Microsoft Office Forms Server 2007
,
Office developers
,
Microsoft Office InfoPath 2007
,
Microsoft Office 2007
,
Development tools
,
Extensibility
,
Microsoft Office InfoPath
,
Office Programmability
,
Office solutions development
,
Product documentation/SDK documentation
Windows SharePoint Services 3.0 SDK
Preliminary documentation, as well as some code examples within the topics, for Microsoft Windows SharePoint Services 3.0. Read More...
Posted
Nov 18 2006, 10:00 AM
by
MSDN Just Published
Filed under:
Developers (general)
,
Development
,
Windows
,
CPU
,
.NET development
,
Visual Basic
,
C#
,
Office developers
,
Microsoft Office 2007
,
Development tools
,
Extensibility
,
Office Programmability
,
Office solutions development
,
Product documentation/SDK documentation
,
Windows SharePoint Services
,
Enterprise development
Microsoft Office SharePoint Server 2007 SDK
The Microsoft Office SharePoint Server 2007 Software Development Kit (SDK) includes documentation, as well as code examples within the topics, for Microsoft Office SharePoint Server 2007. Read More...
Posted
Nov 18 2006, 08:23 AM
by
MSDN Just Published
Filed under:
Developers (general)
,
Development
,
Windows
,
CPU
,
.NET development
,
Visual Basic
,
C#
,
Office developers
,
Microsoft Office 2007
,
Development tools
,
Office Programmability
,
Office solutions development
,
Product documentation/SDK documentation
,
Windows SharePoint Services
,
Microsoft Office SharePoint Server 2007
Project 2007 SDK: Software Development Kit
The Office Project 2007 SDK contains documentation, code samples, "How to" articles, and programming references to help customize and integrate the Project 2007 clients and Project Server 2007 with other applications for enterprise project management. Read More...
Posted
Nov 18 2006, 07:46 AM
by
MSDN Just Published
Filed under:
Developers (general)
,
Development
,
Windows
,
CPU
,
.NET Framework 2.0
,
.NET development
,
Visual Basic
,
C#
,
Office developers
,
Microsoft Office 2007
,
Development tools
,
Office Programmability
,
Office solutions development
,
Enterprise development
,
Download details
,
Microsoft Office Project 2007
Microsoft Office Project 2007 SDK: RTM
Includes documentation, as well as code examples within the topics, for Microsoft Office Project 2007. Read More...
Posted
Nov 15 2006, 09:35 AM
by
MSDN Just Published
Filed under:
Developers (general)
,
Development
,
Windows
,
CPU
,
.NET development
,
Visual Basic
,
C#
,
Office developers
,
Microsoft Office 2007
,
Development tools
,
Extensibility
,
Office Programmability
,
Office solutions development
,
Product documentation/SDK documentation
,
Enterprise development
,
Microsoft Office Project 2007
Creating a Windows SharePoint Services 3.0 Web Part Using Visual Studio 2005 Extensions
Learn to use the project templates included in Microsoft Visual Studio 2005 extensions for Microsoft Windows SharePoint Services 3.0 to speed your Web Part development. Read More...
Posted
Nov 15 2006, 09:19 AM
by
MSDN Just Published
Filed under:
Developers (general)
,
Development
,
Windows
,
CPU
,
Visual Studio 2005
,
.NET development
,
Visual Basic
,
C#
,
Technical article
,
Deployment
,
Office developers
,
Microsoft Office 2007
,
Development tools
,
Office Programmability
,
Office solutions development
,
Windows SharePoint Services
,
Microsoft Office SharePoint Server 2007
,
Debugging
ADO.NET for Orcas Samples
Get ready for new developments in data access in the next release of Visual Studio, code-named "Orcas". These samples show you how to implement ADO.NET data access in your Orcas programs. Read More...
Posted
Nov 10 2006, 06:40 AM
by
MSDN Just Published
Filed under:
Developers (general)
,
Development
,
Windows
,
Data access
,
CPU
,
Visual Studio
,
Visual Basic
,
C#
,
Database developers
,
Development tools
,
Code sample
,
ADO.NET
Save Big While You Sharpen Your ASP.NET Skills
Discover this central place to find free and discounted offers on ASP.NET for AJAX e-learning, books, classroom training, and certification. Read More...
Posted
Nov 03 2006, 08:41 AM
by
MSDN Just Published
Filed under:
Developers (general)
,
Development
,
Announcement
,
Web developers
,
Windows
,
CPU
,
Visual Studio
,
Visual Studio 2005
,
.NET Framework
,
C#
,
Visual C#
,
ASP.NET 2.0
,
Development tools
,
ASP.NET
,
Visual Studio .NET
Copyright SDT, 2006-2009. All rights reserved.