Transaction is databases is executing set of database instructions in a sequence which should be accomplished together. Transactions have following properties which are known as ACID (wiki).
Atomicity : Ensure all operations are completed successfully or in a failure, all operations are rolled back to its previous state
Consistency : Ensure database properly changes state upon a successful transaction...
Saturday, August 27, 2011
Saturday, August 20, 2011
Threading in .NET
Thread
Task
Task can be created using task factory as well. (See SO - Task.Factory.StartNew vs new Task)
Difference between Task and Thread
http://stackoverflow.com/questions/4130194/what-is-the-difference-between-task-and-thread
http://stackoverflow.com/questions/13429129/task-vs-thread-differences
Resources
http://www.codeproject.com/Articles/26148/Beginners-Guide-to-Threading-in-NET-Part...
Friday, August 19, 2011
The most seamless tool set to develop applications
Are you looking for the seamless set of tools to develop your applications? You have great languages like Java, C#. But what is the best tool set? Well, when it comes to that the obvious choice of yours would be Microsoft products. These MS products have such a nice compatibility with each other.
Expression Blend, Visual Studio, Silverlight and .NET...
Wednesday, August 10, 2011
Introduction to Cloud Computing

What is cloud computing?
Large group of remote servers networked to allow centralize data storage and online access to computer services or resources. (Wikipedia). Cloud computing can be classified as private, public and hybrid.
Fundamental models
Infrastructure as a service (IaaS)
Provides Virtual Machines, Servers, Storage, Load...
Subscribe to:
Posts (Atom)
Powered by Blogger.
Software Architect at Surge Global/ Certified Scrum Master
Experienced in Product Design, Software Engineering, Team management and Practicing Agile methodologies.