ASP Free
  ASP Help, ASP Tutorials, ASP Programming, ASP Code - Web Hosting 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  
Silverlight  
Visual Basic.NET  
Windows Scripting  
Windows Security  
XML  
Mobile Linux 
App Generation ROI 
IBM® developerWorks 
ASP Web Hosting  
ASP.NET Web Hosting 
Windows Web Hosting
 
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

Building Applications with Windows Workflow Foundation in .NET
     
Rating: 5 stars5 stars5 stars5 stars5 stars / 1
2009-11-19
 
In this second part of a three-part series, you'll see how Windows Workflow Foundation (WF) helps you to build workflow-based applications. It is excerpted from chapter four of the book Building a Web 2.0 Portal with ASP.NET 3.5, written by Omar Al Zabir (O'Reilly, 2008; ISBN: 0596510500). Copyright © 2008 O'Reilly Media, Inc. All rights reserved. Used with permission from the publisher. Available from booksellers or direct from O'Reilly Media.


Building the Data and Business Layers Using .NET 3.5 in .NET
     
Rating: 5 stars5 stars5 stars5 stars5 stars / 1
2009-11-18
 
If you'd like to learn how to use Windows Workflow Foundation and LINQ, keep reading. This three-part article explains how to use those technologies in the context of a portal. It is excerpted from chapter four of the book Building a Web 2.0 Portal with ASP.NET 3.5, written by Omar Al Zabir (O'Reilly, 2008; ISBN: 0596510500). Copyright © 2008 O'Reilly Media, Inc. All rights reserved. Used with permission from the publisher. Available from booksellers or direct from O'Reilly Media.


Building Applications with Anonymous Types in Database
     
Rating: 5 stars5 stars5 stars5 stars5 stars / 1
2009-11-17
 
In this third part of a three-part series on anonymous types, you'll learn how to combine them with other technologies to make such useful applications as a stock ticker. This article is excerpted from chapter one of LINQ Unleashed, written by Paul Kimmel (Sams, 2008; ISBN: 0672329832).


A Closer Look at Anonymous Types in Database
     
Rating: 5 stars5 stars5 stars5 stars5 stars / 1
2009-11-16
 
In this second part of a three-part series on anonymous types, we'll increase our understanding of them by adding methods, returning anonymous types from functions, and more. This article is excerpted from chapter one of LINQ Unleashed, written by Paul Kimmel (Sams, 2008; ISBN: 0672329832).


Programming with Anonymous Types in Database
     
Rating: 5 stars5 stars5 stars5 stars5 stars / 1
2009-11-12
 
What is an anonymous type and why is it so important to C# and LINQ? This article answers that question and more. It is excerpted from chapter one of LINQ Unleashed, written by Paul Kimmel (Sams, 2008; ISBN: 0672329832). This is the first part of a three-part series.


Adding Content to a Static ASP.NET Website in ASP.NET
     
Rating: 5 stars5 stars5 stars5 stars5 stars / 2
2009-11-11
 
In the first part of this two-part article on building a static ASP.NET web site, you learned how to use Visual Web Developer Express to create your website, add a background image to your template and finally view it in the browser. In this part, we will flesh out the site with the text it needs.


Building a Static ASP.NET Website in a Basic Hosting Environment in ASP.NET
     
Rating: 5 stars5 stars5 stars5 stars5 stars / 4
2009-11-10
 
If you understand the basics of ASP.NET and want to take things further, this two-part article series may be exactly what you're looking for. As you probably guessed from the title, it will show you how to build a multi-page static website using this platform.


Coding a CRC-Generating Algorithm in C in C#
     
Rating: 5 stars5 stars5 stars5 stars5 stars / 1
2009-11-09
 
When you sit down to implement any theory regardless of its simplicity, soon you will find that it is harder than it seems. All sorts of details will need to be dealt with that you may not have thought about while coming up with the solution to the problem in theory. In the following article I will implement a CRC-generating code. So stick with me if you are interested.


Cyclic Redundancy Check in C#
     
Rating: 5 stars5 stars5 stars5 stars5 stars / 1
2009-11-05
 
One thing I have learned during my university years and current life experience is that nothing is perfect. Errors can occur in multiple places. When this happens we need to come up with a solution for the problem. A Cyclic Redundancy Check is the solution for error checking any data transmission.


Which Version of Windows 7 Should You Use? in Windows Security
     
Rating: 5 stars5 stars5 stars5 stars5 stars / 1
2009-11-04
 
Sometimes, it seems like Microsoft’s sole purpose is to confuse computer users. This multi-billion dollar company continues to crank out new versions of Windows, leaving users scrambling to keep up with the latest trends and brand-new operating systems. It’s not enough that Windows 7 has come out on the market for computer users to enjoy; Microsoft wants you to pick from among six different versions of the software, because one just wouldn’t do. So, which one should you use…if you plan on using Windows 7 at all?  Discuss (1)


Handling Methods and Functions in C#
     
Rating: 5 stars5 stars5 stars5 stars5 stars / 1
2009-11-03
 
In this conclusion to a four-part series on classes and objects in C#, you'll learn how to overload methods and constructors, handle property class modifiers, and more. This article is excerpted from chapter four of the book Programming C# 3.0, fifth edition, written by Jesse Liberty and Donald Xie (O'Reilly, 2008; ISBN: 0596527438). Copyright © 2008 O'Reilly Media, Inc. All rights reserved. Used with permission from the publisher. Available from booksellers or direct from O'Reilly Media.


Destroying Objects in C# in C#
     
Rating: 5 stars5 stars5 stars5 stars5 stars / 1
2009-11-02
 
In this third part of a four-part series on classes and objects in C#, you'll learn how to invoke static methods, how to use destructors, and more. This article is excerpted from chapter four of the book Programming C# 3.0, fifth edition, written by Jesse Liberty and Donald Xie (O'Reilly, 2008; ISBN: 0596527438). Copyright © 2008 O'Reilly Media, Inc. All rights reserved. Used with permission from the publisher. Available from booksellers or direct from O'Reilly Media.


Creating Objects in C-Sharp in C#
     
Rating: 5 stars5 stars5 stars5 stars5 stars / 1
2009-10-29
 
In this second part of a four-part series on classes and objects in C#, you'll learn how to create objects, use static members, and much more. This article is excerpted from chapter four of the book Programming C# 3.0, fifth edition, written by Jesse Liberty and Donald Xie (O'Reilly, 2008; ISBN: 0596527438). Copyright © 2008 O'Reilly Media, Inc. All rights reserved. Used with permission from the publisher. Available from booksellers or direct from O'Reilly Media.


Classes and Objects in C#
     
Rating: 5 stars5 stars5 stars5 stars5 stars / 1
2009-10-28
 
If you're looking for information on C#, you've come to the right place. This article focuses on classes and objects, concepts that are highly important to the increasingly popular programming language. It is excerpted from chapter four of the book Programming C# 3.0, fifth edition, written by Jesse Liberty and Donald Xie (O'Reilly, 2008; ISBN: 0596527438). This is the first part of a four-part series. Copyright © 2008 O'Reilly Media, Inc. All rights reserved. Used with permission from the publisher. Available from booksellers or direct from O'Reilly Media.

 

TECHNEWS TV
Click Audio or Video to get Podcast
Watch your favorite past-episodes of Tech News You Can't Use on YouTube: www.youtube.com/DevShedTechNews

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!

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.

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.






© 2003-2009 by Developer Shed. All rights reserved. DS Cluster 3 Hosted by Hostway
For more Enterprise Application Development news, visit eWeek