Lost your password?

Blogs about: Net General

Featured Blog

Method Overloading1 comment

Rhonda wrote 21 hours ago: Polymorphism is one of the main characteristics of Object Oriented Programming (OOP). Put simply, it … more →

Tags: C#, development

Integrating .Net with Active Directory (AD)

rishibhatnagar wrote 1 week ago: http://www.c-sharpcorner.com/UploadFile/kb_sathya/DotNETActiveDirectory04172007013054AM/DotNETActive … more →

Tags: Article, Code

Timers in .NET4 comments

Rhonda wrote 3 weeks ago: I was researching timers the other day and realized that there are three variations in the .NET Fram … more →

Tags: C#

HDNUG - October/09 Meeting – Recap

Rhonda wrote 1 month ago: I attended the Houston .NET User Group October ‘09 meeting last night. There was a good turnou … more →

Tags: Community, C#, development

Houston TechFest 2009 - Recap

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 →

Tags: Community, development, Technology Events

Printing a Webpage using Javascript - Part 2

Thirumalai M wrote 2 months ago: Comming Soon…….. … more →

Tags: Client Side Programming, javascript

What, Why and How Garbage Collector?

Thirumalai M wrote 2 months ago: You can find lots of useful information from the msdn and other webpages… Here are some points … more →

Tags: Gc

Stripping the Decimal From a Value in .NET4 comments

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 →

Tags: C#

I love lambda expressions (part 2)!1 comment

Ludwig Stuyck wrote 7 months ago: In previous part we learned about lamda expressions, and ended up with the following example: List … more →

Tags: General

VS2008 Plugin: Smart Paster and CopySourceAsHtml

earljon wrote 7 months ago: While reading Arcane’s blog, I found these 2 cool AddIns for Visual Studio: 1. Smart Paster (Source … more →

Tags: Plugins

Tips and tricks (2)

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 →

Tags: General

Tips and tricks (1)

Ludwig Stuyck wrote 7 months ago: The following code is a straightforward example on how to use the event programming model: the main … more →

Tags: General

I love lambda expressions (part 1)!2 comments

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 →

Tags: General

Modifying namespace in XML document programmatically

Ludwig Stuyck wrote 8 months ago: I needed to validate an XML document with a given XSD document. Seems easy enough… so let … more →

Tags: General

Create and initialize objects and collections in one step in C# 3.0

Ludwig Stuyck wrote 8 months ago: Imagine you have the following class: public class Customer { public string FirstName { get; set; } … more →

Tags: General

SHDNUG Meeting - 03/04/09 - Recap

Rhonda wrote 8 months ago: I attended the 2nd South Houston .NET User Group meeting earlier this week.  This is a new grou … more →

Tags: Community

VS2008: Unrecoverable Build Error when creating a Setup/Installer project

earljon wrote 9 months ago: Have you ever experienced getting this error on your Visual Studio 2008 when Building a setup projec … more →

Simplify with Linq2 comments

harperj1029 wrote 10 months ago: Takes simple tasks and makes them so brutally clean.  Simple examples… int [] i = { 1, 3, 5, 6 … more →

Tags: LINQ

Book Review: Microsoft Visual Studio Tips (Awesome Book)

Rhonda wrote 1 year ago: Microsoft Visual Studio Tips: 251 Ways to Improve Your ProductivityAuthor: Sara FordPublisher: Micro … more →

Tags: Recommendations, Books, Visual Studio


Have your say. Start a blog.

See our free features →

Related Tags
All →

Follow this tag via RSS