|
|
|
|
|
Total Hits: 229 | Today: 0 |
Author: John Peterson
|
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....
|
|
|
|
Total Hits: 460 | Today: 0 |
Author: chirag
|
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...
|
|
|
|
Total Hits: 673 | Today: 0 |
Author: Mitchell Harper
|
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...
|
|
|
|
Total Hits: 925 | Today: 0 |
Author: Wrox
|
Rating:
|
|

Sample Chapters for Wrox's Books....
|
|
|
|
Total Hits: 787 | Today: 0 |
Author: stepang
|
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...
|
|
|
|
Total Hits: 738 | Today: 0 |
Author: Teo Lachev
|
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...
|
|
|
|
Total Hits: 609 | Today: 0 |
Author: Beginning Visual Basic SQL Server 7.0
|
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 ...
|
|
|
|
Total Hits: 1512 | Today: 0 |
|
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...
|
|
|
|
Total Hits: 324 | Today: 0 |
Author: Peter Brunone
|
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)....
|
|
|
|
Total Hits: 744 | Today: 0 |
Author: George Stepanek
|
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...
|
|
|
|
Total Hits: 730 | Today: 0 |
Author: Christopher Duncan
|
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...
|
|
|
|
Total Hits: 133 | Today: 0 |
Author: Bala
|
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...
|
|
|
|
Total Hits: 235 | Today: 0 |
Author: Tony John
|
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....
|
|
|
|
|
|
|