|
|
|
| Name: | ASP Help, ASP Tutorials, ASP Programming, ASP Code - RSS Feeds |
| Description: | ASP Help, ASP Tutorials, ASP Programming, ASP Code - RSS Feeds |
| Site URL: | http://www.aspfree.com |
| RSS feed URL: | http://aspfree.com/rss.xml |
| Syndic8 ID: | 5535 |
| Language: | n/a |
|
25 most recent entries:
Working with Loops, Arrays, and Collections in VBNET Game Development (Jun 25 2008 13:00 GMT)
This is the fifth article of a nine part series that teaches VB.NET via the development of a text-based game. The last article started the discussion of loops specifically the While loop and the Do loop. This article will complete the discussion of loops and also go over arrays and collections. Please join us as we continue our journey....
Enhancing PHP Programming with the ASP.NET AJAX Framework (Jun 24 2008 13:00 GMT)
In this article I will teach you how to introduce the Microsoft ASP.NET AJAX client-side framework into PHP programming by digging into its inner workings. I will also provide a typical sample application.... Online Crash Analysis Automatically capture customer crash data, no debugger required. Support for .
Generating Outlook Signatures Based on Active Directory Information (Jun 23 2008 13:00 GMT)
Virtually all modern email clients support HTML-based emails which means you can deliver a web page into people s mailboxes. While this brings up security issues it also means we can make our email look a lot nicer than plain old text. Most people use this functionality to create an email signature. These normally provide contact information web sites company logos etc. Many end users don t have the necessary skills to create a nice looking email signature.
Classes and ASP.NET AJAX (Jun 19 2008 13:00 GMT)
In this second part of a two-part article focused on using ASP.NET AJAX you ll learn about class inheritance interfaces and more. It is excerpted from chapter four of em Programming ASP.NET AJAX em written by Christian Wenz O Reilly 2 7 ISBN 596514247 . Copyright 2 7 O Reilly Media Inc.
Learning Loops in VB.NET for Game Development (Jun 18 2008 13:00 GMT)
This is the fourth article of a nine part series that teaches VB.NET via the development of a text-based game. The last article discussed variables conditionals and Console input. This article will commence the discussion of loops starting with the While loop and the Do loop. Join us as we continue on our journey....
Exceptions in C# (Jun 17 2008 13:00 GMT)
.NET exception handling is a unified approach to error handling. A developer is no longer required to write complex code in order to account for every error scenario. Instead the code in question is wrapped with a try block followed by a list of exceptions that the code can cause. The exception caught is a class that is filled with valuable information about the error.... McAfee Enterprise Data Encryption Get Strong Encryption, Data Loss Prevention, Authentication, and Centralized Policy-Driven Security
Introducing LINQ with XML and Databases (Jun 16 2008 13:00 GMT)
In the previous part of the article we looked at the new syntax provided by LINQ through exploring some simple scenarios involving an array of Person objects. We extracted certain elements ordered them and grouped them according to the specific scenario. LINQ however is not limited to simple arrays. While arrays are useful for illustrating the basic principles behind LINQ LINQ is much more powerful and can work with other sources of data such as XML files or relational databases. In this article we ll explore in brief the usage of LINQ with XML and with SQL databases....
Using ASP.NET AJAX (Jun 12 2008 13:00 GMT)
Combine an easy-to-use framework with higly desirable web functionality and what do you get The subject of this two-part series which focuses on ASP.NET AJAX. It is excerpted from chapter four of em Programming ASP.NET AJAX em written by Christian Wenz O Reilly 2 7 ISBN 596514247 . Copyright 2 7 O Reilly Media Inc.
Learning VB.NET: Working with Variables, Conditionals, and Console Input (Jun 11 2008 13:00 GMT)
This is the third article in a series covering how to learn VB.NET by developing a text-based game. The last article covered working with the console and how to change color schemes. This one will discuss defining variables conditionals and Console input. So if you re ready to keep learning then keep reading ...
Overriding versus Overloading (Jun 10 2008 13:00 GMT)
Two very important concepts in object-oriented programming are overriding and overloading. Overloading is about creating multiple methods with the same name but different signatures in the same scope. Overriding is about changing the behavior of a certain method in the child class from the way it is behaving in the parent class. The rest of this article will explore these two concepts in detail.... SpamTitan - Virtual Email Appliance 99% Spam Detection, Kaspersky AV, Anti phishing, $550 for 100 users.
Codes and Packages in Microsoft Project 2007 (Jun 05 2008 13:00 GMT)
In this conclusion to a three-part series on how to build a work breakdown structure with Microsoft Project 2 7 you will learn how to set up customized WBS codes how to document work package details and more. It is excerpted from chapter four of the book em Microsoft Project 2 7 The Missing Manual em written by Bonnie Biafore O Reilly 2 7 ISBN 596528361 . Copyright 2 7 O Reilly Media Inc. All rights reserved. Used with permission from the publisher.
The Basics of VB.NET Through Text Game Development (Jun 04 2008 13:00 GMT)
This is the second article in a series covering how to learn VB.NET by developing a text-based game. The last article gave a basic introduction into the development of our application and this one will pick up where it left off. So if you re ready to keep learning keep reading ... See how easy remote support can be.
Windows 7: Rumors and Demos (Jun 03 2008 13:00 GMT)
It s not due out until January 2 1 but Microsoft s next release of its operating system codenamed Windows 7 is already inspiring speculation. Will it be as painful to use as Vista or will it fix Vista s issues Rumors abound encouraged by Microsoft s fairly close-mouthed stance. Here s what we ve learned.... Using Web Services? Design, develop, test, deploy and maintain services-based applications.
XP SP3 Why Me? (Jun 02 2008 13:00 GMT)
So far it s been a bad year for Windows Service Pack updates. Vista users might remember the endless reboot cycles that came with the initial release of its Service Pack 1. Well the same issues have been cropping up since Microsoft released Service Pack 3 for Windows XP. This article will go over what s causing this problem how to avoid it and how to fix it if it happens to you.... SpamTitan - Virtual Email Appliance 99% Spam Detection, Kaspersky AV, Anti phishing, $550 for 100 users.
Breaking Up Your Work in Microsoft Project (May 29 2008 13:00 GMT)
In this second part to a three-part series on using Microsoft Project to build a work breakdown structure WBS you ll learn how to develop a WBS from start to finish. It is excerpted from chapter four of the book em Microsoft Project 2 7 The Missing Manual em written by Bonnie Biafore O Reilly 2 7 ISBN 596528361 . Copyright 2 7 O Reilly Media Inc. All rights reserved. Used with permission from the publisher.
Breaking Work into Task-Sized Chunks (May 22 2008 13:00 GMT)
When managing projects it is important to build a WBS -- a work breakdown structure. This article the first in a three-part series will explain why a WBS is important and show you how to build one. It is excerpted from chapter four of the book em Microsoft Project 2 7 The Missing Manual em written by Bonnie Biafore O Reilly 2 7 ISBN 596528361 . Copyright 2 7 O Reilly Media Inc. All rights reserved.
Querying LINQ to SQL: Basics (May 21 2008 13:00 GMT)
This is an introductory article that focuses on basic querying using LINQ to SQL. It covers basic LINQ operators with both SQL and LINQ examples. If you are new to programming LINQ please consider reading my previous articles called Beginning LINQ to SQL using Visual Studio 2 8 and Introducing LINQ to SQL designer using Visual Studio 2 8. ... Take Control of Remote Computers.
Putting Microsoft`s Worldwide Telescope Under a Lens (May 20 2008 13:00 GMT)
Microsoft has just released the beta version of its Worldwide Telescope and the reviews are out of this world. All of a sudden regular Joes like you and me have access to the same information available to the world s top astronomers. So unless you re a professor of astrophysics I d say you stand to benefit from this new technology. Reading this article wouldn t hurt either.... See how easy remote support can be.
VBScript: Conversion and Format Functions (May 19 2008 13:00 GMT)
In our last article we discussed String Date and Math functions. In this article we will cover Conversion and Formatting functions. Since these functions mostly deal with data types which we ve already covered in great detail I won t spend a lot of time on each one. There are a lot of them however and I will cover as many of them as I can in this article.... SpamTitan - Virtual Email Appliance 99% Spam Detection, Kaspersky AV, Anti phishing, $550 for 100 users.
Handling Multiple Contracts with Indigo (May 15 2008 13:00 GMT)
In this conclusion to a ten-part series on the Windows Communication Foundation WCF aka Indigo you ll learn about the intricacies of multiple service contracts. This article is excerpted from chapter 1 of the book em Learning WCF A Hands-on Guide em written by Michele Leroux Bustamante O Reilly 2 7 ISBN 5961 1627 . Copyright 2 7 O Reilly Media Inc. All rights reserved. Used with permission from the publisher.
Cleaning Out Your Data in XP (May 14 2008 13:00 GMT)
In my last article I went over how to clean out your old programs in XP which is a very crucial step toward maximizing your computer s performance. This article will follow up with another important step in XP maintenance namely deleting and organizing your data. It s a hefty task but I think you can handle it. So join me and let s get started.... Build IT Knowledge with Current &
Completing a Simple Storefront with LINQ (May 13 2008 13:00 GMT)
In the last article we created the storefront s home page which displayed the three latest products. To do this we used LINQ in the code-behind file manually databinding a ListView with the results. We also started to create the i Product.aspx i page which displays more detailed information about a given product. In this article we ll finish the storefront by completing the i Product.
Knowing Your Environment: the System.Environment Class (May 12 2008 13:00 GMT)
When developing applications Windows or web it is very important for the developer to know the environment in which the application is running. Having this information will help the developer customize the software and make the user experience more enjoyable. In this regard .NET provides a class in the System namespace called Environment which is the subject of this article.... Automate Software Builds with Visual Build Pro Easily create an automated, repeatable process for building and deploying software.
Multiple Service Contracts and Indigo (May 08 2008 13:00 GMT)
In this ninth part of a ten-part series focusing on the Windows Communication Foundation WCF aka Indigo you ll learn about endpoints implementing multiple contracts on a service hosting two services with multiple contracts and more. This article is excerpted from chapter 1 of the book em Learning WCF A Hands-on Guide em written by Michele Leroux Bustamante O Reilly 2 7 ISBN 5961 1627 . Copyright 2 7 O Reilly Media Inc. All rights reserved. Used with permission from the publisher.
Cleaning Out Your Programs in XP (May 07 2008 13:00 GMT)
Keeping your system clean is as important as anything you can do to achieve optimal performance from your computer. A cluttered computer can be one of the biggest hindrances when it comes to system functionality. So if you find it takes more time to open and run a program than it should this article will offer a few beginner s tips for cleaning out Windows XP.... SOLVE SUPPORT ISSUES on the First Call! REMOTELY CONTROL AND CONFIGURE SYSTEMS. |
|