Articles
DevASP - ASP and XML Articles, Samples, Toturials, Sample Chapters and resources for Developers Thursday, February 09, 2012
Home
Articles & Samples
Dev Search
Sample Chapters
Link to US
Contact
Search Directory
Applications
Articles & Samples
Components
Community
Database
Developer Sites
Downloads
Hosting Services
Introduction
Knowledge Base
Sample Chapters
WebCasts
ASP Directory
Applications
Articles & Samples
Components
Developer Sites
Knowledge Base
Sample Chapters
WebCasts
XML Directory
Applications
Articles & Samples
Developer Sites
Error, Bugs & Fixes
Downloads
Introduction
Knowledge Base
Sample Chapters
WebCasts

FREE 12 month online training for ASP.NET & MS Expression Studio and a Free copy of MS Expression Web with Windows Server Purchase

Home > Search > Sample Chapters > Miscellaneous
Search
DevASP

What's New
What's Hot

Using SyncToy v2.0 for Web Site Deployment       
Total Hits: 229  |  Today: 0 Author: John Peterson       Rating:  
Read Reviews | Write Review |              Your Rating: 

If you're like me, you probably do your best to ensure that the .NET applications you build contain as few external dependencies as possible. Doing so makes them easier to deploy and maintain, since all you need to do is copy the application's files to a new server and you should be good to go. This has come to be know as XCOPY deployment, after the venerable XCOPY command that has been around since the days of DOS....

Quick reference guide to WCF       
Total Hits: 460  |  Today: 0 Author: chirag       Rating:  
Read Reviews | Write Review |              Your Rating: 

• WCF stands for Windows Communication Foundation.
• WCF delivers Microsoft’s first platform built specifically for advanced service-oriented architecture (SOA), with a framework intended to bring it within reach of most developers. It provides a unified programming model and communications infrastructure for developing connected systems.
• WCF simplifies development process through a service-oriented programming model in which autonomous programs are composed using asynchronous message pa...

Sample Chapter: Wrox Beginning SQL Server 2000 Programming       
Total Hits: 673  |  Today: 0 Author: Mitchell Harper       Rating:  
Read Reviews | Write Review |              Your Rating: 

Wrox are well known for their "How-To" series of books, which teach beginning-intermediate developers how to use Microsoft technologies properly and efficiently. Today, Mitchell takes a look at chapter three from "Beginning SQL Server 2000 Programming", which is published by Wrox Press.Today we will be looking at a sample chapter from Wrox's title "Beginning SQL Server 2000 Programming". This is a great book, and was used by both myself and Tim Pabst when we were making the transition from SQL S...

ASP & ADO Sample Chapters       
Total Hits: 925  |  Today: 0 Author: Wrox       Rating:  
Read Reviews | Write Review |              Your Rating: 

Sample Chapters for Wrox's Books....

Software Project Secrets: Why Software Projects Fail - Chapter 2       
Total Hits: 787  |  Today: 0 Author: stepang       Rating:  
Read Reviews | Write Review |              Your Rating: 

When we try to find out what's different about software and software development, the first question that comes to mind is "Different from what?" So let's compare software development to road building. We've all used roads; we know what they're for and how they work. Roads are a very different product from software. In their massive and immobile simplicity, they're as unlike software as it is possible to be.There are many differences between road building and software development. Software devel...

Microsoft Reporting Services in Action     Price: $49.95 / Free Trial   
Total Hits: 738  |  Today: 0 Author: Teo Lachev       Rating:  
Read Reviews | Write Review |              Your Rating: 

So much information, so little time ... the character “Poison Ivy” would likely say if the Batman saga was taking place in today’s enterprise. We all know that the dot.com boom is history and so are the lavish IT budgets. In the doldrums of the economic recovery, organizations tend to spend their money on streamlining internal processes to gain a competitive advantage. According to Microsoft, today’s information workers spend as much as 80 percent of their time gathering information, with only 2...

This is a sample chapter from Beginning Visual Basic SQL Server 7       
Total Hits: 609  |  Today: 0 Author: Beginning Visual Basic SQL Server 7.0       Rating:  
Read Reviews | Write Review |              Your Rating: 

In Chapter 5 we used SQL statements to insert, select, update, and delete data, and in the last chapter we used SQL statements to select data from the State_T table. While the use of in-line SQL statements is great for ad-hoc queries, they are not generally used in production applications. They do, however, have their place in production applications where dynamic SQL statements are to be built and executed. Dynamic SQL statements are SQL statements that are built in your VB code, thus they are ...

Metadata       
Total Hits: 1512  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 

Sample chapter 5 from wrox book "Designing Distributed Applications". We've taken an informal approach to structure in our XML so far. We've assumed an implicit DTD and enforced it through carefully written code. In fact, we allowed a violation of an implicit DTD when the error didn't change the meaning of the document. You may be wondering by now if this is such a good idea. After all, haven't we said that the teams working on our applications are only loosely connected? Shouldn't there be some...

A Web-Based File Browser       
Total Hits: 324  |  Today: 0 Author: Peter Brunone       Rating:  
Read Reviews | Write Review |              Your Rating: 

Now we get into the good stuff. This example uses a file streaming component to give a more full-featured experience. Security features include a "ceiling" to keep users within the desired directory structure, as well as a file size limit (set by a property in SA File-Up, or your preferred upload component)....

Software Project Secrets: Why Software Projects Fail - Chapters 7, 8     Price: $39.99 / Free Trial   
Total Hits: 744  |  Today: 0 Author: George Stepanek       Rating:  
Read Reviews | Write Review |              Your Rating: 

In the previous two chapters we've looked at a series of techniques that can help to solve the problems outlined in Part One. In Chapter 5 we saw techniques that can resolve the issues around software quality. In Chapter 6 we saw techniques that can constrain an agile project to a fixed deadline and budget.In this chapter we'll look at the same techniques from a different perspective. We'll use another case study—one that addresses the same business initiative as the case study described in Chap...

The Career Programmer: Guerilla Tactics For An Imperfect World - Chapter 5     Price: $29.95 / Free Trial   
Total Hits: 730  |  Today: 0 Author: Christopher Duncan       Rating:  
Read Reviews | Write Review |              Your Rating: 

The Curse of the Casual Requirement is a classic thriller guaranteed to scare the pants off of programmers everywhere. It’s a bit of a sleeper, though, as the scary stuff doesn’t happen in the beginning. Unlike most mysteries with the good guys winning in the end and the blame falling on the butler, in our little story the good guys lose and they never really could afford a butler to begin with. The software development process begins with an idea for a program. This idea is typically about as f...

.NET vs. Java and Java EE       
Total Hits: 133  |  Today: 0 Author: Bala       Rating:  
Read Reviews | Write Review |              Your Rating: 

The CLI and .NET languages such as C and VB human some similarities to Sun's JVM and Java. They are virile competitors. Both are supported on a virtual machine represent that hides the details of the computer instrumentality on which their programs run. Both use their own sophomore byte-code, Microsoft job theirs Vernacular Medium Faculty (CIL; formerly MSIL) and Sun vocation theirs Beverage byte code. On .NET the byte-code is always compiled before process, either Honorable In Second (JIT) or i...

Client server sample using WCF and net.tcp binding       
Total Hits: 235  |  Today: 0 Author: Tony John       Rating:  
Read Reviews | Write Review |              Your Rating: 

This sample demonstrates how to use WCF (Windows Communication Foundation) to develop a typical client server application using TCP/IP binding.
You may refer to several tutorials to get an introduction to WCF. The purpose of this article is to demonstrate a sample implementation of client
server application using WCF and TCP/IP binding....


DevASP - Privacy - Disclaimer
Copyright © 2008 DevASP.com