Click here to Skip to main content
15,887,683 members
Everything / Beginner

Beginner

Beginner

Great Reads

by Dmitri Nеstеruk
Let's create a simple project estimation DSL using F#!
by Higty
This article describes the mail sending process using the SMTP mail protocol.
by César de Souza
The Hidden Conditional Random Field - or why discriminative learning is also an option
by David Rogers Dev
Learn how to load related entities using the Entity Framework with simple examples

Latest Articles

by Lars Paisley
A value driven approach to EA
by raddevus
An informal study of the Sqlite database and how many concurrent inserts it can handle. Will help you decide if you want to use Sqlite in your projects.
by Higty
C# OpenAI library Assitants, ChatCompletion, FineTuning, ImageGeneration and more

All Articles

Sort by Score

Beginner 

16 Aug 2009 by Dmitri Nеstеruk
Let's create a simple project estimation DSL using F#!
9 Dec 2012 by Higty
This article describes the mail sending process using the SMTP mail protocol.
9 Dec 2014 by César de Souza
The Hidden Conditional Random Field - or why discriminative learning is also an option
24 Jul 2014 by David Rogers Dev
Learn how to load related entities using the Entity Framework with simple examples
16 Jun 2008 by Nish Nishant
This articles explains how to implement a TypeDescriptionProvider for a class to support multiple object types using a single class type
24 Jan 2007 by Tomas Petricek
Phalanger is a PHP language compiler for the .NET Framework which introduces PHP as a first-class .NET citizen.
6 May 2010 by Alan Beasley
Explanation and examples of Additional Templates and Generated Content of a ListBox. Covering Layout, Transitions, and Animation.
26 May 2022 by Miroslav Fidler
Installation and the first look at U++ platform
23 Mar 2021 by Espen Harlinn
Choosing the right synchronization mechanisms when working with threads, thread-pools, and I/O Completion ports to create high performance asynchronous servers in C++
10 Mar 2002 by Paul M Watt
Guide to understanding how to create and use regions with the WIN32 SDK
25 Dec 2016 by Arthur V. Ratz
In this article we'll demonstrate the implementation of k-means clustering algorithm to produce recommendations.
12 May 2019 by Serge Desmedt
A try it yourself guide to the basic math behind perceptrons
29 Mar 2010 by Nish Nishant
An ExifReader class in C# that supports custom formatting and extraction. StyleCop compliant code, with demos for WPF and Windows Forms.
6 Nov 2010 by defwebserver
How using the Silverlight DataTrigger allows you to run a process and then raise another when using View Model (MVVM)
22 Mar 2017 by Sergey Alexandrovich Kryukov
Addresses questions on graphics, threading with UI, form development, printing and more
15 Jul 2018 by Ajcek84
Open source library for music engraving in desktop, mobile and web applications
26 May 2006 by Michael Dunn
A tutorial on writing a shell extension that can be used on the Send To menu.
16 Oct 2015 by ridoy
A brief explanation of application development for Android Wear, helpful for every beginner and intermediate android developer.
6 Oct 2020 by OriginalGriff
First steps in development: break it, break it again!
30 May 2006 by Michael Dunn
A tutorial on using owner-drawn menus in a context menu shell extensions, and on making a context menu extension that responds to a right-click in a directory background.
6 Jan 2009 by Steve Marsh
The classes in this project allow you to parse text expressions entered by a user and compile them to a .NET assembly. This assembly can be executed on the fly, or saved to a DLL.
5 Sep 2011 by Todd Davis
How to bind an enum to radiobuttons in Silverlight/WPF
14 Sep 2013 by Dave Kerr
Create Shell Icon Overlay Handlers using .NET!
6 Dec 2020 by Mehdi Gholam
With the increased prominence of machine learning and ingesting large datasets with the CSV format for this purpose, I decided to write a CSV parser which met my requirements of being small, fast and easy to use.
28 Jun 2023 by Dr. Song Li
This is a note on how compilers implement function calls to pass the parameters to and get the return value from the called functions.
30 Dec 2009 by Razan Paul (Raju)
Animation technique based on Clip property of UIelement in WPF
25 May 2009 by Jochen Baier
Using this smart 'FIXME' macro will help you not to forget to fix your code.
12 Dec 2009 by All-In-One Code Framework
This article introduces several Silverlight samples in the All-In-One Framework.
4 Apr 2013 by Steve Marsh
A fully customizable 16 segment display using the HTML5 canvas
9 Feb 2015 by Rahul Rajat Singh
In this article, we will try to understand what is Factory Pattern, what are the benefits of this pattern and how we can implement this pattern using C#.
4 Oct 2017 by CMalcheski
Thinking outside the box can result in critical performance gains
20 Feb 2023 by Amarnath S
Three types of Curves and three types of Surfaces in Geometric Design - Cubic, Bezier and B-Spline, using Three.js Library
5 Jul 2008 by Nish Nishant
This article walks through the implementation of a C++/CLI class from a disposable C# base.
24 Aug 2016 by Serge Desmedt
(Yet Another) Investigation of WPF triggers
5 Apr 2017 by Marc Clifton
A somewhat lightweight article, that covers some issues that we should all be conscious of when reworking prototype code (and deciding whether to rework prototype code!) with a case study.
20 May 2018 by raddevus
Chapter 4 - Resistors and Resistance
1 Dec 2009 by raelango
This article explains how to export the contents of a DataGrid to Excel/CSV.
26 Apr 2010 by Alan Beasley
How to Style the Control Template of a ListBox in a small MVVM application
10 Apr 2013 by gggustafson
This article introduces the reader to the steps taken to create a user control that displays a circular indeterminate progress control.
31 Jan 2010 by Arik Poznanski
Complete Library for using the Windows 7 Ribbon from C#, including 18 samples and 21 blog posts documenting the Ribbon features
31 Jan 2010 by Arik Poznanski
The question this posts tries to address is: Where to put value converters?
30 Jun 2019 by Marcelo Ricardo de Oliveira
The second of many articles featuring design patterns, architectural designs, frameworks and technologies leading to ASP.NET Core Microservices
29 Aug 2021 by Nick Polyak
This article describes a new multiplatform Docking framework - UniDock
26 Nov 1999 by Chris Maunder
Shows how to use text callbacks in list controls
5 Dec 2022 by Kenji Elzerman
Fundamentals of Entity Framework
24 May 2006 by Michael Dunn
A tutorial on writing a shell extension that provides custom drag and drop functionality.
6 Apr 2015 by Bjørn
Using the FFmepg.exe to create video snapshots
1 Aug 2018 by Arthur V. Ratz
In this article, we will discuss about the advanced Android application development based on the example of creating a responsive Airport schedule simulator application.
1 Jul 2009 by Muhammad Akhtar Shiekh
An article on "How to authenticate windows user using form authentication in ASP.NET?"
13 Nov 2011 by Anoop Pillai
This post is about implementing Chain Of Responsibility design pattern, and few possible extensions to the same using Managed Extensibility Framework or MEF
30 Jul 2012 by Dave Kerr
Manage the Global Assembly Cache with this handy tool - or roll your own with the provided API!
6 Mar 2016 by DataBytzAI
Get on top of memory leaks and improve user experience when using JQuery/KnockoutJS in a SPA or SPA based Hybrid Mobile Application
31 May 2010 by Kunal Chowdhury «IN»
Silverlight 4 has the feature to talk with Excel or any other application using the COM API. In this article, I will guide you to understand this feature step-by-step.
10 Oct 2012 by Andrew Rissing
An intuitive-fluent API for generating Linq Expressions.
2 Dec 2014 by Omar Gameel Salem
Implementation of the dynamic programming solution for the Travelling salesman problem
23 Feb 2015 by Rahul Rajat Singh
Some more concepts related to backbone models
8 Sep 2017 by Daniele Fontani
.NET Core showcase: learn basics implementing a toy tool
6 May 2020 by George Swan
An attempt to throw some light on how state machines work and what they can be used for
14 Jul 2022 by Ivan Yakimov
My experience with the LiteDB database
28 Jan 2009 by Jonathan de Halleux, Nikolai Tillmann
Pex is a new tool that helps in understanding the behavior of .NET code, debugging issues, and in creating a test suite that covers all corner cases -- fully automatically.
7 Apr 2013 by Dave Kerr
Use .NET to rapidly build Shell Property Sheets
7 Jul 2015 by super
A rough guide for developers how to approach development of software for Internal use especially in Engineering companies, where shorter turnaround is more important
1 Mar 2017 by Clifford Nelson
This is a more comprehensive example of how to implement a project with MVVMLight
26 Jun 2019 by CMalcheski
A full-scale all-assembly .DLL module for the situations that warrant it can offer a tremendous power and speed boost over using inline ASM or intrinsics alone.
17 Dec 2009 by Jeremy Hutchinson
Demonstrates overriding the DataTemplateSelector.SelectTemplate method.
6 May 2010 by defwebserver
A Silverlight file manager that allows drag and drop multiple file uploads
9 Mar 2012 by Barry Lapthorn
A XAML-only font combobox.
6 Mar 2012 by Orekaria
Lightweight .Net library for UDP LAN broadcasting.
29 Mar 2012 by Rahul Rajat Singh
This is an alternative for "Making a Borderless Form Movable in C++"
18 Apr 2013 by Guirec
A pattern for an always available cache using asynchronous refresh.
2 Apr 2018 by Clifford Nelson
This gives the code to create a cursor from a character in a font.
21 Aug 2017 by Ehsan Sajjad
This article is the continuation of the previous three articles regarding how Equality works in .NET, the purpose is to give developers a more clear understanding on how .NET handles equality for types.
29 Jul 2016 by Igor Krein
A library of simple extension methods that could be useful for data generation tasks
13 Dec 2016 by Afzaal Ahmad Zeeshan
Overview of selecting a .NET edition over other, based on services and features provided
28 Dec 2016 by Fiyaz Hasan
Learn how dependency injection mechanism has evolved from ASP.NET to ASP.NET Core
22 Mar 2017 by raddevus
Part 1: Master the ASP.NET MVC Project Template & Technologies (Razor, jQuery, JavaScript, Bootstrap, CSS). Part 2: Build an ASP.NET MVC app which runs in the browser but feels like using a desktop app.
16 Jul 2019 by Mustafa Kok
SignalR server and client applications for demonstrating common scenarios like connecting, disconnecting, joining and leaving groups, sending messages to all clients, to specific or group of clients
6 Sep 2016 by George Swan
An artificial life algorithm that attempts to solve a problem by flying a swarm of entities through a range of possible solutions where each entity is guided by the performance of other members of the swarm
30 Oct 2001 by Nish Nishant
Shows how you can pass data to your worker threads
26 May 2009 by CodeProject Mentors
General approach to dealing with first-time authors
21 May 2012 by Dave Kerr
Write your first MVVM application in ten minutes using the Apex SDK!
4 Oct 2014 by Marco Bertschi
A really basic 3D Cylinder chart, drawn on a WPF canvas
1 Apr 2014 by V.
Second article on creating a reusable framework
20 Jan 2016 by Rahul Rajat Singh
This article is yet another explanation and implementation of the singleton pattern.
17 Jan 2017 by DaveMathews
Use Oscova, a bot development framework, to create a Natural Language Interface to an SQL Database
10 Jul 2017 by Yaseer Mumtaz
This article helps to understand the architecture and use of simple data grid developed in Angular 4.
16 Aug 2017 by HoshiKata
How to use C++ to write XML files that can be consumed by OpenOffice or Excel as spread sheets..
6 Jul 2020 by honey the codewitch
Provides a complete managed API for working with MIDI files, sequences and devices
8 May 2005 by Brian C Hart
We build our new server and install it on the server machine.
10 May 2009 by DaveyM69
Allows changing of the default MIDI out device in Vista and Windows 7
26 Feb 2013 by Nakul Vyas
This article presents code to emulate I2C protocol in C#, this can be useful in applications like data acquisition without microcontrollers.
19 Jan 2013 by Dave Kerr
Rapidly create Shell Drop Handler Extensions using .NET
3 Jun 2013 by rgubarenko
jsRazor is unbeatably powerful and stupidly simple client-side rendering approach that consists of ONLY TWO functions. Tiny javascript library entirely eliminates the need for server-page rendering, in the same time giving your apps unmatched simplicity and flexibility.
23 Jun 2013 by Frederico Regateiro
This project creates a Visual Studio visualizer for entity framework queries, views edit and runs the generated SQL.
5 Dec 2015 by Snesh Prajapati
In this article we will learn about EventAggregator and IActiveAware interface and its uses in WPF application using Prism. This is continuation of second part of article series having total three parts.
2 Jul 2016 by defwebserver
You can easily create a Bot and deploy it on Facebook.
22 Nov 2019 by Michael Gledhill
An example of using Angular and SVG to turn your data into beautiful diagrams
2 Jan 2021 by Marijan Nikic
A webpage representing the Solar system made in pure CSS