18 Upcoming Webcasts12/29 - ASP.NET: News Register for an upcoming webcast to hear directly from the product team and industry experts on current and upcoming technologies, or watch the archived webcasts.
An Introduction to Microsoft Robotics Developer Studio01/05 - 15Seconds.com Features Microsoft Robotics Developer Studio enables developers to quickly and easily create robotics applications for a variety of different platforms. This article will serve as a quick overview of the different technologies involved and will walk you through building your first robotics application.
Working With Arrays in VBScript01/05 - ASPFree: news As you progress to more and more complicated scripts you will undoubtedly find yourself working with some form of data perhaps a group of files entries in a text file or a group of dates. The possibilities are limitless. In any case VBScript provides a few different facilities for handling and manipulating whatever kind of data you might be working with.... Automate Software Builds with Visual Build Pro Easily create an automated, repeatable process for building and deploying software.
The Mono 2.0 Offerings for Debian GNU/Linux12/31 - DevX: Latest .NET News Find out how much of the Mono 2.0 (and beyond) platform is available for Debian users who want up-to-date .NET compatibility.
Building Web Sites with Telerik - Part 101/04 - ASPAlliance: articles This article looks at building web sites using the control toolkit called Telerik, which is a third-party tool set that has great controls for building web sites. In this first part of the series, Brian examines how to setup a web site using the various controls shipped with the tool set. He starts with a detailed overview and then provides comprehensive coverage of the PanelBar, Rotator, and Docking controls with relevant source code followed by detailed analysis and screen shots.
JavaScript and jQuery: Web Apps as Highly Interactive as Desktop Apps12/30 - DevX: Latest Web Development Content 2 Use the advanced CSS features of JavaScript and jQuery to create web applications that behave and look like desktop applications, fueled by drag-and-drop, mouse selection, panning, zooming, and more.
ASP 101's Year in Review - A Look Back At 200812/23 - ASP 101 News As always seems to happen this time of year, I find myself wondering where the year went. Our faithful readers will probably recall that my usual reaction to this feeling is to take a few minutes out of the hectic holday season to look back and highlight some of the best content we published this year. So without any further ado... here's ASP 101's year in review for 2008.
Using the Microsoft URL Rewrite Module for IIS 7.001/05 - 15Seconds.com Features The beauty of a dynamic Web site is that a handful of physical scripts can generate any number of different Web pages. One downside of this approach is that the URLs associated with these pages can get pretty ugly. With the Microsoft URL Rewrite Module for IIS 7.0 you can have the best of both worlds -- a site that's easy to manage and user-friendly URLs.
Compressed Folders in WSH12/29 - ASPFree: news Windows XP provides built-in zip file support in a feature referred to as Compressed Folders. While the compression of a Compressed Folder is not as effective as many third-party implementations it does offer great compatibility since it is natively supported on all modern Windows platforms....
CodeSnip: How to Update a Table by Selecting Records from another Table12/28 - ASPAlliance: articles In Oracle, the primary focus of this article is not difficult, but in teradata, the same job becomes tougher as the syntax itself varies quite a bit from Oracle and is not a part of the official documentation. In this code snippet, Deepakar explains how to deal with the stated problem with the help of relevant syntax. He begins with a detailed description of the problem followed by relevant code and its analysis.
An Introduction to the Yahoo! Query Language Platform12/23 - DevX: Latest Web Development Content 2 Yahoo! has released a base platform that opens up Yahoo! user data via web standard APIs and also provides a framework for how developers, publishers, and advertisers can build applications on and off Yahoo!.
How to Register a Control for Application-Wide Use12/16 - ASP 101 News Did you know that you can register a custom server or user control in your web.config file and use it throughout your application without the need for the <%@ Register %> directive at the top of each page?
KBSoft IP Locator12/19 - CodeGuru C# Explore various aspects of getting information by IP Address.
Announcing the ASP.NET MVC Design Gallery12/18 - ASP.NET: News Download a free ASP.NET MVC Design Template and make your ASP.NET MVC website look great! Browse professional website designs and vote for your favorite designs in the gallery. Help make the ASP.NET MVC Gallery a success by participating now.
An Introduction to Windows Server 2008 Server Core01/05 - 15Seconds.com Features Server Core is a new installation option that was introduced in Windows Server 2008. It provides the ability to install and configure a trimmed-down version of Windows Server 2008 which is designed to perform only certain server tasks.
Generics, Dictionaries, and More12/24 - ASPFree: news In this conclusion to a three-part series on generics in C# you ll learn how to replace hash table objects with their generic counterparts how to handle constraining type arguments and more. This article is excerpted from chapter four of the em C# 3. Cookbook Third Edition em written by Jay Hilyard and Stephen Teilhet O Reilly 2 8 ISBN 5965161 X . Copyright 2 8 O Reilly Media Inc. All rights reserved. Used with permission from the publisher. Available from booksellers or direct from O Reilly Media....
The Mono 2.0 Offerings for Debian GNU/Linux12/31 - DevX: Latest .NET News Find out how much of the Mono 2.0 (and beyond) platform is available for Debian users who want up-to-date .NET compatibility.
18 Upcoming Webcasts12/29 - ASP.NET: News Register for an upcoming webcast to hear directly from the product team and industry experts on current and upcoming technologies, or watch the archived webcasts.
An Introduction to Microsoft Robotics Developer Studio01/05 - 15Seconds.com Features Microsoft Robotics Developer Studio enables developers to quickly and easily create robotics applications for a variety of different platforms. This article will serve as a quick overview of the different technologies involved and will walk you through building your first robotics application.
JavaScript and jQuery: Web Apps as Highly Interactive as Desktop Apps12/30 - DevX: Latest Web Development Content 2 Use the advanced CSS features of JavaScript and jQuery to create web applications that behave and look like desktop applications, fueled by drag-and-drop, mouse selection, panning, zooming, and more.
CodeSnip: How to Update a Table by Selecting Records from another Table12/28 - ASPAlliance: articles In Oracle, the primary focus of this article is not difficult, but in teradata, the same job becomes tougher as the syntax itself varies quite a bit from Oracle and is not a part of the official documentation. In this code snippet, Deepakar explains how to deal with the stated problem with the help of relevant syntax. He begins with a detailed description of the problem followed by relevant code and its analysis.
Working with Dates and Times in C#12/30 - ASPFree: news Every software engineer can testify that all kinds of projects regardless of their purpose or how simple the requirements seem to be deal with dates and mostly times. Fortunately C# has built-in methods and properties that make our lives much easier. In this article we will present some of the most common techniques to manage and work with date and time variables.... Microsoft Tech*Ed North America 2009 Save $300 Engage in over 750 IT learning opportunities at our premier technical education event-REGISTER NOW!
ASP 101's Year in Review - A Look Back At 200812/23 - ASP 101 News As always seems to happen this time of year, I find myself wondering where the year went. Our faithful readers will probably recall that my usual reaction to this feeling is to take a few minutes out of the hectic holday season to look back and highlight some of the best content we published this year. So without any further ado... here's ASP 101's year in review for 2008.
Using the Microsoft URL Rewrite Module for IIS 7.001/05 - 15Seconds.com Features The beauty of a dynamic Web site is that a handful of physical scripts can generate any number of different Web pages. One downside of this approach is that the URLs associated with these pages can get pretty ugly. With the Microsoft URL Rewrite Module for IIS 7.0 you can have the best of both worlds -- a site that's easy to manage and user-friendly URLs.
An Introduction to the Yahoo! Query Language Platform12/23 - DevX: Latest Web Development Content 2 Yahoo! has released a base platform that opens up Yahoo! user data via web standard APIs and also provides a framework for how developers, publishers, and advertisers can build applications on and off Yahoo!.
Designing Crystal Reports for Users12/21 - ASPAlliance: articles I do not have any artistic talent; I am a developer. How many times have you heard this before? Perhaps it was you that made this statement. Today's GUI development demands a certain sense of style that many developers lack. In this article, Jeff covers tools and basic tips to aid an artistically challenged developer in creating Crystal Reports that are professional and usable with the help of detailed explanations followed by relevant screen shots. Towards the end of the article, he examines a few design specifics such as Margins, Templates, and Dynamic Images.
How to Register a Control for Application-Wide Use12/16 - ASP 101 News Did you know that you can register a custom server or user control in your web.config file and use it throughout your application without the need for the <%@ Register %> directive at the top of each page?
Flexible and Powerful Data Binding with WPF12/15 - DevX: Latest .NET News Microsoft has been building data binding frameworks for years, and each promises to solve our data binding woes forever. But we're still waiting for the perfect one. Could WPF data binding be the one we've been waiting for?
Announcing the ASP.NET MVC Design Gallery12/18 - ASP.NET: News Download a free ASP.NET MVC Design Template and make your ASP.NET MVC website look great! Browse professional website designs and vote for your favorite designs in the gallery. Help make the ASP.NET MVC Gallery a success by participating now.
An Introduction to Windows Server 2008 Server Core01/05 - 15Seconds.com Features Server Core is a new installation option that was introduced in Windows Server 2008. It provides the ability to install and configure a trimmed-down version of Windows Server 2008 which is designed to perform only certain server tasks.
KBSoft IP Locator12/19 - CodeGuru C# Explore various aspects of getting information by IP Address.
Getting Started with the Twitter API12/18 - DevX: Latest Web Development Content 2 Twitter's API lets you read and write Twitter messages with minimal coding in nearly any programming language. In fact, you can use this Application Programming Interface without doing any programming.