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


Category filtered by:  Languages [x]
Article 14 May 2013   license: CPOL
Create data structures that implement the right Clone To Modify Pattern the easy way.
Languages » C# » General
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 14 May 2013   license: CPOL
Introduction to Boost Multiprecision Library
Languages » C / C++ Language » General
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#
Tip/Trick 9 May 2013   license: CPOL
VBScript to check - Am I connected to VPN?
Languages » Vbscript » General
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
Article 7 May 2013   license: CPOL
Documented mortalities and morbidities related to drug interactions were addressed years ago in clinical informatics. This application uses VB.NET to detect and warn users about interactions. It has the advantage of "Localization", customization, and the ability to integrate with open-source CPOE.
Languages » Vb.Net » Applications
Tip/Trick 7 May 2013   license: CPOL
Extended TextBox with placeholder.
Languages » C# » General
Tip/Trick 6 May 2013   license: CPOL
An STL based simple XML serialization and de-serialization engine.
Languages » Xml » Serializing
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
Converting videos from YouTube to mp3
Languages » Vb.Net » Applications
Article 4 May 2013   license: CPOL
Swing Events with Annotations for Swing components.
Languages » Java » Reflection
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#
Article 3 May 2013   license: CPOL
Create custom indexes for improving Mapreduce performance
Languages » Java » General
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 is about the comparison operators in C++ and making them easy to implement.
Languages » C / C++ Language » General
Article 1 May 2013   license: CPOL
My journey to migrate pInvoke code to C++/CLI
Languages » C++ / Cli » General
Article 1 May 2013   license: CPOL
C# style async/await in C++.
Languages » C / C++ Language » General
C++
Technical Blog 1 May 2013   license: CPOL
This post explains 'yield' keyword with examples.
Languages » C# » How To
C#
Tip/Trick 1 May 2013   license: CPOL
Title says it all.
C++
Tip/Trick 30 Apr 2013   license: CPOL
Simple Factory class with Open Closed principle.
Languages » C / C++ Language » General
Article 30 Apr 2013   license: CPOL
A simple and extensible logger for C++.
Languages » C / C++ Language » General
Answer 30 Apr 2013   license: CPOL
this.ultraGrid.Rows.ExpandAll(true);
Languages » C# » General
C#
Article 30 Apr 2013   license: CPOL
If you want to measure something on the screen, here is a utility.
Languages » Vb.Net » Utilities
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 26 Apr 2013   license: MIT
Reflexil is an assembly editor and runs as a plug-in for Reflector or JustDecompile. Reflexil is able to manipulate IL code and save the modified assemblies to disk. Reflexil also supports "on-the-fly" C#/VB.NET code injection.
Languages » Msil » General
Article 26 Apr 2013   license: CPOL
C# style async/await in C++.
Languages » C / C++ Language » General
C++
Article 25 Apr 2013   license: CPOL
Unmanaged code application accessing data in a database via Web Services without a database provider.
Languages » C / C++ Language » 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

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


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