-
Tuesday, 05 April 2011
AVG has released the instruction to help AVG 2011 users with free program, on Windows 64-bit, and restore your computer back to the time before having the error by updating the database updates to detect the virus.
Those who have updated database of virus identification 271.1.1/...
Tags:
program
computers
anti virus
|
-
Wednesday, 30 March 2011
With the new trial version CTP (Community Technology Preview - A test version for the community technology), the Visual Basic developers can create Windows Phone 7 applications.
On September, Microsoft has released CTP version of Microsoft Visual Basic for Windows Phone Develope...
Tags:
visual basic
ctp
microsoft.
|
-
Monday, 26 July 2010
Object Relational Mapping (ORM) is the technique used to transform data from relational databases into virtual data objects that can be used in programming languages.
Using ORM will increase programming efficiency. By transforming data to objects, a number of errors will be dete...
Tags:
object relational mapping
ado.net entity framework
.net framework
|
-
Monday, 26 July 2010
Reflection is the method to get object’s information as runtime. In the compiling process of .net application, .net framework engine add meta data about the object’s properties directly into the application‘s assembly. At runtime, reflection can reads those object’s prope...
Tags:
reflection
.net framework
microsoft .net
|
-
Friday, 16 July 2010
LINQ, stands for Language Integrated Query, is a component of Microsoft .net framework. Introduced with .net 3.5, LinQ is considered a great tool for accessing data.
LinQ has proven to have many advantages:
LinQ is integrated into .net with full intellisense supported by Visu...
Tags:
linq
language integrated query
sql server 2005
|
-
Friday, 16 July 2010
Together with the introduction of asp.net 3.5 is asp.net MVC. MVC stands for Model – View – Controller. Asp.net MVC introduces a totally new way for asp.net web application development over the traditional way of using web forms.
One crucial difference between the two appr...
Tags:
model – view – controller
asp.net
separation of concerns
|
-
Tuesday, 22 June 2010
The .Net framework brings a breaking change to Microsoft Technology. Unlike the classic asp, .net framework does not support a single language, but provide an environment for different languages such as C#, Vb.net, J#, C++. From that unique feature, .net framework gets its advant...
Tags:
.net framework
microsoft technology
web server controls
|
-
Saturday, 15 May 2010
.net framework 3.5 together Visual Studio 2008 is the latest version of .net framework and Visual Studio. 3.5 is considered a minor upgrade of .net 2.0. Improvement of asp.net 3.5 includes:
With the old .net 2.0, for developing Ajax applications, developers need to download a...
Tags:
asp .net 3.5
ajax
|
-
Friday, 05 March 2010
Test Driven Development (TDD) is the method to help developers to reduce the number of bugs and to eliminate them as early possible. In TDD, developers have to anticipate possible errors and write testing methods before the application’s functions are actually implemented. Then...
Tags:
nunit
test driven development
visual studio 2005
|
-
Monday, 30 November 2009
Windows Communication Foundation (WCF) is one of the new technologies introduced by Microsoft together with .net framework 3.0.
WCF provides a standard model for developers to build Service Oriented applications. Service Oriented application development usually involved with bui...
Tags:
windows communication foundation
.net framework 3.0
windows activation service
|