Today, It is many tools available on the market for creating application for mobile phones and portable devices.
The Microsoft introduced mobile technology for creating asp.net mobile application. Window mobile is a compact operating system for mobile devices and including Pocket PCs, Smart phones and Portal Media Centers. We can able to develop mobile based application on the Visual Studio...
How to Create a Read-Only Property in C# & VB.NET
Read-only property in VB.NET:
Public ReadOnly Property PropertyName As ReturnType
Get ‘Your Property Implementation goes in here
End Get
End Property
Read-only property in C#:
public returntype PropertyName
{
get{
//property implementation goes here
}
// Do not write the set implementation
}
...
Microsoft .NET Certification Details - MCSD
MCSD - Microsoft Certified Solution Developer
This certification for two plus years of experience software developing and maintaining in application in the IT Industry
You have to got this certification of Microsoft. You must complete five module following list:
Web Application development module
Windows Application development module
Web services and server components module
Solution...
How to Install IIS on Windows XP
GoTo -> Click Start Button -> Settings ->Click Control Panel
Double Click Add or Remove ProgramsThis will be opened “Add or Remove Programs” windowClick Add / Remove Windows Components
This will be opened “Windows Componets Wizard”Select Check Box for Internet Information Services (IIS)Click Next Button. Configuring...
ASP.NET Features Review
Introducing ASP.NET
Create dynamic web pages by using server side scripting like ASP (Active Server Page). It has introduced by Microsoft Corporation
ASP.NET is more than the next version of Active Server Page (ASP). ASP.NET is a standard html file that contains embedded server side scripts.
You able to access information from data sources, such as back-end database and text files that are...
Essential documentation in projects
Essential documentation in projects
In the previous article we discussed the various SDLC life cycle models. For every stage in the model we have documents created according to phases such as
Requirement stage:
- Use case document
Design stage:
- Technical document
Build stage:
- ...
The Growth of software professional

The Growth of software professional
If you are self taught programmer or working in a company which is not process oriented the title of this section can sound a bit bureaucratic to you. A good software product other than source code has proper documentation and process at place.
Every young developer in his initial part...
UML ( Unified Modeling Language)
The Unified Modeling Language is only a language. It is not a way of designing a system, but it is a way to model a system.The main object of UML is to make the project understanding more crisp and clear. It is a global computer industry modeling language to communicate between software professional in a project.UML help us to create documents, artifacts and also give visualization so that we can...
Introduction to Windows Communication Foundation:

Windows Communication Foundation is one of main new technologies that are included in .NET 3.0. Windows Communication Foundation (WCF), formerly code-named Indigo - a service-oriented messaging system which allows programs to interoperate locally or remotely similar to web services.
It is one of the four major application programming...
Subscribe to:
Posts (Atom)
Categories
Popular Posts
-
.NET Remoting Interview Questions and Answers What distributed process frameworks outside .NET do you know? Distributed Computing Environme...
-
Today, It is many tools available on the market for creating application for mobile phones and portable devices. The Microsoft introduced m...
-
The Unified Modeling Language is only a language. It is not a way of designing a system, but it is a way to model a system. The main object ...
-
Step 1: Visual Studio 2008 Service Pack 1 supporting tool for Microsoft Silverlight 2 It can be installed software for developers like Vis...
-
.NET Assembly Interview Question and Answer 01. How is the DLL Hell problem solved in .NET? Ans : Assembly versioning allows the application...
-
Essential documentation in projects In the previous article we discussed the various SDLC life cycle models. For every stage in the model...
-
Introducing ASP.NET Create dynamic web pages by using server side scripting like ASP (Active Server Page). It has introduced by Microsof...
-
MCSD - Microsoft Certified Solution Developer This certification for two plus years of experience software developing and maintaining i...
-
Windows Communication Foundation is one of main new technologies that are included in .NET 3.0. Windows Communication Foundation (WCF), form...
-
The Growth of software professional If you are self taught programmer or working in a company which is not process oriented the title of ...