ASP Free
  ASP Help, ASP Tutorials, ASP Programming, ASP Code - Hosted by Hostway
ASP Free Forums 
.NET  
ASP  
ASP Code  
ASP.NET  
ASP.NET Code  
BrainDump  
C#  
Code Examples  
Database  
Database Code  
IIS  
Microsoft Access  
MS SQL Server  
Visual Basic.NET  
Windows Scripting  
Windows Security  
XML  
ASP Web Hosting  
ASP.NET Web Hosting 
Mobile Linux 
App Generation ROI 
Windows Web Hosting
 
IBM® developerWorks 
Sun Developer Network 
Weekly Newsletter
 
Developer Updates  
Free Website Content 
 RSS  Articles
 RSS  Forums
 RSS  All Feeds
Write For Us Get Paid 
Request Media Kit
Contact Us 
Site Map 
Privacy Policy 
Support 
 USERNAME
 
 PASSWORD
 
 
  >>> SIGN UP!  
  Lost Password? 
ASP PROGRAMMING

Working With Arrays in VBScript in Windows Scripting
     
Rating: 5 stars5 stars5 stars5 stars5 stars / 1
2009-01-05
 
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.


Creating SharePoint Lists in BrainDump
     
Rating: 5 stars5 stars5 stars5 stars5 stars / 2
2008-12-31
 
In SharePoint, you can get a lot of mileage out of something as simple as a list. This four=part article series shows you how. It is excerpted from Essential SharePoint 2007, Second Edition, A Practical Guide for Users, Administrators and Developers, written by Jeff Webb (O'Reilly, 2008; ISBN: 0596514077). Copyright © 2008 O'Reilly Media, Inc. All rights reserved. Used with permission from the publisher. Available from booksellers or direct from O'Reilly Media.  Discuss (1)


Working with Dates and Times in C# in C#
     
Rating: 5 stars5 stars5 stars5 stars5 stars / 2
2008-12-30
 
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.


Compressed Folders in WSH in Windows Scripting
     
Rating: 5 stars5 stars5 stars5 stars5 stars / 1
2008-12-29
 
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.


Generics, Dictionaries, and More in C#
     
Rating: 5 stars5 stars5 stars5 stars5 stars / 1
2008-12-24
 
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 C# 3.0 Cookbook, Third Edition, written by Jay Hilyard and Stephen Teilhet (O'Reilly, 2008; ISBN: 059651610X). Copyright © 2008 O'Reilly Media, Inc. All rights reserved. Used with permission from the publisher. Available from booksellers or direct from O'Reilly Media.  Discuss (1)


VistaStartMenu PC Utility Review in BrainDump
     
Rating: 5 stars5 stars5 stars5 stars5 stars / 4
2008-12-23
 
Sometimes you don't realize the shortcomings of a tool you use every day until someone comes along and redesigns it. OrdinarySoft did just that with something so ubiquitous that most of us don't even think about it. Keep reading to learn how a new Start menu for the Vista operating system can help you get more done, with greater efficiency.


Using .NET Interops in VBScript in Windows Scripting
     
Rating: 5 stars5 stars5 stars5 stars5 stars / 1
2008-12-22
 
Rumor has it that the .NET Framework is inaccessible from VBScript. It’s true that support for VBScript was never implied or included, and it's also true that VBScript cannot instantiate native .NET Framework classes. But that doesn’t mean that the .NET Framework is off limits for scripters—at least, not all of it.


More About Generics in C#
     
Rating: 5 stars5 stars5 stars5 stars5 stars / 1
2008-12-18
 
In this second part of a three-part series on using generics in C#, you'll learn how to use a linked list, and more. This article is excerpted from chapter four of the C# 3.0 Cookbook, Third Edition, written by Jay Hilyard and Stephen Teilhet (O'Reilly, 2008; ISBN: 059651610X). Copyright © 2008 O'Reilly Media, Inc. All rights reserved. Used with permission from the publisher. Available from booksellers or direct from O'Reilly Media.  Discuss (1)


Windows Home Server Review in BrainDump
     
Rating: 5 stars5 stars5 stars5 stars5 stars / 4
2008-12-17
 
Why has Microsoft created a home version of their server software? Well, in case you haven't noticed, a lot more people are becoming computer savvy and want to do some of the fun things that only geeks used to be able to do, such as host a web site. Will Windows Home Server let them do it without causing more problems? Keep reading to find out.


Working with C# Collections in C#
     
Rating: 5 stars5 stars5 stars5 stars5 stars / 4
2008-12-16
 
Computer programming is all about working with data. Data can be of various types and kinds and take multiple shapes and forms, but with the help of programming languages we are able to manage them seamlessly. In this article we are going to take a look at what collections are all about and how to implement them in C#. For now it’s enough if you know that under collections we understand data that’s grouped together.


Nilpo`s Scripting Secrets, Vol I in Windows Scripting
     
Rating: 5 stars5 stars5 stars5 stars5 stars / 2
2008-12-15
 
As I was going through my own personal script repository, I noticed that I had compiled quite a number of simple scripts and code snippets that I had either found or created to perform simple but often necessary scripting tasks. A good many of them are workarounds developed to add functionality that is otherwise unavailable in WSH or VBScript alone. I decided to package them up and offer them to my readers.


Generics in C#
     
Rating: 5 stars5 stars5 stars5 stars5 stars / 2
2008-12-11
 
If you're a C# programmer looking to add some more power to your code, you might want to consider learning how to use generics. This article, the first part of a three-part series, explains what they are and how to use them. It is excerpted from chapter four of the C# 3.0 Cookbook, Third Edition, written by Jay Hilyard and Stephen Teilhet (O'Reilly, 2008; ISBN: 059651610X). Copyright © 2008 O'Reilly Media, Inc. All rights reserved. Used with permission from the publisher. Available from booksellers or direct from O'Reilly Media.  Discuss (1)


Database operations using Silverlight 2.0 WCF and LINQ to SQL in Windows Scripting
     
Rating: 5 stars5 stars5 stars5 stars5 stars / 4
2008-12-10
 
This is my fifth article in a series focusing on Silverlight 2.0 development using Visual Studio 2008. Technically, we will have Silverlight 2.0 controls accessing a regular WCF Service and doing CRUD operations against a database using the “LINQ to SQL” model.  Discuss (1)


Developing a Mini ASP.NET AJAX Server Centric Based Chat Application in ASP.NET
     
Rating: 4 stars4 stars4 stars4 stars4 stars / 2
2008-12-09
 
In the old days, writing an AJAX-based web chat application often required developers to be quite familiar with client-side JavaScript programming, and to take later maintenance into consideration. In this article, Xianzhong Zhu will lead you through construction of a mini ASP.NET web chat application using the ASP.NET AJAX server centric mode.

 
ASP FREE RESOURCES


TECHNEWS TV
Click Audio or Video to get Podcast

Web Buyers Guide


Brand New IBM Developer Knowledge Center
IBM Developer Knowledge Center on Developer ShedThe Developer Shed Network is proud to announce a brand new, IBM® developerWorks™ Developer Knowledge Center. Now, you can find new resources for FREE eKits, Tutorials, Webcasts, Trial Downloads and become part of a growing network of developers. Take advantage of this new and growing resource center today!

IBM DB2 Deep Compression ROI Tool
The IBM DB2 Deep Compression ROI tool is designed for DBA’s and IT management personnel to perform a clinical analysis of the cost savings gained from the Storage Optimization feature of DB2 9 for Linux, UNIX and Windows. The feature, also known as Deep Compression, compresses data that lies within a database by up to 80% at times.

Check out the new Jazz space on developerWorks
developerWorks Jazz spaceYou've heard the buzz about Jazz... want to know more about it from a developer's perspective? Check out the Jazz space on developerWorks. This space is an up-to-date resource for developers, including technical information about Jazz and products built on Jazz, like Rational Team Concert Express. The Jazz space includes content from a wide variety of sources, including links, feeds, and comments from experts.

Test Your Java Knowledge - Chance to Win 1 of 100 books!
Test Your Java KnowledgeTake the SDN Quiz to see how much you know about Java. Join or log into the Sun Developer Network and answer the questions correctly for a chance to win one of 100 Hello World(s) books titled-- From Code to Culture: A 10 Year Celebration of Java Technology (HC).
Take the Quiz.

NetBeans IDE 6.5
Development Simplified
The NetBeans(TM) IDE is a free, open-source Integrated Development Environment for software developers. You get all the tools you need to create professional desktop, enterprise, web, and mobile applications with the Java language, C/C++, and even dynamic languages such as PHP, JavaScript, Groovy, and Ruby. NetBeans IDE is easy to install and use straight out of the box and runs on many platforms, including Windows, Linux, Mac OS X, and Solaris.


 

 
Best Practices for Windows Vista Migration Presentation
Dell and Microsoft recently held a series of face-to-face seminars entitled, &qu....

 
Creating a Culture for Code Reuse
If you oversee development teams you know that like it or not proprietary and ex....

 
Keys to Web Application Acceleration: Advances in Delivery Systems
Accelerate Web apps by up to 5x. Ensure significantly faster access to the Web a....

 
Optimizing Application Monitoring
Tired of finding out from your customers that you're offline? This white paper e....

 
Solaris to Solaris Migration -- Migrating applications from Sun SPARC to Dell PowerEdge R900
This comprehensive Migration Guide reviews the approach that Principled Technolo....

 




© 2003-2009 by Developer Shed. All rights reserved. DS Cluster 4 hosted by Hostway
Stay green...Green IT