Implementing transactions from C#/VB code today might seam easier than ever before, but the path to easier and effective transaction handling has many traps on the way. Microsoft made the life of deve… more →
SimplifyJEFFREY MOORE wrote 3 months ago: Some words about Computer Programming languages Naturally a language is the source of communication … more →
cyb3rkid wrote 9 months ago: printf(“\n %c “, charector – ‘a’ +’A'); … more →
cyb3rkid wrote 9 months ago: printf(“\n%d”,INT_MAX); Here ‘INT_MAX’ predefined variable that print the ma … more →
tehschmitz wrote 9 months ago: So, I got this from my C++ Reference guide 4th Ed written by Herbert Schildt. I thought this was an … more →
tehschmitz wrote 9 months ago: For a while, I had an idea of creating a virtual environment for programmers to create lots of tools … more →
tehschmitz wrote 9 months ago: As far as I can tell, programming is an art form. It takes as much patience as it does the work you … more →
simplyclear wrote 1 year ago: Here is a nice article that I wanted to share with you : ->>>LINK<<<<- . It … more →
thoughtprogram wrote 1 year ago: I just started working on porting my office 2007 add-in developed in VSTO 2005 SE to VSTO 3.0 VSTO 3 … more →
thoughtprogram wrote 1 year ago: Extension method is a new feature in C# 3.0 using which you can extend an existing type. Earlier to … more →
Luka Ferlež wrote 1 year ago: Implementing transactions from C#/VB code today might seam easier than ever before, but the path to … more →
Luka Ferlež wrote 1 year ago: In my latest project we have come across a need to get results from a web service inside SQL Server. … more →
Luka Ferlež wrote 1 year ago: Like so many things in the programing world, establishing a connection to a TF server can be done in … more →
Bipin Gautam Taksande wrote 2 years ago: A well-written computer program is more than just a debugged and tested program, it should also be r … more →