|
|
|
Welcome to the Articles section of C# Corner. This section contains various general articles, which do not belong to any other sections.
|
|
|
|
|
|
|
|
|
Text to Speech in Visual C# 2005
by
Scott Lysle
on
Jun 25, 2009
This article describes an application used to exercise some of the Text To Speech features available to .NET developers through the Microsoft Speech 5.1 SDK. This article does not address the newer speech server related libraries nor does it address web based deployments of speech related technologies.
|
MVC Declarative Binding
by
Matthew Cochran
on
Jun 08, 2009
One of the things that makes the bar to implement any “MVC-ish” pattern high is the tremendous amount of plumbing required just to get started in order for the different entities to communicate state changes. This article introduces a utility library that can be used to declaratively bind the model and view encapsulating all the wiring required and making implementation much easier.
|
How to Prepare Quotation Using Use Case Points
by
Shivprasad
on
May 18, 2009
Quotation is one of the important aspects of software cycle. Any prediction less or more will affect the project a lot. Let's look at how basically day to day businesses manage their ways of handling quotations.
|
Project Life Cycle beyond SDLC
by
Shivprasad
on
May 18, 2009
Many people think project life cycle circulates around SDLC. In this article, we will discuss about other phases which occur before SDLC starts. I know that companies have tailor made phases we have just tried to put phases followed by majority IT companies.
|
Extending logging functionality from Enterprise library
by
wei chen
on
Apr 21, 2009
Microsfot Enterprise Library provide us a collection of reusable software components, so software developers can take advantage of them to put them into enterprise use. Now I will share my personal experience with my friends how to extend current enterprise library functionality and improve the performance of enterprise application.
|
Using function point to quote a software
by
Shivprasad
on
Apr 06, 2009
If you give more quote you lose the project, if you give less quote you will end up doing social service to clients and probably also loss. In this tutorial, we will discuss mainly "Function Point" from practical point of view.
|
Six Sigma
by
Shivprasad
on
Feb 05, 2009
Below is a quick revision which will give you a decent understanding of Six sigma from interview point of view.
|
Writing Your Own GPS Applications: Part I
by
Jon Person
on
Aug 19, 2008
What is it that GPS applications need to be good enough to use for in-car navigation? Also, how does the process of interpreting GPS data actually work? In this three-part series, I will cover both topics and give you the skills you need to write a commercial-grade GPS application.
|
Writing Better Code – Keepin’ it Maintainable
by
Matthew Cochran
on
Feb 29, 2008
Writing maintainable code is an art form that should be practiced by every developer because if the code we write can not be maintained then there will come a point where it won’t be useful anymore and discarded and then all of our efforts will have been wasted. In this article we’ll look at ways to keep our code maintainable.
|
Writing Better Code -- Keepin' it Extensible...
by
Matthew Cochran
on
Feb 20, 2008
In a previous article I talked about how to keep code cohesive by applying the Single Responsibility Principle. I wanted to explore part of another principle of software engineering that will help our code be extensible and can handle growth and change.
|
Writing Better Code -- Keepin' it Cohesive
by
Matthew Cochran
on
Feb 14, 2008
One of the aspects of code quality we can look at is cohesion. If code is highly cohesive it is also much more testable, reusable, readable and maintainable (all the good things in life). Likewise, if code has a low level of cohesion it is often very hard to understand at a glance and difficult to test and maintain. In this article we'll take a look at a concrete example of code that does not follow the Single Responsibility Principle and as a result has low cohesion and walk through the refactoring it takes to modify the code to be more highly cohesive.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
How to become an author
by
Mahesh Chand
On
Jun 25, 2008
Several guys have asked me this question, “How they can author a technical book”. Just follow these steps and you will be on your way to become an author.
|
|
Comments:
0
|
|
|
|
|
|
|
|
|
|
|
|
XML Driven Validation
by
Subal Mishra
on
Mar 20, 2007
This article/tutorial tells us to develop a generic XML based Validation engine to be used in any Web application.
|
|
|
|
|
|
|
|
|
|
|
Description
|
|
The mission of this book is to provide you with a solid foundation of the C# language and the key aspects of the .NET platform.
|
|
Browse more books here»
|
|
|
|
|