Polymorphism is one of the main characteristics of Object Oriented Programming (OOP). Put simply, it allows an object to behave in various ways depending on the manner in which it is used. For example… more →
Rhonda Tipton's WebLogRhonda wrote 21 hours ago: Polymorphism is one of the main characteristics of Object Oriented Programming (OOP). Put simply, it … more →
rishibhatnagar wrote 1 week ago: http://www.c-sharpcorner.com/UploadFile/kb_sathya/DotNETActiveDirectory04172007013054AM/DotNETActive … more →
Rhonda wrote 3 weeks ago: I was researching timers the other day and realized that there are three variations in the .NET Fram … more →
Rhonda wrote 1 month ago: I attended the Houston .NET User Group October ‘09 meeting last night. There was a good turnou … more →
Rhonda wrote 1 month ago: I attended the Houston TechFest last weekend and I have to say it was a great turnout. According to … more →
Thirumalai M wrote 2 months ago: Comming Soon…….. … more →
Thirumalai M wrote 2 months ago: You can find lots of useful information from the msdn and other webpages… Here are some points … more →
Rhonda wrote 5 months ago: I am working on a project in which the final output is an EDI file that is translated into claims by … more →
Ludwig Stuyck wrote 7 months ago: In previous part we learned about lamda expressions, and ended up with the following example: List … more →
earljon wrote 7 months ago: While reading Arcane’s blog, I found these 2 cool AddIns for Visual Studio: 1. Smart Paster (Source … more →
Ludwig Stuyck wrote 7 months ago: The ?? operator is called the null-coalescing operator and is not very well-known, but can be very u … more →
Ludwig Stuyck wrote 7 months ago: The following code is a straightforward example on how to use the event programming model: the main … more →
Ludwig Stuyck wrote 8 months ago: In the beginning, you are nervous, not sure and even afraid. Slowly you get used to it by experiment … more →
Ludwig Stuyck wrote 8 months ago: I needed to validate an XML document with a given XSD document. Seems easy enough… so let … more →
Ludwig Stuyck wrote 8 months ago: Imagine you have the following class: public class Customer { public string FirstName { get; set; } … more →
Rhonda wrote 8 months ago: I attended the 2nd South Houston .NET User Group meeting earlier this week. This is a new grou … more →
earljon wrote 9 months ago: Have you ever experienced getting this error on your Visual Studio 2008 when Building a setup projec … more →
harperj1029 wrote 10 months ago: Takes simple tasks and makes them so brutally clean. Simple examples… int [] i = { 1, 3, 5, 6 … more →
Rhonda wrote 1 year ago: Microsoft Visual Studio Tips: 251 Ways to Improve Your ProductivityAuthor: Sara FordPublisher: Micro … more →