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


Category filtered by:  Languages [x] | C# [x] | How To [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 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
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#
Technical Blog 1 May 2013   license: CPOL
This post explains 'yield' keyword with examples.
Languages » C# » How To
C#
Article 22 Apr 2013   license: CPOL
How to invoke Java methods from a .NET application.
Languages » C# » How To
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
Languages » C# » How To
Tip/Trick 15 Apr 2013   license: CPOL
How to define a generic exception definition in Visual Studio.
Languages » C# » How To
Tip/Trick 10 Apr 2013   license: CPOL
Using System.IO.Stream default implementation of BeginRead() and BeginWrite() may result in unexpected deadlocks.
Languages » C# » How To
Article 25 Mar 2013   license: CPOL
How to work with Windows Store apps from a Desktop application - Run, Get App State, Stop, and more.
Languages » C# » How To
Tip/Trick 18 Mar 2013   license: CPOL
OrderedLock in C# to catch potential deadlocks at runtime
Languages » C# » How To
Tip/Trick 17 Mar 2013   license: CPOL
Perform a custom action for Check-in event in Microsoft Team Foundation Server.
Languages » C# » How To
Technical Blog 25 Feb 2013   license: CPOL
Keep reading and in 10 minutes you’ll know DllImport (almost) like a pro.
Languages » C# » How To
Tip/Trick 22 Feb 2013   license: CPOL
The main purpose of the article is to give some help to those who want to learn something about the inversion of control design pattern.
Languages » C# » How To
Tip/Trick 22 Feb 2013   license: CPOL
Compile extension method without installing .NET 3.5 on WinXP or 2003.
Languages » C# » How To
Article 19 Feb 2013   license: CPOL
Using the TFS API to undo checkouts for build processes
Languages » C# » How To
Tip/Trick 18 Feb 2013   license: CPOL
I will explain very simple way to execute multiple script files (*.sql) from a directory.
Languages » C# » How To
Tip/Trick 15 Feb 2013   license: CPOL
How to build an easy plugin system with C# which only takes about 30 lines of code!
Languages » C# » How To
Article 28 Jan 2013   license: CPOL
DistinctBy in Linq (Find Distinct object by Property)
Languages » C# » How To
Article 22 Jan 2013   license: CPOL
Write synchronous-looking asynchronous methods without async/await in Visual Studio 2010.
Languages » C# » How To
Tip/Trick 18 Jan 2013   license: CPOL
Burn a CD using C#.
Languages » C# » How To
C#
Article 27 Nov 2012   license: CPOL
This is the best way to handle or manage bulk data insert to sql server taken from my technical blog http://www.srinetinfo.com/2012/11/bulk-data-management.html
Languages » C# » How To
Article 3 Nov 2012   license: CPOL
The article demonstrates how you can use SQL Server Query Notification feature to get notification from database whenever the result of a command gets changed. Sample application demonstrating SqlDependency and SqlCacheDependency is also included.
Languages » C# » How To
Article 25 Oct 2012   license: CPOL
Return Anonymous type
Languages » C# » How To
Tip/Trick 19 Oct 2012   license: CPOL
Set-up of solr with .NET
Languages » C# » How To
Tip/Trick 27 Sep 2012   license: CPOL
Visual Studio 2010 "Unknown Error" after uninstalling .NET Framework 4.5 (any version)
Languages » C# » How To
Tip/Trick 6 Sep 2012   license: CPOL
Provides tips for exporting documents involving tables connected by relationships
Languages » C# » How To
Tip/Trick 27 Aug 2012   license: Ms-PL
High performance C# byte array to hex string to byte array.
Languages » C# » How To
Tip/Trick 26 Jul 2012   license: CPOL
Refactor C# code to become more expressive
Languages » C# » How To
Article 7 Jul 2012   license: CPOL
Create an Interpolating Timer and use it to fade textures in and out in XNA 4.0
Languages » C# » How To
Tip/Trick 6 Jul 2012   license: CPOL
This is quite useful if you are building a crawler or need to download images from public sources. Transparent images can be easily discarded.
Languages » C# » How To
Tip/Trick 5 Jul 2012   license: CPOL
This Code Help you to Grabbing connectionString from App.config
Languages » C# » How To
Article 1 Jul 2012   license: CPOL
Understanding and Implementing IDisposable interface from a beginner's perspective.
Languages » C# » How To
Article 29 Jun 2012   license: CPOL
Format Number To Display
Languages » C# » How To
Article 23 Jun 2012   license: CPOL
Binding Properties of non GUI elements that still implement INotify
Languages » C# » How To
Article 11 Jun 2012   license: CPOL
How we can utilize power of LINQ with XML data.
Languages » C# » How To
Tip/Trick 8 Jun 2012   license: CPOL
I’ll show you the traditional way of converting Synchronous example to Asynchronous one and then will see how the same can be accomplished using Fx 4.5.
Languages » C# » How To
Tip/Trick 31 May 2012   license: CPOL
This class dump any .Net object properties to your output window.
Languages » C# » How To
C#
Tip/Trick 29 May 2012   license: CPOL
This tip shows how to pass a delegate to a C++ explorted dll function from C#
Languages » C# » How To
Tip/Trick 29 May 2012   license: CPOL
Display Selected Column Dynamically Using checkBoxList in Wpf With C#
Languages » C# » How To
Article 7 May 2012   license: CPOL
This article describes how to handle and use the SpeechRecognitionEngine class that is shipped with and since .NET 3.0.
Languages » C# » How To
Tip/Trick 4 May 2012   license: CPOL
Tip to create a database application using C# .NET in the shortest time possible.
Languages » C# » How To
Article 4 May 2012   license: CPOL
A tutorial showing how to add plug-in support to your own applications.
Languages » C# » How To
Article 30 Apr 2012   license: CPOL
How to convert a given decimal or double to a fraction in C#
Languages » C# » How To
Tip/Trick 17 Apr 2012   license: CPOL
Let's see how to define our own database name using Entity Framework Code First
Languages » C# » How To
Tip/Trick 9 Apr 2012   license: CPOL
General object serialization,
Languages » C# » How To
C#
Tip/Trick 26 Mar 2012   license: CPOL
A Shunting yard algorithm in C#
Languages » C# » How To
Article 28 Feb 2012   license: CPOL
This article presents classes to build new types at run-time without requiring users to understand IL instructions.
Languages » C# » How To

Page 1 of 7
1 2 3 4 5 6 7


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