Click here to Skip to main content
Page 1 of 55
Page Size: 10 · 25 · 50


Category filtered by:  Languages [x] | C# [x] | General [x]
Article 14 May 2013   license: CPOL
Create data structures that implement the right Clone To Modify Pattern the easy way.
Languages » C# » General
Answer 9 May 2013   license: CPOL
Hi, if your document is plain than use Rajesh Solution 1.If you have .net DOCX or DOC file you can try this C# word component which makes search/replace and counting words very easy to implement and manipulate.You can see how to read a document on this link: .net read word.
Languages » C# » General
C#
Article 8 May 2013   license: CPOL
A new way to implement finite-state machine using async/await
Languages » C# » General
Article 7 May 2013   license: CPOL
This article presents a pattern to create immutable objects, which have thread-safe guarantee among others, and which also support modifications throught clonning, yet avoiding excessive intermediate clones.
Languages » C# » General
Tip/Trick 7 May 2013   license: CPOL
Extended TextBox with placeholder.
Languages » C# » General
Article 6 May 2013   license: CPOL
This library helps you use 128 bit or higher bit integers. It will increase your application's calculation capability.
Languages » C# » General
Answer 30 Apr 2013   license: CPOL
this.ultraGrid.Rows.ExpandAll(true);
Languages » C# » General
C#
Technical Blog 26 Apr 2013   license: CPOL
When we create any object there are two parts to the object one is the content and the other is reference to that content.So for example if you create an object as shown in below code:-“.NET interview questions” is the content.“o” is the reference to that content.object o = ".NET Interview questions
Languages » C# » General
Article 25 Apr 2013   license: CPOL
Dummy's guide to Fakes.
Languages » C# » General
Technical Blog 24 Apr 2013   license: CPOL
Some ad hoc performance test results for a simple program written in C# as obtained from my current desktop computer: Dell Precision T3600, 16GB RAM, Intel Xeon E5-2665 0 @ 2.40GHz, NVidia GTX Titan.
Languages » C# » General
Article 23 Apr 2013   license: CPOL
An article that discusses movable elements right from primitive to complex objects
Languages » C# » General
C#
Article 22 Apr 2013   license: CPOL
An implementation of a generic, concurrent object pool with smart memory management.
Languages » C# » General
Article 17 Apr 2013   license: CPOL
A simple structured and easy to use Task-Scheduler
Languages » C# » General
Article 17 Apr 2013   license: CPOL
From a developer's perspective, a comparative article
Languages » C# » General
Tip/Trick 17 Apr 2013   license: CPOL
This tip shows the different results of dividing different type numbers with Zero
Languages » C# » General
Article 15 Apr 2013   license: CPOL
A thread safe random number generator in C#, using simple TEA Encryption.
Languages » C# » General
Tip/Trick 14 Apr 2013   license: CPOL
Disk Space Alert for Server Backup with email-notification
Languages » C# » General
Article 13 Apr 2013   license: CPOL
TPL/Async tutorial with emphasis on how to use it and why it is needed
Languages » C# » General
Article 8 Apr 2013   license: CPOL
A ready to use .NET TCP server class that doesn't have the limitation found in most TCP server tutorials
Languages » C# » General
Tip/Trick 4 Apr 2013   license: CPOL
Small class to easily pivot data in a simple data table.
Languages » C# » General
Article 3 Apr 2013   license: CPOL
How to assert an object state using only 2 code lines
Languages » C# » General
Article 3 Apr 2013   license: CPOL
Create a Metro/Winrt Application With Embedded Database
Languages » C# » General
Tip/Trick 1 Apr 2013   license: CPOL
Pausing external operations on an object when you want to lock the object for internal operations.
Languages » C# » General
Tip/Trick 31 Mar 2013   license: CPOL
This article provides some tips you may need when developing Windows 8 applications.
Languages » C# » General
Article 31 Mar 2013   license: CPOL
In C# delegates can behave like a first class object by having closure on outer variables
Languages » C# » General
Article 30 Mar 2013   license: CPOL
Make it clear: by Value vs by Reference
Languages » C# » General
Article 28 Mar 2013   license: CPOL
An introduction to async / await, popular mistakes and solutions for asynchronous programming, as well as usages and benefits from using asynchronous programming. We will also discuss interesting patterns based on concurrency.
Languages » C# » General
Tip/Trick 27 Mar 2013   license: CPOL
This article is to give you a brief example of how can anyone construct a class dymamically.
Languages » C# » General
C#
Tip/Trick 27 Mar 2013   license: CPOL
When WebClient, HttpRequest, and all else fail, BITSadmin solves your download woes
Languages » C# » General
Tip/Trick 25 Mar 2013   license: CPOL
Design to create a simple tree view that can be copy and pasted
Languages » C# » General
Tip/Trick 22 Mar 2013   license: CPOL
Using Extension Method and JSON Serializer.
Languages » C# » General
Technical Blog 22 Mar 2013   license: CPOL
Shows how to restore the Comparer when deserializing a dictionary with the DataContractSerializer.
Languages » C# » General
C#
Article 15 Mar 2013   license: CPOL
How to create an expander control for Windows Metro style application
Languages » C# » General
Tip/Trick 15 Mar 2013   license: CPOL
Application convert's html link into PDF file format.
Languages » C# » General
Article 6 Mar 2013   license: CPOL
Putting the programming style to the test by using it in a multi-threaded server.
Languages » C# » General
Tip/Trick 5 Mar 2013   license: CPOL
Lambda expressions short tutorial.
Languages » C# » General
Article 5 Mar 2013   license: CPOL
This small application will help you to gain basic knowledge about how file can be sent from server to client.
Languages » C# » General
Article 1 Mar 2013   license: CPOL
Introducing a programming style by creating an incremental calculation framework.
Languages » C# » General
Tip/Trick 1 Mar 2013   license: CPOL
Books teach the advantages of structures over classes. I wanted to know it better!
Languages » C# » General
Tip/Trick 25 Feb 2013   license: CPOL
Helps to deal with irregular construction patterns of disposable objects
Languages » C# » General
Article 25 Feb 2013   license: CPOL
A simple IOC Container just for the fun of it really
Languages » C# » General
Article 24 Feb 2013   license: CPOL
This is an alternative for "Simple but Interesting Features of VS2010 and C# 4.0"
Languages » C# » General
Article 23 Feb 2013   license: CPOL
A deep dive into the differences and similarities between C# and Ruby classes
Languages » C# » General
Article 21 Feb 2013   license: CPOL
Exception Handling and .NET - a practical approach
Languages » C# » General
C#
Article 21 Feb 2013   license: CPOL
My efforts in this article will be to make this understanding simpler and focus on the internal logic of ref and out.
Languages » C# » General
C#
Article 20 Feb 2013   license: CPOL
Kind of like inversion of control, but without DI containers
Languages » C# » General
Article 19 Feb 2013   license: CPOL
Introduction to C#/C++ interoperability, and a performance evaluation.
Languages » C# » General
Article 16 Feb 2013   license: CPOL
Utility to capture full or part of screen with support for multiple screens.
Languages » C# » General
Answer 13 Feb 2013   license: CPOL
Interface and Abstract class Write a program to maintain University marking Database. Student is Abstract class, it has Roll no., Name, subject_1_mark attributes. Show_student_data() is abstract method. Get_student_data() is non abstract method. ...
Languages » C# » General

Page 1 of 55
1 2 3 4 5 6 7 8 9 10


Advertise | Privacy | Mobile
Web04 | 2.6.130513.1 | Last Updated 14 May 2013
Copyright © CodeProject, 1999-2013
All Rights Reserved. Terms of Use
Layout: fixed | fluid