Click here to Skip to main content

.NET Languages

Great Reads

by Clayton Rumley
An easy-to-use class that allows us to create PHP classes whose methods are automatically exposed in client-side JavaScript.
by Abhijit Jana
When can we use HttpContext.Current.Items to stores data in ASP.NET?
by Vladimir Ivanovskiy
This article shows how to compile and run F# code during runtime.
by Rion Williams
This post will cover how to create a simple “cookie-aware” WebClient class that will authenticate and persist this authentication for the duration of the WebClient to allow access to secure areas of your MVC Application without the need for re-authenticating for each request.

Latest Articles

by Pragmateek
Introduction As a WPF developer for years I was recently concerned by the new direction chosen by Microsoft on its client platforms with the rise of the brand new WinRT framework. I was concerned for good reasons: I’ve suffered from … Continue reading →
by Qwertie
It seems like the little design flaws of .NET get on my nerves more and more every week.Today I realized that I wanted to do a binary search. No problem--I put a binary search method in Loyc.Essentials; four independent implementations, in fact, one for IList, one for T[], and two for more obscure s
by Adam Tibi
Ten Interesting Software Engineering terms that sound interesting and could make an impact in a technical discussion.
by neolithos
NeoLua implements Lua as a .NET dynamic language.

Discussions

by Pragmateek on technical blog "Is WPF dead: the present and...
by Pragmateek on technical blog "Is WPF dead: the present and...
by Pragmateek on technical blog "Is WPF dead: the present and...
by Pragmateek on technical blog "Is WPF dead: the present and...
by DeniskoS on technical blog "Is WPF dead: the present and...

All Articles

Sort by Score

.NET - Forth .NET 

20 Sep 2012
ledtech3
This is a project for creating code like the WMI code creator but the output is for VB.NET and Windows Forms instead of for a Console Application.
Sort by Score

.NET - Fortran .NET 

26 Dec 2001
Narayana Rao Surapaneni
This article gives you an introduction about how Fortran can be used to write wide variety of applications under .NET framework
Sort by Score

.NET - J# .NET 

21 Nov 2004
Lars-Inge Tønnessen
This introductory article will show you how to play a sound using DirectX9 from a J# application
14 Feb 2005
Lars-Inge Tønnessen
This article will show you how to make a user control to draw a mathematical graph on a panel using J#.
9 Oct 2001
Chris Maunder
An overview of the latest Java language tools from Microsoft.
14 Nov 2004
Lars-Inge Tønnessen
A short article on how to compile J# Browser Controls
Sort by Score

F# 

4 Jan 2013
colinfang
This article investigates how Pattern Match compiles under the hood in a number of simple common scenarios.
4 Apr 2014
Sacha Barber
We continue our journey into F#, and this time we will look at recursion. We have already seen this in a number of places, namely when we talked about Lists and also Pattern Matching. So some of this should be vaguely familiar to you.   Simple Example Lets start with the most basic example which [&#
21 May 2014
Sacha Barber
This is the final post on the initial proposed F# series that I had planned. That doesn’t mean there may not be more from me in the future but this will be the final one in the current batch. So what will this one be on? This one will be on type providers. Type providers […]
11 Jun 2010
Vagif Abilov
The article describes how to perform symbolic math calculations using F#
26 Sep 2012
Marc Clifton
Lessons learned about FP from the perspective of an Object Oriented programmer
2 Aug 2012
Marc Clifton
Exploring the concept of Computational Types in both C# and F#
24 Mar 2011
Dan Buskirk
Accessing Industry-Standard Linear Algebra Libraries from .NET Code
20 Feb 2009
Vitaliy Liptchinsky
This article describes the basic ideas of how to build workflow engine a-la WF based on F# workflows and CCR
24 Apr 2011
Dan Buskirk
Using the standard BLAS and LAPACK libraries from F#
7 Oct 2011
gjvdkamp
This article demonstrates a technique how you can write recursive algorithms in F# using a Reader instead of a list, so you don't have to load all your data into memory first
24 Oct 2008
Walt Fair, Jr.
Making a Windows Forms project in F#.
14 Jul 2011
Jaxon7
File System Viewer with Font Zoom
1 Nov 2010
Imran Khatri
Asynchronous Workflow supported by F# to manipulate UI objects in WPF
17 Sep 2012
VallarasuS
Two state Turing machine written in fsharp inspired by Langton' Ant pattern
3 Feb 2009
M Sheik Uduman Ali
This article explains the fundamentals of functional programming
3 Feb 2009
M Sheik Uduman Ali
This article explains the fundamentals of functional programming and lambda calculus
8 Jul 2010
rmortega77
Eliza like chat bot in F# for having fun learning the functional programming language shipped with Visual Studio 2010.
4 Feb 2011
Scott Philip Brown
This is an implementation of Conway's Game of Life using F# and SDL.NET
Sort by Score

General 

22 Feb 2009
Clayton Rumley
An easy-to-use class that allows us to create PHP classes whose methods are automatically exposed in client-side JavaScript.
9 Jan 2010
alex turner
Showing how Micro Focus Managed COBOL can call F#, and some tips on mixing imperative and functional languages the easy way.
22 Aug 2011
Vladimir Ivanovskiy
This article shows how to compile and run F# code during runtime.
22 Aug 2014
neolithos
NeoLua implements Lua as a .NET dynamic language.
18 Jun 2009
Corinna John
First steps tutorial for Delphi developers.
8 Mar 2010
Michael Bleistein
Micro Focus COBOL.NET Syntax for working with .NET System.Array + examples
2 Oct 2012
girlprogrammer
A step by step walk through of MSBuild file and how to run a target
3 Feb 2009
Nemanja Trifunovic
An introduction to IronScheme.
17 Dec 2009
alex turner
A simple table showing the syntactic conversion from between each of these languages.
25 May 2010
alex turner
A 101 on writing a compiler - a Managed COBOL compiler which compiles Brainf**k (a very simple language) to Managed COBOL
16 Mar 2014
RamuSangabathula
CodeProject If you know about NodeJS already, you can skip this section, and move to installing Node. Let me give you a brief summary of what/why Node is. It just covers few scenarios but Node is more deep and can do many other things. Ryan Dahl’s creation…, Node is an event driven, asyn
1 Oct 2012
girlprogrammer
Exploring Various Target Samples
19 Jan 2010
alex turner
How to and the benefits of tightly integrating scripting with native Micro Focus COBOL to produce more customisable and flexible applications.
19 Jan 2010
alex turner
How about a .NET COBOL program which uses ADO.NET to connect to either MySQL or SQL Server?
23 Dec 2009
alex turner
This simple project shows just how advanced MS COBOL for .NET is for modern development.
14 Jan 2010
alex turner
Working with modern technologies like WPF is made a whole lot easier if you have nice features like anonymous deletegates, here is how use them in COBOL.
2 Feb 2010
alex turner
Using the latest versions of COBOL, this venerable language becomes completely type safe via generics - shown by example.
28 May 2010
alex turner
Modernizing procedural COBOL can be done in little steps, each one making a bit difference
Sort by Score

Ruby 

12 Jan 2012
lassebunk
An introduction to the Ruby on Rails framework.


Advertise | Privacy | Mobile
Web02 | 2.8.140916.1 | Last Updated 18 Sep 2014
Copyright © CodeProject, 1999-2014
All Rights Reserved. Terms of Service
Layout: fixed | fluid