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


Category filtered by:  Languages [x] | C# [x]
Tip/Trick 14 May 2013   license: CPOL
A light article about a new feature in C# 5 and .NET 4.5
Languages » C# » How To
Article 13 May 2013   license: CPOL
How to build a simple Scheduler in C# for Desktop and Web Applications
Languages » C# » How To
Article 12 May 2013   license: CPOL
This article shows how to track your windows 8 app in GA
Languages » C# » How To
Tip/Trick 11 May 2013   license: CPOL
LINQ based alternative for "Counting how many times a letter appears in a string"
Languages » C# » Beginners
Tip/Trick 11 May 2013   license: CPOL
Put in a string, the program counts how many times a letter of the ASCII code appears in there. Originally used as help tool regarding the Caesar cipher.
Languages » C# » Beginners
Article 11 May 2013   license: CPOL
This is an alternative for "Interfaces in C# (for beginners)".
Languages » C# » Beginners
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 9 May 2013   license: CPOL
The article describes the interoperability feature in .NET Framework and how to communicate with a COM component from a .NET managed application.
Languages » C# » Com Interop
Article 9 May 2013   license: CPOL
It's a pattern like MVVM but for WinForms.
Languages » C# » Windows Forms
Article 8 May 2013   license: CPOL
A new way to implement finite-state machine using async/await
Languages » C# » General
Tip/Trick 7 May 2013   license: CPOL
XAF is a good framework that facilitates software making, but as it provides many benefits, there is the limitation that you have to deal with, one of them is placing fully customized form in a view
Languages » C# » How To
Article 7 May 2013   license: CPOL
How to call native X11 API from Mono Develop C# ending up in a very little application.
Languages » C# » Pinvoke
Tip/Trick 7 May 2013   license: CPOL
This tip gives a simple way to bind enum values into a ComboBox that could be reused in different applications.
Languages » C# » Enumerations
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
Article 7 May 2013   license: CPOL
A simple Util library.
Languages » C# » Utilities
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
Tip/Trick 6 May 2013   license: CPOL
How to split an array into different array of size n
Languages » C# » Beginners
Article 6 May 2013   license: CPOL
A small application which converts a .nfo text file and views it in a custom form with music and automatic scrolling text!
Languages » C# » Applications
Tip/Trick 4 May 2013   license: CPOL
This helps to resolve the problem of inserting or removing items from collection during iteration.
Languages » C# » How To
C#
Tip/Trick 3 May 2013   license: CPOL
How to write business object in C#
Languages » C# » Samples
Technical Blog 1 May 2013   license: CPOL
This post explains 'yield' keyword with examples.
Languages » C# » How To
C#
Answer 30 Apr 2013   license: CPOL
this.ultraGrid.Rows.ExpandAll(true);
Languages » C# » General
C#
Technical Blog 29 Apr 2013   license: CPOL
CodeProject Many times I need to get or set properties on a class dynamically, i.e. not knowing their exact names at the compile times. Usually I was doing it using System.Reflection API’s PropertyInfo class. This class provides GetValue() and SetValue methods that allow extrating or setting a
Languages » C# » Reflection
Tip/Trick 28 Apr 2013   license: CPOL
A basic tutorial for ReportMax tool
Languages » C# » Reporting
Tip/Trick 27 Apr 2013   license: CPOL
Template pattern concept with example
Languages » C# » Samples
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
Tip/Trick 23 Apr 2013   license: CPOL
Build where clause dynamically in Linq
Languages » C# » Generics
Article 23 Apr 2013   license: CPOL
For beginners, Recursive introduction, Examples, Benefits and Defects. A part of Data structure.
Languages » C# » Beginners
Article 23 Apr 2013   license: CPOL
An article that discusses movable elements right from primitive to complex objects
Languages » C# » General
C#
Tip/Trick 23 Apr 2013   license: CPOL
Using the Chart control in ReportMax
Languages » C# » Reporting
Tip/Trick 22 Apr 2013   license: CPOL
Did you ever dreamed about compiling a string like "x => x.Property.Array[3].Property" and actually get a value from it?
Languages » C# » Utilities
Article 22 Apr 2013   license: CPOL
An implementation of a generic, concurrent object pool with smart memory management.
Languages » C# » General
Article 22 Apr 2013   license: CPOL
Yet another wallpaper changer
Languages » C# » Applications
Tip/Trick 22 Apr 2013   license: CPOL
Crop a photo and signature from an scanned image
Languages » C# » Utilities
Article 22 Apr 2013   license: CPOL
How to invoke Java methods from a .NET application.
Languages » C# » How To
Tip/Trick 21 Apr 2013   license: CPOL
Second tutorial for loading data through code - Sqlite
Languages » C# » Reporting
Tip/Trick 19 Apr 2013   license: CPOL
Deploying with WIX
Languages » C# » Windows Forms
Tip/Trick 18 Apr 2013   license: CPOL
How to make a multi-language application in C#.
Languages » C# » Applications
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 17 Apr 2013   license: CPOL
A simple article: From DB to Browser using Silverlight
Languages » C# » How To
Article 16 Apr 2013   license: CPOL
The article presents some .net techniques for using reflection optimally and efficiently.
Languages » C# » Reflection
Article 16 Apr 2013   license: CPOL
Languages » C# » How To

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


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