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

C# and XML in C#
     
Rating: 5 stars5 stars5 stars5 stars5 stars / 1
2008-11-20
 
In this conclusion to a ten-part series on C#, we start with attributes, but you will also learn about XML documentation and XML tags. This article is excerpted from chapter four of C# 3.0 in a Nutshell, Third Edition, A Desktop Quick Reference, written by Joseph Albahari and Ben Albahari (O'Reilly; ISBN: 0596527578). Copyright © 2007 O'Reilly Media, Inc. All rights reserved. Used with permission from the publisher. Available from booksellers or direct from O'Reilly Media.  Discuss (1)


Introducing Two-Way Data Binding using Silverlight 2.0, WCF and LINQ to SQL in Windows Scripting
     
Rating: 5 stars5 stars5 stars5 stars5 stars / 2
2008-11-19
 
This is my fourth 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 do an INSERT operation against the database using the “LINQ to SQL” model.


Advantages of the ASP.NET MVC Approach in ASP.NET
     
Rating: 5 stars5 stars5 stars5 stars5 stars / 1
2008-11-18
 
As I hinted in earlier articles in this series, to overcome the deficiencies of the ASP.NET Web Forms solution, Microsoft created an alternative to Web Forms—the ASP.NET MVC framework. In the MVC framework, a whole web application is separated into three components: the model, view, and controller. We will take a close look at this approach in this article, the third part of a four-part series.


Nilpo`s Top Windows Add-Ons in BrainDump
     
Rating: 5 stars5 stars5 stars5 stars5 stars / 3
2008-11-17
 
With so many users blatantly refusing to make the switch to Windows Vista, I thought it might be a good time to revisit some of the top add-ons for Windows XP. These add-ons are designed to implement missing features, and increase productivity. Oh, and don’t worry if you are a Vista user. Most of these add-ons will work for you as well!


Pointers and Arrays in C# in C#
     
Rating: 5 stars5 stars5 stars5 stars5 stars / 1
2008-11-13
 
In this ninth part of a ten-part series that covers C# in depth, you will learn about pointers, arrays, and more. This article is excerpted from chapter four of C# 3.0 in a Nutshell, Third Edition, A Desktop Quick Reference, written by Joseph Albahari and Ben Albahari (O'Reilly; ISBN: 0596527578). Copyright © 2007 O'Reilly Media, Inc. All rights reserved. Used with permission from the publisher. Available from booksellers or direct from O'Reilly Media.  Discuss (1)


Silverlight 2.0 Application Development with LINQ to SQL and a WCF Service in Windows Scripting
     
Rating: 5 stars5 stars5 stars5 stars5 stars / 3
2008-11-12
 
This is my third article in a series focusing on Silverlight 2.0 (RC 1) development using Visual Studio 2008. In this article, we will create a simple “LINQ to SQL” model, access the model with a WCF Service and consume the same using a Silverlight 2.0 application. Technically, we will have Silverlight 2.0 controls accessing a regular WCF Service and fetch information from the database using the “LINQ to SQL” model.  Discuss (1)


ASP.NET Web Forms Weaknesses in ASP.NET
     
Rating: 5 stars5 stars5 stars5 stars5 stars / 1
2008-11-11
 
Last time we began comparing ASP.NET Web Forms with ASP.NET MVC. We examined the strengths of Web Forms. This time we will start by taking a close look at its weaknesses. This is the second part of a four-part series.


Burning Multisession CDs with IMAPI2 in WSH in Windows Scripting
     
Rating: 5 stars5 stars5 stars5 stars5 stars / 1
2008-11-10
 
In my last article, I showed you how you can use the Microsoft’s Image Mastering API (IMAPI2) control to create and burn single session CDs from a directory of files. Today, we’re going to take another look at the IMAPI2 control to create multisession CDs.


C# 3.0 Extension Methods in C#
     
Rating: 5 stars5 stars5 stars5 stars5 stars / 1
2008-11-06
 
In this eighth part of a ten-part series on C#, you will learn about extension methods and anonymous types; we will also begin to look at attributes. It is excerpted from chapter four of C# 3.0 in a Nutshell, Third Edition, A Desktop Quick Reference, written by Joseph Albahari and Ben Albahari (O'Reilly; ISBN: 0596527578). Copyright © 2007 O'Reilly Media, Inc. All rights reserved. Used with permission from the publisher. Available from booksellers or direct from O'Reilly Media.  Discuss (1)


Creating a Silverlight 2.0 Application that Consumes a WCF Service in Windows Scripting
     
Rating: 5 stars5 stars5 stars5 stars5 stars / 2
2008-11-05
 
This is my second article in a series focusing on Silverlight 2.0 (beta 2) development using Visual Studio 2008. This article is for beginners who are quite new to Silverlight development and need a practical introduction to developing Silverlight applications which consume WCF services using Visual Studio 2008.  Discuss (1)


ASP.NET Web Forms Meets ASP.NET MVC in ASP.NET
     
Rating: 5 stars5 stars5 stars5 stars5 stars / 1
2008-11-04
 
In this four-part series, of which this is the first article, I will make clear to you whether the newly-produced Microsoft ASP.NET MVC architecture will take the place of ASP.NET Web Forms solution, which you may have been exploring. In fact, by comparing the main pros and cons of both, you will see that neither solution will replace the other; they will keep on evolving and be leveraged to solve different kinds of tasks.


Burning CDs with the IMAPI2 Control in Windows Scripting
     
Rating: 5 stars5 stars5 stars5 stars5 stars / 1
2008-11-03
 
With the release of Windows XP and later, the Windows operating system gained a built-in CD burning feature. The Microsoft Image Mastering API (IMAPI) was created to provide programmers with a method of creating disc images and to provide access to Windows’ CD burning feature.


Overloading Operators in C# in C#
     
Rating: 5 stars5 stars5 stars5 stars5 stars / 2
2008-10-30
 
In this seventh part of a ten-part series on C#, you will learn how and why to overload operators, and more. This article is excerpted from chapter four of C# 3.0 in a Nutshell, Third Edition, A Desktop Quick Reference, written by Joseph Albahari and Ben Albahari (O'Reilly; ISBN: 0596527578). Copyright © 2007 O'Reilly Media, Inc. All rights reserved. Used with permission from the publisher. Available from booksellers or direct from O'Reilly Media.  Discuss (1)


Beginning Silverlight 2.0 Development using Visual Studio 2008 in BrainDump
     
Rating: 5 stars5 stars5 stars5 stars5 stars / 3
2008-10-29
 
This is my first article in a series focusing on Silverlight 2.0 (beta 2) development using Visual Studio 2008. This article is for beginners who are quite new to Silverlight development and need a practical introduction to developing Silverlight applications using Visual Studio 2008.  Discuss (1)

 
ASP FREE RESOURCES


TECHNEWS TV
Click Audio or Video to get Podcast

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!

Be the first to hear about i5/OS V6R1!
Hold your calendar on January 30, 2008 for this free webcast on the new i5/OS. Rational's Enterprise Modernization products will be discussed at this webcast as they help to drive the application development environment for this new System i OS.
And learn how i5/OS will take you to the next step of efficient, resilient business processing. You will hear about the new i5/OS capabilities as it will be the most significant i5/OS release in years. If you cannot join the webcast on 1/30/08 you can still use this link to listen to the replay.

Build Forge Express demo: Enabling software delivery excellence for small and midsized businesses
This demonstration gives you an overview of IBM® Rational® Build Forge Express Edition, a global offering that provides a framework to automate and execute software processes. Rational Build Forge provides a software assembly line that can support all of your tools, technologies, and platforms so you can achieve a repeatable, reliable, and traceable build and release process.

Read SunQuest Chronicles and Win Prizes
Book of DestinyRead and play along with our adventurer as he quests for the Ruby of Destiny in our choose-your-own-adventure style minibook- SunQuest Chronicles: Ruby of Destiny. As our brave hero faces different thrills and adventures, you control his actions and ultimately decide his fate.
Should he fool the witch or kill her? Can you make it to the end?
Or is failure your destiny...
So what are you waiting for? Come on in...if you dare.

NetBeans IDE 6.1
The Only IDE You Need
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 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.


 





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