Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Everything / Visual-Studio / VS2013

VS2013

VS2013

Great Reads

by Ed Gadziemski
A collapsible split container control for Windows Forms
by Saad_Mahmood
Magical MVVM using power of Expression Blend
by Pedram_Niloufari
C# .Gif viewer / Snipper control
by Yuriy Magurdumov
Calling native methods from .NET application via standard Windows Named Pipes

Latest Articles

by Ed Gadziemski
A collapsible split container control for Windows Forms
by Saad_Mahmood
Magical MVVM using power of Expression Blend
by Pedram_Niloufari
C# .Gif viewer / Snipper control
by Yuriy Magurdumov
Calling native methods from .NET application via standard Windows Named Pipes

All Articles

Sort by Score

VS2013 

by Ed Gadziemski
A collapsible split container control for Windows Forms
by Saad_Mahmood
Magical MVVM using power of Expression Blend
by Yuriy Magurdumov
Calling native methods from .NET application via standard Windows Named Pipes
by Assil
This article describes asynchronous patterns in .NET and how to do them.
by Mr. xieguigang 谢桂纲
.NET language Canvas control for Interactive visualizing network data.
by Shashangka Shekhar
In this article we are going to explore .Net Core, Know how to use MVC6 & AngularJS2, how to manage client side dependencies with Node package manager (NPM).
by Greg Nutt
This is a VB.NET Version for ".NET Remoting Events Explained"
by Wild-Programmer
.NET to Hadoop connection using Keytab file
by Louie Bacaj
Web API was introduced and was recently streamlined into Web API 2.0. This framework is heaven for C#/.NET services developers. It allows you to get a RESTful API in .NET up and running in less than an hour. As you'll see it's also just as easy to consume that API in another programming language.
by padmore
How to call Nest API from .NET using FirebaseSharp
by Mehedi Shams
Coding a simple magic with cards!
by arussell
How to use C# to create WPF 3D graphics.
by Vasily Tserekh
A simple 3D exploration of a plaza in OpenGL and C#
by Petrov Vladimir
Former NeHe OpenGL Lessons adapted to MSVS-15 pro MFC in INICODE and the samples of the Joystick implementation
by Jesse Glover
Breaking down the MVVM pattern
by Rahul Rajat Singh
In this article we will try to understand the service locator pattern.
by Rahul Rajat Singh
In this article we will look at how Dependency Injection works in ASP.NET Core.
by Leif Simon Goodwin
How to create a basic system tray app in C# and WPF
by Cem KARACA
An article on how to combine Slider Controls and Progress bar into one class using custom draw
by Duncan Edwards Jones
A class to add to your application to generate nicely formatted prints from a DataGrid.
by Clifford Nelson
The DatePicker, in my mind, is a partial fix to many of the problems with a simple TextBox date entry. How would you like to be able to type “66” in a text box that takes a date and have it interpret it as “June 6th”? Or enter “FR” and have it interpreted as the previous Friday. Or enter “thanks” an
by Dirk Bahle
In a dialog with WPF
by Omar Saad (IREQ), Eric Ouellet
A very fast Convex Hull algorithm and its implementation in O (n log h)
by Syed M Hussain
This article explains how to develop a custom message box in C#.
by Shenwei Liu
Custom model binder for passing query strings as nested objects or collections to Web API GET or POST methods, also updated for ASP.NET Core
by wim4you
Launch additionally a limited number of hand picked Programs, Documents or Folders from the taskbar
by David A. Gray
What happens when you have more items in your list than you have items in your control string?
by Michael Gazonda
A Fundamental Lock-Free Building Block - The Lock-Free Stack
by Jörgen Andersson
A high performance extension for creating a DataTable from a Generic collection.
by Juan Ignacio Tel
Development of a new generic lattice noise algorithm that advances beyond perlin noise and expands the possibilities of textural noise creation.
by webmaster442
A brief explanation of why 2d array is slow, and why not to use jagged array and howto overcome the problems using the dense array storage
by fede.net
The article describes the basic to build a custom HTML control with JavaScript OOP programming and jQuery
by #realJSOP
A GPS class with a coordinate parser, distance calculation, and bearing calculation.
by David Maw
A way to embed help pages within a Windows RT or Phone program
by Dirk Bahle
Implementing text highlighting in a WPF TextBlock control with MVVM
by Vikas K Gupta
Illustration of factory method pattern among various approaches
by David Serrano Martínez
A lazy stream has been implemented in C++11, so as to highlight the functional capabilities of this new specification
by Marc Clifton
Based on Razor template engine syntax, a straightforward, extensible, easy to maintain implementation of a templating engine.
by marcel heeremans
An introduction as to how to create a semi-advanced extendible HTML5 grid from scratch. This really isn't as daunting a task as many think!
by SarmadAsghar
This is the second lock-free implementation (first is by H°akan Sundell) that only needs the single-word compare-and-swap atomic primitive.
by Mohamed Kalmoua
In this article, I will create a master-detail view using the Entity Framework.
by wells cheung
AJAX Progress Bar for ASP.NET.
by Tim Bomgardner
A CheckedListBox with dynamic foreground, background, and font
by Shenwei Liu
A sample shows approaches of creating WiX installers and a bootstrapper bundle for the deployment of business applications with multiple and selective configurations.
by Jeremy Falcon
Provides a base to use when programming OpenGL-enabled applications for the real world, rather than a simple hello world.
by KristianEkman
Can we write a new better hash function?
by Lộc Nguyễn
Example of data binding for nested tree structure, and MVVM pattern.
by Dr. Song Li
This is a note on how to bootstrap multiple apps in a single HTML page.
by Dr. Song Li
This is a note on Angular 2 container components.
by Dr. Song Li
This is a note on a stupid, brutal force, terrible, yet not very horrible method to deploy the big Angular 2's 42.8 MB "node_modules" folder.
by Dr. Song Li
This is a note on setting the environment for Angular 2 & Typescript in Visual Studio.
by Dr. Song Li
This is a note on Owin (Open Web Interface for .NET) hosted services.
by Dr. Song Li
This is a quick note on SignalR.
by Andrew Rissing
GenericParser is a C# implementation of a parser for delimited and fixed width format files.
by debashishPaul
This article discusses the Decorator Design Pattern. The approach taken in this series is how a pattern of problem can be identified, analysed and solved with a suitable design pattern.
by Clifford Nelson
This is a more comprehensive example of how to implement a project with MVVMLight
by Mehedi Shams
Design to scale automatically to different screen resolutions
by UberGeoff
A reusable jQuery popup message box with Ajax functionality - that can bind to any model
by Ben Hall (failingfast.io)
This is a robust solution for FileSystemWatcher firing events multiple times
by Masoud Zehtabi Oskuie
A real code assessment for a senior C#.NET role
by Toby Patke
Clearcove.Logging is a very simple logging library designed to meet most logging needs with straight-forward licensing terms.
by Zimmermann Stephan
An easy to use C# library for quick and simple graph plotting.
by Babu_Abdulsalam
A Simple Profiler for C++ apps on x64 platform
by Philipp Katscher
How to draw a compass and feed it with NMEA device data (i.e. a GPS Compass)
by Igor Ladnik
The sample provides Web access to devices status and displays dynamic metrics charts with ASP.NET Core 2.0, SignalR, Angular 5 and Chart.js.
by Igor Ladnik
ASP.NET Web API, SignalR and AngularJS / Angular 2 work together
by Robert Vandenberg Huang
Experiment, run and compare different pathfinding algorithms and heuristic functions
by kb-boxer
A simple tree list view .NET WinForms control
by Satbir S
A worker thread gives you parallel processing power
by Kenneth Haugland
A simple WPF chart control that draws a 2D line chart.
by orouit
Describes a framework to use the PCSC Smart Card API with .NET.
by Jacques Fournier
Sudoku is a program built in C# with a WPF user interface.
by Azim Zahir
This is a Text Editor App for Windows 8.
by Saleth Prakash
This application is used to create N-Layer Architecture classes with multiple options.
by Alan Seedhouse
An Editor Control to edit both Flags and non-Flags Enums
by Pat Dooley
In this article I will describe the approach I took in creating a VB.NET implementation of the Spider Solitaire Game.
by R Potter
A guide through a Vector type in C# using Cartesian and Euclidian Geometry
by Vinu Sorout
This article explains the basic knowledge about the browser databases that comes in handy when working with the HTML 5 Offline application to create, edit, modify or delete the data of a table in databases (indexedDB and WebSql).
by Robert Vandenberg Huang
An introduction to make a simple 2048 console application in C#
by David Catuhe
I’ll demonstrate building a game from scratch using Web technologies and just two external libraries, and I’ll do it in less than one hour.
by Bernardo Castilho
The article presents an ICollectionView class that supports filtering and sorting.
by Dirk Bahle
This is an alternative for "A WPF File ListView and ComboBox"
by Dirk Bahle
Rename an item via textbox overlay as in Rename of Windows Explorer
by Rahul Rajat Singh
This article introduces Dapper to absolute beginners.
by Steffen Ploetz
Give an brief overview of text rendering options for OpenGL/OpenTK especially for MONO/.NET.
by Dmitriy Gakh
Intensive Big Data processing and Mobile Applications require fast calculations and compact data storage. Design of new quick and save .NET types with small overhead is not a simple task. This article describes creating of such type without overhead and with advantages only.
by lepipele
Detailed guide on building C# ASP.NET website checkout that accepts Bitcoin (BTC), Litecoin (LTC), Ethereum (ETH) and other Crypto Currencies.
by Pooja Baraskar
Make your app usable by people who have limitations.
by Richard Deeming
A pair of classes to encapsulate access to NTFS alternative data streams.
by Dominick Marciano
When iPhone SMS messages are backed up to your computer using iTunes, the messages are stored in a SQLite database. This article will show the layout of this database file and how to access all saved message information.
by digital performance
This article shows how to access Windows API with plain x64 assembly programming language (MASM style). It shall also give an overview, how to apply some programming techniques like OOP and multithreading on a low level.
by Pat Dooley
In this article I will show how simple programs can help improve your photography work flow. Acme Photo resizer resizes JPG images in bulk. It can also add a copyright notice and the photograph's file name to each image. It was written to help me resize race photographs so that I could post them to
by Snorri Kristjansson
Active Directory change auditing solution. A Windows Service that stores selected AD change events from the Security log of all Domain Controllers to an SQL database.
by Snorri Kristjansson
A SQL server CLR Stored Procedure that can query the Active Directory directly in T-SQL code
by DaveMathews
Integration of a Chatbot in a C# application using SIML (Synthetic Intelligence Markup Language)
by David P Nguyen
Add Fluent API support to your Entity Framework repositories
by LEADTOOLS Support
This “How To” adds document viewing with page thumbnail navigation and full page view to an ASP.NET MVC 5 project.
by Ivan Yakimov
When you provide Web API, there is a question, how to inform a user about all its abilities, about the syntax of requests, etc. Usually, you should create some available Web page, where you discuss these topics. But wouldn't it be great, if the Web API itself provided access to the documentation?
by Joel Ivory Johnson
Windows IoT on Raspberry Pi doesn't yet have native support for a hardware real time clock. I've created a solution for getting Windows IoT to initialize its clock from RTC at bootup so that other solutions don't need to be modified to read from the RTC directly.
by Paul D. Sheriff
Extend the Bootstrap panel component to enhance the UI of your web applications.
by SSDiver2112
Interactive Design Time Control Overlays to make editing custom controls easier.
by Andy Galluzzi
Join me to create the most advanced yet most simple to use full duplex MMF based IPC for Windows
by Patrik Mlekuž
Image Control for viewing most common image formats with advanced features included (Import Image, Preview, Resize, Position, Pan, Zoom, Export Image, Extract Resource Icon).
by Roy Ben Shabat
Developing robust client-server applications with the .NET framework and C#
by Dirk Bahle
Tips & Tricks on using checkboxes within a WPF treeview.
by Dirk Bahle
Tips & Tricks on loading and saving WPF Tree View based content.
by Dirk Bahle, Alaa Ben Fatma
Tips & tricks on visting and searching nodes in WPF TreeViews
by Dirk Bahle
Tips & Tricks on de/serializing Tree View based content with XML
by Dirk Bahle
A list of advanced tips & tricks on WPF TreeViews
by Dirk Bahle
A list of advanced tips & tricks on Virtualized WPF TreeViews
by David A. Gray
Though useful and mostly harmless, pitfalls can lead unwary developers astray.
by Juan Francisco Morales Larios
Review the LinQ Aggregators operators and show all operators can build with the Aggregate operator.
by Aby Mammen Mathew
IoT devices needs the capability to augment the environment around them, even when sensors utilized by them break down
by hemanthk119
Using Farseer Physics Library and Neural Networks, an example of behavioral evolution is simulated
by hemanthk119
Genetic Mutations of Neural Networks to produce better offspring in fish like virtual creatures
by Dan Letecky
How to build an AJAX Event Calendar (Scheduler) using the open-source DayPilot Lite for ASP.NET MVC library (Apache License 2.0).
by Hossein Montazeri
Async Progress Indicator with Messages and OnComplete Event
by steveb
Describes all aspects of MFC serialization mechanism
by slarres
Low impact method for using a Session variable + custom Action filter to allow end users to select a test date of their choosing, thus overriding the default date used during web requests.
by Tom Chantler
UPDATE: 2015-07-30 - Works correctly in Windows 10 RTM (10.0.10240) with VS2013 and VS2015 - If you're running Windows 7, 8, 8.1 or 10 and you don't want to disable User Account Control (UAC) - which you shouldn't and quite possibly can't in a corporate environment - then you get an annoying prompt
by J.Starkl
A windows-service which has a fall service on a second server, if the server it's running on, crashes
by RiniBoo
Automatically update your dynamic IP address, supports multiple DNS Providers and IpCheckers. Project was started to update Amazon AWS Route 53.
by Rahul Rajat Singh
In this article we will This article we will try to understand what is composite design pattern.
by Rahul Rajat Singh
In this article, we will try to understand the concept of middleware in ASP.NET core.
by bvgheluwe
Change the appearance of a button that is used in a navigation menu, based on the value of a property of that button.
by Menci Lucio
I wrote a class to have an access to all databases in the simplest and smartest way
by Mr. xieguigang 谢桂纲
This is an alternative for "An Almost Extension Property"
by Bruce Greene
An alternative MVVM implementation that employs a set of proxy control classes to act as a sort of "Platonic Ideal" WPF page for interaction with the view model.
by Marc Clifton
Examples in C#, C# with ClearScript + Javascript, and pure Javascript
by Afzaal Ahmad Zeeshan
In this article, I would explain the steps to create a simple WPF application that can read out text for you; using .NET framework's Speech API and Installed voices.
by Kewin Rausch
A really tiny IPC mechanism which does not rely on any existing system call or API.
by PJ Arends
This is an alternative for "An AutoRepeat Button Class"
by defwebserver
You can create SharePoint Provider Hosted applications using AngularJS and Visual Studio LightSwitch. This will allow you to create applications faster and easier.
by Clifford Nelson
This is an alternative for "A WPF Custom Control for Zooming and Panning"
by Kemeny Attila
A complete example of using the WCF data contract surrogate
by FrankSzendzielarz
Here I share the code of an R&D experiment to explore an alternative approach to data virtualization, using Rx and a XAML ListView in a Windows Store app, where I consider the IObservableVector as an "Observing" collection that reacts to UI event streams
by SubhamoyBurman
This is how an idiot like me explains what is Abstract Factory pattern and how it could be used
by Snesh Prajapati
To work with Regions effectively in a Prism based WPF application, we must understand the relationship between WPF Controls, RegionAdapters and Regions. In this articles, we will learn about process of Region creation and critical role played by RegionAdapters with a demo application.
by Florian Rappl
This article describes the most important details of creating a useful bot using the Microsoft Bot Framework.
by KRISHNA ANIPINDI
An Introduction to what ThingSpeak is, various capabilities and features offered by it and a quick programming overview to work with it.
by Henryk Filipowicz
A simply universal Desktop Splash Dialog with a Delegate Function and Progressbar
by charles922
Anagram Generator
by Pavel Durov
This article will explain briefly how to use a basic encryption/decryption on Android and on .NET platforms, with focus on passing encrypted data from Android to .NET.
by pip010
Inspired by Android asynchronous callback mechanism for short lived background tasks.
by Vincent Maverick Durano
In this article, you will learn how to create a simple Survey feature using Xamarin for Android Wearable.
by Ondrej_Uzovic
Simple example showing how to communicate between Android and .NET application.
by NavnathKale
Part 2 – Extending AngularJS to make it more simple and dynamic
by Florian Rappl
Connecting an existing JavaScript engine to AngleSharp to perform DOM operations and provide a working headless browser.
by Nesreen Maged
Angular 2 Type Script Custom Controls Integrated with ASP.NET Core web API
by Yaseer Mumtaz
This article helps to understand the architecture and use of simple data grid developed in Angular 4.
by Sujeet Bhujbal
Angular 4 Insert, Update, Delete with ASP.NET WEB API
by syed shanu
This article shows how to create a menu dynamically from a database using AngularJS, MVC and WCF Rest service.
by syed shanu
How to use AngularJs Filter, AngularJs Sort, AngularJs Animation, Image Mouse Over and Mouse Out Event
by syed shanu
Use AngularJS and WCF Rest Service to create a simple Online Shopping Cart
by Sujeet Bhujbal
Angular js with ASP.NET MVC is more popular now days and for beginners, I will tell you what is angular js and show you a practical example of ASP.NET MVC for inserting, deleting and displaying data using angular js.
by Bill SerGio, The Infomercial King
Angular Editor for the Angular Shopping Cart I posted here on CodeProject
by Bill SerGio, The Infomercial King
Angular Shopping Cart for Affiliate Marketing in Angular 5 that Is Responsive with TV Commercials with Powerful Features that Drive Real Sales like Unlimited Distributor IDs for Commissions with Editor
by Rahul Rajat Singh
In this article, we will discuss about the services in Angular.
by Shashangka Shekhar
In this post I am going to demonstrate how to use Angular UI Grid with server side pagination in ASP.Net MVC application.
by Yaseer Mumtaz
In this part, we will enhance our user management application to have search/filter, global error handling and debugging functionalities.
by syed shanu
In this article lets see in deep on how to work with WEB API, EF for performing a Inventory Management priority based Reorder level system CRUD operation using Angular5 and ASP.NET Core application
by charles922
AngularJS and REST API Tutorial
by charles922
AngularJS and REST API Tutorial - Part 2
by Mahsa Hassankashi
This is the simplest tutorial on AngularJS and Repository Pattern for developing professional MVC applications. It includes a source code about practical permission management project.
by Tushar_Gupta
Quick Start tutorial for creating AngularJS applications
by Tony Jen
Let's try to use validation in AngularJS using ng-message.
by Afazal MD 3104209
AngularJS integration with Web API explained with a product list and added new product with get and post method.
by Mohamed Ahmed Abdullah
Auto-correct ruining our spelling, the solution is to animate the changes
by Andrew Kirillov
The article demonstrates usage of ANNT library for creating convolutional ANNs and applying them to image classification tasks.
by Satish Jagtap
This article explains how to import database to MySQL server and how to export database from MySQL server without using batch files.
by Igor Alekseev
Using the same syntax to work with different ORMs. Diving into details of Antler framework.
by Igor Alekseev
Using the same syntax to work with different ORMs.
by Israel Sant'Anna
This is an alternative for "Links with arbitrary text in a RichTextBox".
by Alex Schunk
This how-to shows the usage of Cauldron.Interception.Fody and its capabilities.
by Adam O'Neil (Travelers Rest, SC)
Walkthrough on using AoTestDataGen library in a plausible scenario
by Shashangka Shekhar
In this post we are going to secure our NodeJS API’s with customized security token generated by logged user and HTTP actions.
by Aron Kovacs
This is an alternative for "fastJSON"
by JL Doty
Minimalist app to monitor a system's sensors
by EAHMK
This is an alternative for "Multiple Colored Texts in RichTextBox using C#"
by Habibur Rony
This will cover how to use Domain Driven Design in your application according to the Onion Architecture. There are short descriptions about architecture Category / Style, N-Layer / N-Tier Architecture, Template Method Pattern and Facade Design Pattern.
by Habibur Rony
This topic will cover the concept of the adapter pattern & how to implement logger using log4net. It will also cover what’s adapter pattern, why need, where & when to use; what’s Log4Net, implementation of logger using adapter pattern, how to implement and add custom SMTP appender & configuration.
by Habibur Rony
Application design - a post mortem of a bad design
by tkontos
A WTL based, XML driven shortcut replacement
by Paulo Zemek
This article presents important architectural decisions that must be considered if you want to create a really expandable remoting framework and, well, those decisions may apply to any kind of framework.
by Nick Polyak
Describe architecturing a flexible and extensible WPF application with the help of WPFWidgetizer framework
by Marco Bertschi
Serial communication with an Arduino Board via C# and the SerialPort class from the System.IO.Ports namespace
by Snesh Prajapati
In this article, we will learn the concept of Areas in ASP.NET MVC and how to use it with a practical scenario.
by Terence Wallace
The primary purpose of this article is to provide quality sample source code for VB.NET developers interested in building data-centric applications using the .NET Framework.
by Bryian Tan
ASP.NET Password Strength Indicator/Checker Version 2.0 somewhat similar to AJAX PasswordStrength extender control behavior and implemented by utilizing jQuery and XML.
by Afzaal Ahmad Zeeshan
In this article I will explain the steps to create a full featured standalone ASP.NET 5's Web API that can be used by Windows 10's native Universal Windows Runtime application.
by Daniel Miller
Application error handling in ASP.NET
by YasIkeda
Tutorial about how to add authentication functionalities to your existing ASP.NET Core project using Microsoft.AspNetCore.Identity.UI package
by syed shanu
In this article you will learn about ASP.NET Core 1.0 MVC 6 using WEB API and AngularJS.
by syed shanu
In this article, we will learn in detail about using Angular2 with ASP.NET Core 1.0 RC2 using WEB API.
by syed shanu
In this article, we will see in detail how to display role-based dynamic menu after a user logs in. For this, we will create a Menu Master table and insert a few records to display the menu and link the URL to the menu based on the logged in user's role.
by didourebai
The ASP.NET Core 1.x.x release does not include SignalR technology and development plans. Time has passed quickly, Microsoft has released a preview version of. NET Core 2.0 Preview 2.
by Vincent Maverick Durano
This article will walk you through on building a data-driven web app from scratch within the context of ASP.NET Core 1.0 using Angular 2 and Web API 2.
by Vincent Maverick Durano
This article will talk about how to implement a custom wrapper for your ASP.NET Core and Web API applications for managing exceptions, providing meaningful and consistent responses to consumers.
by syed shanu
In this article, we will see how to create a simple CRUD application for ASP.NET Core Blazor using Entity Framework and Web API.
by syed shanu
This article will explain in detail about, how to create an ASP.NET Core Blazor Filter and Sorting for HTML Table using Entity Framework and Web API.
by syed shanu
In this article, let’s see how to create our own ASP.NET Core Blazor Master Detail HTML Grid with Sorting and Filtering using Entity Framework, and Web API. We also use the Dynamic Content features of Blazor to create our Master Detail Grid.
by syed shanu
In this article, let’s see how to create our own ASP.NET Core Blazor Master Detail HTML CRUD (Insert, Update, Select and Delete) for both Master and Detail Grid with Sorting and Filtering using Entity Framework, and Web API.
by Leonard E. James
Create initial object model and database and display first Razor Page
by Leonard E. James
Add Project and Project State Processing
by syed shanu
In this article you will learn about ASP.NET Core and Angular 2 Master Detail HTML grid using Web API and EF 1.0.1.
by syed shanu
In this article let’s see how to create a shopping cart using ASP.NET Core, Angular 2, Entity Framework 1.0.1 and Web API with Template pack .
by syed shanu
In this article, let’s see how to create a ASP.NET Core CRUD web application with Angular2 Animation using Template Pack, WEB API and EF 1.0.1
by Vincent Maverick Durano
This series of article will walk you through on building a simple Online Poll System with real-time updates using SignalR 2, jQuery, Core EF, Core MVC and Web API 2.We will take a look at how each of the technologies will be used within ASP.NET Core 1.0.
by Vincent Maverick Durano
Last year I wrote an article about “ASP.NET 5: Jump Start to AngularJS with MVC 6 Web API”. This article will walk you through on how to get started with AngularJS 2 in ASP.NET Core (a.k.a ASP.NET 5).In this article you will basically learn
by Vincent Maverick Durano
This article will walk you through the basic steps on how to create a simple web application using MVC  in ASP.NET Core.
by syed shanu
In this article you will learn about Insert/Select to database using Angular2 and WEB API in ASP.NET Core1.0.
by Shashangka Shekhar
In this post, we are going to explore how a Single Page Application (SPA) sample can be put together using ASP.Net Core & Angular from scratch.
by Yahya Mohammed Ammouri
ASP.NET Date Selector User Control based on calendar control.
by Mike Barreyre
Demonstrates an e-commerce style grid with product comparison checkboxes, sorting, images in a database, expandible/collapsible product summary, selectable row display, and product comparison page.
by Vincent Maverick Durano
This article demonstrates how to implement a horizontal-wise cascading DropDownlist in ASP.NET GridView control on edit mode.
by Amir Jalilifard
Creating a useful ASP.NET HTML Editor custom control.
by Nitin_Rajurkar
ASP.NET Multiple Selection Drop Down List using C# and ASP.NET
by Daniel Liedke
Project to generate Excel Spreadsheet from DataSet with auto size (AutoFit) columns, auto-filter, alternating light blue background color with Open XML using ASP.NET MVC
by Angel Gabriel Valdés Sarduy
This project is an ASPNET Core MVC site with a generic controller for CRUD and searchs.
by raddevus
After working through this article you will have a novel way of easily posting new blog articles which will auto-update the content on your site and you will have learned the C# ASP.NET MVC code to do this.
by Sandeep Singh Shekhawat
Layout is used for a consistent look and feel of all pages of a web application
by Jarosław Zwierz
With this sample I'll try to demonstrate how to achieve editing of One-To-Many model in the single View.
by Vincent Maverick Durano
This article is part 1 of the series for building a simple web application in ASP.NET MVC 5.
by Vincent Maverick Durano
This article explains how to create a Login page and create a custom role-based page authorization in ASP.NET MVC 5 application.
by Vincent Maverick Durano
This article talks about how to perform Fetch, Edit, Update and Delete (FEUD) operations in our ASP.NET MVC 5 application.
by Vincent Maverick Durano
This is part four of the series on Building Web Applications in ASP.NET MVC 5.
by debashishPaul
Implementation of basic role based authorization in ASP.NET MVC5 with ASP.NET Identity 2.0
by Vincent Maverick Durano
This article will walk you through on implementing a simple "shoutbox" feature in your ASP.NET MVC 5 application.
by Ehsan Sajjad
File Uploading in asp.net mvc without reloading complete page using IFrame
by Sandeep Singh Shekhawat
This article explains how to implement client-side validation in an ASP.NET MVC application.
by Matthew Katakam
ASP.NET MVC Edit Primary Key Values for Composite Keys
by Simon B.
How to localize an ASP.NET MVC application and read all text from a database while still using DataAnnotations.
by Dave W Hunt
Wouldn't it be nice to use a partial view with its own model on multiple pages?
by syed shanu
In this article we will see how to use ASP.NET Identity in MVC Application for creating user roles and display the menu depending on user roles.
by vladimir husnullin
MVC/SPA/REST in web development with Jeneva.Net
by techbird
Details about ASP.NET MVC Layout and Partial View
by R M Shahidul Islam Shahed
ASP.NET MVC 5 applications
by Shashangka Shekhar
In this article we will get a short overview on AngularJS, then we will create a ASP.Net MVC-5 CRUD application using AngularJS(v1.4.8).
by kannankeril
This article is an attempt at splitting out the controller layer to reduce its complexity and improve quality and maintainability of the resulting code.
by syed shanu
This article explains how to create a simple web-based photo editing tool using HTML5, jQuery and ASP.NET.
by Vincent Maverick Durano
A quick demo that highlights how to upload and import CSV file to SQL Server database in ASP.NET WebForms.
by Linjith Kunnon
This article explains how to use Castle DynamicProxy interceptors for implementing a decoupled logging architecture in C#
by Valerii Tereshchenko
Example of implementing logging using Aspect Oriented approach with DispatchProxy class
by Valerii Tereshchenko
Example of implementing logging using RealProxy class
by Halil ibrahim Kalkan
In this article, I'll show you how to create interceptors to implement AOP techniques. I'll use ASP.NET Boilerplate (ABP) as base application framework and Castle Windsor for the interception library.
by Oğuzhan Soykan
Automated monkey or specific validations for WCF or REST services with Fluentvalidation and CastleWindsor
by Daniel Vaughan
Learn how to leverage the asynchronous ICommand implementation in Codon FX to support commands that kick-off long-running operations.
by Amir Dashti
Simply understand what happens when you use async/await keywords, what are the benefits and how to prevent deadlocks
by Nejimon CR
Implement WCF web service access from WPF with busy indicator and premature cancellation feature without using delegates, background worker, or separate event procedure
by Mr.PoorEnglish
After simple introduction the Article turns to less known, but useful/important/interesting Aspects of unblocking the Gui with Async/Await
by Hugo Gonzalez Olaya
To executing of asynchronous task, we are going to use: 1. Task-based asynchronous pattern (TAP) which it is based on the types Task and Task . 2. MVVM pattern for execution of an operation. 3. Progress bars indicating the progress of task and subtask
by zapsolution
Stereo mix audio capture with peak level display
by DataBytzAI
Method for implementing an audit-trail
by Dave Clemmer
Using Mo+ to augment a test driven approach to develop an application.
by Habibur Rony
This article mainly covers how to setup and configure Azure AD tenant and integrating Azure AD into ASP.NET Core 2.0 web app for authentication and role based authorization.
by Khademul Basher
Authentication and Authorization using Asp.net Identity
by Zijian
Real world WCF project structure, Authentication and Authorization
by Daniel Vaughan
Use, and learn how to build, a Markdown Monster add-in that outputs HTML compatible with CodeProject's article submission wizard.
by Prabu ram
A complete automatic generation of menu in ASP.NET MVC using attributes applied on controllers.
by Alaa Ben Fatma
Enable brackets & symbols autocompletion
by Kuv Patel
Convert a class library of POCO classes to datacontracts for use with WCF without having to write DataContract and DataMember attributes directly to the POCO classes.
by Mr. xieguigang 谢桂纲
You see, this small utility tool save much of your time, this is another happy day! I hope you can enjoyed this code.
by Gautham Prabhu K
A quick look into Selenium which allows us to automate testing of web pages.
by Abdullah Al-Muzahid
This is a RAD tool which can be used to generate codes for CRUD operation in ASP.NET and C# automatically based on Database Model Diagram.
by Member 4027561
Experimenting with C# expression trees for creating data-bound UI's from code.
by MammadovAdil
Automatically define state of entity graph for EntityFramework Code-First using a single line of code.
by Paul M Watt
A small self-contained header file implementation of an static counter for use at compile-time.
by Mahsa Hassankashi
This article enables you to generate table in any database such as Oracle, SQLServer, MySQL, SQLite, Sybase, etc. just by typing table name and its fields. Then you can use NHibernate facilities to make query for data layer.
by Farhad Jabiyev
One of the most popular questions is whether there exists a method which will automatically decide whether to insert, update or delete entity in the Entity-Framework. Now it is possible with EntityGraphOperations library.
by Mani Murthy
Using .Net application to automate the MS-Access Application
by Masoud Zehtabi Oskuie
.NET provides many techniques to make your code cleaner, easy to read and maintain. Extensions and Attributes are two examples helping developers to not only maintain and extend the applications simpler than before but also makes repetitive tasks less annoying for developers.
by Dirk Bahle
How to create a new tool window in AvalonDock [2.0]
by Dirk Bahle
Save/Load AvolonDock layouts without DockingManager references.
by freedeveloper
A tutorial to catch the Model in your client side and use client events to show filtered information without returning to server
by dorodnic
Using the await keyword with Expression-Trees
by Roman Kiss
This article describes the design and implementation of the small tool, tester for Windows Azure Service Bus Messaging.
by Sergey Kizyan
This is a sample article that describes ho to implement RESTfull service for Azure for both GET and POST methods
by Sreekanth Mothukuru
In this article we are going to see how and where to download Visual Studio 2015 to create a brand new simple Asp.Net 5 Web Application and have a quick overview on what's new in C# 6
by Mr.PoorEnglish
Explains Backtracking (and some more) with the Example "Eight-Queens-Puzzle"
by Emiliano Musso
How to execute simple databindings on controls in WPF. One-way and two-way binding covered.
by Suvabrata Roy
Here is a help on NxBRE (Rule Engine) for basic business rules
by Mathew Soji
Basic introduction to Data Annotation in .NET Framework
by Emiliano Musso
Entry-level examples on MVVM pattern, explaining the basic methods to mantain separated a program's graphical interface from its business logic
by Member 13652889
Setup nhibernate and fluent mapping for an ASP.NET project
by Frank Rem
This article explains the basics of PDF graphics and how graphics can be edited if you really have to.
by Jack Vanlightly
In this article we'll look at common patterns in batch processing and how the Taskling libraries provide a simple and reliable way of using those patterns in your C# batch jobs.
by ddrogahn
A resilient text classifier using word and character n-grams, and Bayes theorem statistical analysis
by defwebserver
In this tutorial, we will cover creating a simple number guessing game. The user will guess a number between 1 and 10.
by Ehsan Sajjad
A guide on how to implement gridview in ASP.NET MVC 5
by raddevus
Learn to use SignalR to asynchronously update all web clients using SignalR broadcasts.
by Rahul Rajat Singh
In this article we will try to understand the Null object pattern.
by Clifford Nelson
This article presents a behavior that can make another UIElement visible when the mouse down event occurs on the UIElement this behavior is attached to. Have extended this to directly support fading of a Popup control
by Clifford Nelson
A problem with the WPF MVVM design pattern is closing a window from the ViewModel. This article presents a method that allows the use of dependency properties to be used to control the closing of a window
by Clifford Nelson
Presents a concept for creating a masked TextBox, and has the implementation for a TimeSpan and double value
by Tanvir Ahmad Arjel
There are lots of ways to implement Uniqueness or Unique Key attribute on a model property other than primary key, but here I am going to discuss two possible best and easiest ways to do so into two parts of this series. This is Part 1.
by Tanvir Ahmad Arjel
There are lots of ways to implement Uniqueness or Unique Key attribute on a model property other than primary key, but here I am going to discuss two possible best and easiest ways to do so in two parts of these series. This is Part 2.
by Emiliano Musso
In this article, we will create a simple binary clock using C# and WPF. The project itself will serve to show some peculiarities, like the use of Tasks, how to manipulate the UI of a WPF page, and basic data conversions.
by Kewin Rausch
How to add obfuscation at binary level to protect your technology
by Clifford Nelson
This article presents an implementation to support IDataErrorInfo with attributes on the properties for WPF. It also covers other aspects of displaying error information using WPF.
by George Jonsson
Generic C# equivalent of the bit field struct in C
by Anton Kleshchev
Coding jQuery widget to accept Bitcoin payments
by Lucas Ontivero
A Bitcoin traffic sniffer that intercepts bitcoin protocol messages and analyzes them in order to check if bitcoin addresses in transactions are vulnerable.
by Gerry Mon
A .NET library for BitFields and BitStrings
by MatthewThomas
Adding design time support for regions in Prism 6
by Shao Voon Wong
Compute Concurrent Permutations and Combinations on CPU
by Shao Voon Wong
Boost Lexical Cast Wrapper to provide more exceptional information
by Sebastiaan Meijerink
Creates a MVC site with user inputs to change the bootstrap variables and generate a custom branded bootstrap.css
by Sebastiaan Meijerink
Creates a MVC site with user inputs to change the bootstrap variables and generate a custom branded bootstrap.css
by Sebastiaan Meijerink
Creates a MVC site with user inputs to change the bootstrap variables and generate a custom branded bootstrap.css
by Sebastiaan Meijerink
Creates an MVC site with user inputs to change the bootstrap variables and generate a custom branded bootstrap.css
by Andy Bantly
An application to keep score of a bowling game with a hand-written looking score card
by Shashangka Shekhar
In this post, we are going to implement braintree payment gateway with ASP.NET Core 2.1
by John C Rayan
MvcSiteMapProvider Example
by Redgate Software, Dan Nolan
In this article, I’m going to show you how you can continue using EF Code First to model your database, while also using ReadyRoll to do the actual deployment of T-SQL change scripts and overcome the challenges of the Code First approach.
by raddevus
Entry in the Artificial Intelligence and Machine Learning Contest. Here's how I learned / guessed how to find spam.
by Shawn1Xu
Build a microservice with Service Fabric on Windows Server 2012 using ASP.NET 5 and Service Fabric SDK
by David Belmont
An example of how LINQ could be used to let users build their own filters to query lists or even databases
by Mr. xieguigang 谢桂纲
How to build my own 3D graphics engine from ZERO step by step
by nam1234567
Build your own database class library with C#
by Snesh Prajapati
In this article, we will learn about Builder Design Pattern and create a demo application to understand it practically. We will explore how Builder pattern helps us in creation of complex objects.
by Abhishek Mishra - Dotnet and Azure PAAS Architect
This article demonstrates how to build a basic Bot using C# and debug the Bot using Bot Framework Emulator
by Daniel Vaughan
A powerful, yet light-weight, data-binding library for binding XML layout files in Xamarin.Android.
by Kashif_Imran
An easy to understand and use language interpreter, run time parser and calculation engine from scratch in C#.
by Sul Aga
Building a Kanban board web application using AngularJS, WebApi, SignalR and HTML5
by Daniel Vaughan
A fun Xamarin Forms implementation of the game Sokoban, demonstrating how to port a UWP puzzle game to both Android and iOS while sharing nearly all code across platforms.
by Scott Clayton
Build a recommendation system using collaborative filtering and matrix factorization.
by HenryChu
In the article, I'll show you how to build a simple URL shorten service with Redis and ASP.NET MVC
by raddevus
Use SignalR to create a Slideshow app which asynchronously updates all web clients so they see the same slide you are seeing.
by Gabor L Ugray
A quick Windows programmers' guide to building a secure .NET Core web app for a Linux VPS and NGINX
by MatthewThomas
In this article, we'll build an ASP.Net MVC 5 web app which will search your Yammer feed for a hashtag, and display the poster's home town on a Bing map
by Eugene Sadovoi
Integrating third party tools and libraries into Visual Studio (MSBuild) configuration environment.
by Fiyaz Hasan
Basics of building Android apps with Xamarin Forms
by Afzaal Ahmad Zeeshan
In this article I will explain Windows.Media.Capture namespace's MediaCapture element and how it can be used in Windows Runtime to create applications that make use of camera, for capturing photos and videos. Plus, the article shows how to capture the list of photos or videos that are recorded for p
by Juan Francisco Morales Larios
Create an Entity Framework Generic Repository in a step by step manner
by SarmadAsghar
Building on My SQL Storage Engines and APIs to Conduct Complex Analysis Using SQL Query Language: Part 2
by Fiyaz Hasan
Building a technical event management application with ASP.net 5 MVC and Entity Framework 7
by Srinivasu Pemma
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
by Måns Tånneryd
How to extend the Entity Framework with bulk insert functionality, using DbContext
by Balachandar Jeganathan
Demo for generic retry mechanism
by adriancs
A C# universal AES Encryption Library.
by dietmar schoder
Example for the usage of classes and interfaces when working with hierarchical trees
by Ranjan.D
Let us see how to build a simple CodeProject API Wrapper.
by Ryan Seghers
This article presents a from-scratch implementation of cubic spline interpolation in C#.
by Sergey Kizyan
10th article from my series. We will talk about LINQ in general and LINQ to objects deferred operators
by Sergey Kizyan
Next article from the C# series. Continuation about LINQ operators for LINQ to objects
by Sergey Kizyan
This is the second lecture from my series. It is related to work with text data and concentrated on such types as char, string, SrtingBuilder and SecureString
by Sergey Kizyan
Third lecture from the series I'm running. Related to class definition and gives basic understanding about what is type in .NET
by Sergey Kizyan
This is the 4th article from the training that I give for my coworkers
by Sergey Kizyan
This is 5th lecture of the set I'm giving. It is related to delegates and events
by Sergey Kizyan
6th lecture from my series. This lecture is about attributes.
by Sergey Kizyan
This is 7th article from my series about C# and it is about Reflection
by Sergey Kizyan
My lecture #8 about exceptions handling and organization of error handling in the project
by Sergey Kizyan
9th from my series. This is relatively short but it is introduction to big LINQ part
by Yuriy Magurdumov
Lazy Joining and Grouping IEnumerable extensions for ordered sequences
by Igor Krein
A library of simple extension methods that could be useful for data generation tasks
by Shekhar Shashangka
Today, we will create our own web browser(starter) with the web Browser Control in Visual Studio 2015.
by Foothill
A popup like control embedded in the adorner layer that can be animated
by Ozesh Thapa
An implementation of a Zkteco (K14) Biometric Device using C#
by Arthur V. Ratz
In this article we'll demonstrate the implementation of k-means clustering algorithm to produce recommendations.
by Arthur V. Ratz
In this article, we will discuss about the implementation of the SVD++ AI data mining algorithm to produce recommendations based on ratings prediction
by Arthur V. Ratz
The following article describes how to implement sorting of custom non-generic collections by overriding the functionality of the generic IComparable and IComparer interfaces used by the LINQ’s Enumerable.OrderBy clause aggregate method.
by DiponRoy
Log all the parameters passed to some method in C#
by Sergey Kizyan
I'm starting a set of C# lectures for our engineers. The first lecture is about C# built-in types also known as primitive types.
by BrainlessLabs.com, sibani.p
Creating a simple ORM for C++ on-top of SQL database
by bishopnator29a
Saving, Loading and data migration in compact library
by Shao Voon Wong
C++ Summing For Loop Benchmark yield interesting results and assembly code across different compilers.
by Vladimir Svyatski
I'm going to show you some not quite evident things if you're about to write a C++/CLI application.
by Shao Voon Wong
Simple Permutation and Combination Parallelism Examples
by Babu_Abdulsalam
Various features supporting Concurrency in C++11
by Babu_Abdulsalam
Various Smart Pointers in C++11
by Shao Voon Wong
Implementing string_view conversion to integral types using Boost Spirit Qi v2
by Mike (Prof. Chuck)
Easier than MemoryCache, less distraction
by DataBytzAI
Using the Google map API to plan routes, and work out the nearest destination from a starting point
by Alazar 9860585
Calculating the Probability of Related Events Based on Bayes' Theorem Using MongoDB Aggregation Framework in C#
by alexey_t
A simple calendar with notes support
by Andreo Romera
In this first tutorial, we are going to learn how to make calls to a Web Api Rest Service using the NuGet Package WebApiRestService.WebApiClient
by cth027
A tutorial to master the Java Native Interface with C++
by Dirk Bahle
Selecting treeviewitems based on document states associated with each item.
by Clifford Nelson
This presents a way to capture a PropertyChanged on a DependencyObject, in this case to capture when the Content on a ContentPresenter changes and setting focus.
by Evgeny Pereguda
Simple lib for capturing live-video from web-camera by using Media Foundation
by Sandeep Singh Shekhawat
This article explains how to populate a child DropDownList depending on each new value as values are selected in the parent's DropDown List.
by Pawel idzikowski
How to replace the web API request query string to provide case insensitive OData search
by César de Souza, Diego Catalano
Scientific computing for Java and Android.
by Nejimon CR
This article describes how to put your WCF client configuration in a class library's config file instead of client application's config file
by dale.newman
An alternative to .NET Configuration Handler
by Simon Bridge
Help prevent clock tampering and enforce a software licence
by Mikhail-T
Extends MVC HtmlHelper class so you can create POSTable checkbox list.
by Alexander Chernosvitov
Object-oriented approach to Web Application developing using JavaScript
by mattkol
Build .NET/.NET Core HTML5 desktop apps using cross-platform native GUI API
by ahmet_uzun
An alternative Tor Browser built with C# using CefSharp and Tor.NET.
by Cinchoo
Tip: Asynchronous abortable long running tasks using Cinchoo framework
by Cinchoo
Easy to use command line argument parser, with loaded features like usage creation, type-safe management etc
by Cinchoo
Easy configuration management in .NET
by Cinchoo
Easy to create and use windows services, self install-able, multiple instances etc
by Cinchoo
Easy to create and use windows system tray applications
by John Underhill
Twofish 512, Serpent 512, Rijndael 512, the HX Ciphers, Ring-LWE, NTRU, McEliece, Rainbow, GMSS, DTM-KEX
by Pieter Alec Myburgh
A project driven .NET class diagram generator that allows generation from dll or exe.
by Fadi Alsamman
Utility class to inspect objects' tree looking for members that match specific criteria using Reflection.
by Scott Clayton
Detect the programming language of a code snippet using neural networks in Azure ML Studio
by israrali
A client side grid display, editing, paging, resizing, filtering and sorting using Knockout and JQuery
by Sandeep Singh Shekhawat
This article will introduce how to use a client-side template in ASP.NET (Web Form / MVC) with Mustache.js
by charles922
Demonstrate Clipping Plane in WPF 3D
by charles922
Demonstrate Clipping Plane in WPF 3D - Part 3
by Chris Gannon
An Azure-driven service for Arduino based PID controllers designed for control and monitoring of grills and other cooking devices
by ChRi$m0rG@N
An article about an omni directional Arduino Yun robot, and an alternative .Net implementation of CmdMessenger
by Pradip Koli
CMMI Process and Agile Methodology for Software Development - A practical approach with ASP.NET
by asiwel
How to Deploy Trained Models Concurrently
by ArindamNayak
This article explains how to get code coverage from asp.net website, web application , web service, stanalone executable etc..
by Sandeep Singh Shekhawat
This article will provide answers to the following questions relevant to relationships in Entity Framework: whether or not to create a database, how to add / remove a field from an existing table, how to avoid data loss and how to get a database script that has the changes.
by Russ Osterlund
Code Obfuscation in 64-Bit Land
by khem thapa
Code-First Approach with Asp.Net MVC Framework
by darrellp
A framework for easily solving programming challenges from competitive coding sites
by Mr.PoorEnglish
efficient and secure selecting from large amounts of data
by Chris Maunder
A simple HTML menu that progressively collapses based on available width
by kevin_yap
This article talks about how to create a html table with collapsible vertical headers using AngularJS in ASP.Net MVC web application.
by Nick Polyak
I describe reusable implementation of the collection behaviors that make items behave in a certain way as long as the items belong to a collection.
by Ranjan.D
Beginners guide to Collector, Translator And Formatter Pattern
by David A. Gray
Share Win32 string resources without the risk of conflicting resource IDs
by Kornfeld Eliyahu Peter
“The colors of the world are changing day by day!” - Les Misérables
by MatthewThomas
This article shows how to combine LINQ expressions to dynamically append where clause criteria when building search functionality
by Fitim Skenderi
A small MVVM framework using RX
by Mr.PoorEnglish
Organize your DelegateCommands hierarchical in one Viewmodel-Object - A Style generates a proper Menu from that. You also can set individual CommandBindings, to Buttons or MenuItems.
by Kishore Nandagiri
Common problems and solutions while consuming SSL enabled web services in .NET
by orouit
This article illustrates how to send command to an Arduino UNO board from an USB serial port and control the wave from of the 16 bits timer/counter
by Ondrej_Uzovic
Simple example showing how to implement secured authenticated communication using the SRP protocol.
by DmitriyArh88
Comparative analysis of .NET RESTful middleware solutions
by Ivan Perevernykhata
In this article collected most popular freeware/commercial solutions for data visualization in .NET
by Igor Alekseev
Different programming languages support variance (covariance/contravariance) in different ways. The goal of this article is to compare all supported types of variance in C#, Java and Scala in one place, and to reason about why some architectural decisions have been made by language designers.
by Michael Gazonda
Have you ever been working with templates or constexpr and wanted to run a loop? Or maybe you have a loop you'd like to unroll and see if your program will run faster? Welcome to static_for.
by Asif Bahrainwala
by li9705
This article talks about how to compile Python source code on WP8, the changes made on the source code, and an example using Python in a WP8 native app.
by Hung, Han
This article is a tutorial on how to code your own Sudoku game using VB.NET
by Hung, Han
This article is about converting a VB.NET WinForms application to C# using WPF and Silverlight.
by Arindam Jha
Understanding of complex jQuery Datatable tricks and Save it's state in SQL Server with a basic concepts of jQyuery template. Sample Application used .NET 4.5, Entityt Framework.
by Afzaal Ahmad Zeeshan
This article contains a basic overview of the complex numbers, and their creation and functions most specifically the operator overloading for arithmetic functions. Programming languages include Java, C++, C# and VB.NET at the moment.
by Snesh Prajapati
In this series of articles, we will learn about Prism Framework by creating a demo Composite WPF application. We will learn how to use various components of Prism to build a Composite application by mocking practical organization level scenario.
by Snesh Prajapati
This is second part of the article series with a demo WPF application using Prism and MVVM. In this part we will enhance the demo by adding common infrastructures and five modules.
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.
by M.M.Mohseni
This is a comprehensive windows C# application which watches specific folders and upload their entry to a SharePoint lists or document library
by JL Doty
Fully exploit features of OpenHardwareMonitorLib.dll
by Nisamudheen
Numerical concepts of NaN, IND, INF and DEN using C++.
by Clifford Nelson
I have had two projects that I have worked on that required a lot of graphics. In general there has been minimal interaction between the user and the graphics, so the implementation has been very straight forward.
by Peter Occil
A C# implementation of Concise Binary Object Representation, in the public domain
by Talal Tayyab
Declaration of conditional logic for Data annotation validation attributes
by Pooja Baraskar
Sharing code and views in Universal Windows Apps
by Sushil Sh.
How to configure Angular material with Requires JS (AMD)
by Richard James Moss
Helper class for configuring which version of Internet Explorer is used by the WebBrowser control when hosted in a Windows Forms or WPF application
by inter8ection
This article illustrates how to get started with using Obvs as a messaging layer between a simple client and server.
by Ger Hayden
This article shows how to connect to MySql without an ORM when using Visual Studio Express 2013 for ASP.NET MVC development.
by icemanind
A Winforms control that looks like a console screen, with full reading and writing support.
by Eugene Sadovoi
Integrating third party tools and libraries into Visual Studio (MSBuild) build and reference system.
by Snesh Prajapati
In this article we will learn about Content Negotiation and its default use in ASP.NET Web API. Further we will see how to implement Custom Content Formatter to fulfill client’s request with a special format.
by Jasper Lammers
A method to easily toggle the way exceptions are being handled (either being thrown or handled by custom code), while still conserving the stack trace when exceptions are not being thrown.
by Pranay Rana
Below discussion about the ContinueWith function available on Task Class of TPL and await keyword introduced in C# 5.0 to support asynchronous calls.
by Dev Leader
Are you excited to get your Myo armband from Thalmic Labs? If you're a C# developer, then check out this open source library to help you control your Myo! The post appeared first on http://www.DevLeader.ca.
by Joel Ivory Johnson
A walk through on modifying an RC car to be controlled by a Windows Phone
by Admir Tershalla
Learn how to control Windows services via ServiceController in Windows Forms Application
by Er. Puneet Goel
This article is about how to convert files into Zip and download as single Zip.
by mibxue
I support a group methods to load the image to double[,]/double[][,]/T[][,], that could help to manipulate the image
by Kuv Patel
Deserialize nested XML to complex C# objects or convert a complex C# object to hierarchical XML.
by Varun Vasishtha
So I was doing a project of medical domain and I faced a big challenge to handle the Dicom files. The users of my application wanted to upload a zip file which contains some DICOM files and then they wanted to see it in image format. So I am sharing my efforts in the form of a sample project.
by kdmote
A simple program to translate numbers into their textual representation. (To turn 1013 into "one thousand, thirteen").
by #realJSOP
Spell it out! No! Wait!
by Sergey Alexandrovich Kryukov
New thread wrapper (v. 2.0) offers programming model based on blocking queue and delegates supplied by other threads
by wells cheung
Privilege Control System based on MVC and WCF.
by Myvar
How to develop an advance operating system GUI in cosmos.
by DavidHancock
Describes an algorithm that solves the Countdown number puzzle written in c#
by Shmuel Zang
This article shows how we can implement a thread-safe events (similar to .NET events) mechanism using the standard C++ library.
by Howard 9448490
Two classes for easy access to system information using OpenHardWareMonitor and Windows System.Management.
by Duncan Edwards Jones
How to use a Windows Azure storage table, blob or file as an event store for event sourcing
by kametepe
This article shows how to simply create .rdlc report in Lightswitch Html client without using WCF RIA Services
by Sreekanth Mothukuru
In this article, we are going to create responsive HTML table using FooTable Plug-In and a hint of client side data binding using Handlebars.js library.
by Adi_Mag
Step by step guide to create a simple MVC application using ASP.NET Core
by Lau Han Ching
Create ADO.NET SQLite Database programmatically by using VB.NET
by Sreekanth Mothukuru
In this article, we are going to create an ASP.NET Web Forms application using Bootstrap, Bundle Resources and Web API
by rgilcrist
This is a complete end-to-end application that runs in the VS2015 IDE that enables WCF to pass JSON to AngularJS
by JosipK, Marko Kozlina
C# and VB.NET console applications that demonstrate how to create and send an email reply with IMAP and SMTP protocols in .NET Framework
by Akhil Mittal
This tutorial series on learning API with ASP.NET Core will focus on ASP.NET Corefeatures, request pipeline, how to create ASP.NET core API and how to use EntityFramework Core.
by Akhil Mittal
In this article, we’ll continue to explore the importance of statuscodes and practical examples as well. We’ll also explore resource creation andreturning the child resources as well.
by Akhil Mittal
How to create API with ASP.NET Core
by Jack Xu, USA
This article provides a step-by-step tutorial on how to use ASP.NET Core MVC to create charts in web applications with data from either the client or server side.
by Jaime Olivares
How to introduce custom dialogs in an Setup project (aka vdproj) for generating MSI installers
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.
by Mubin M. Shaikh
Learn creation of OLAP Cube in SSAS (SQL Server Analysis Services) using Microsoft BIDS (Business Intelligence Development Studio) Environment and Data Warehouse
by Frank Rem
This article explains how to create PDF documents from any XML format.
by Prabu ram
This article explains how to create a PDF file using C# object
by Dukhabandhu Sahoo
Explore the Entity Framework Code First convention and configuration for creating primary key
by Bert O Neill
Create unit tests for your stored procedures\triggers\functions and integrate into TFS continuous integration cycle
by Bert O Neill
Develop your own SSMS ObjectExplorer\CommandBar menus, within SQL Server 12
by Jack Xu, USA
This article demonstrates how to create cross-platform stock charts in web applications using ASP.NET Core MVC and RESTful API.
by senthill
Let’s discuss about how to display logged in user profile picture in SharePoint Site
by koolprasad2003
This article help you to create word table using OpenXML without interop object
by Alex Sanséau
As an introduction to Windows Azure, this article will guide you step by step to create your own private NuGet server in Windows Azure.
by Stefan Timovski
A short tutorial on how to get started with creating SSMS extensions
by Pritam Zope
In this article, we will create a simple TabControl using only Buttons and Panels in C#.
by Clifford Nelson
This gives the code to create a cursor from a character in a font.
by Afzaal Ahmad Zeeshan
How to use the .NET's WebBrowser control in your application to create a custom Web Browser for Windows OS
by Kashif_Imran
The article shows the proecess of creating and using a discrete value slider for Silverlight.
by defwebserver
You can easily create a Bot and deploy it on Facebook.
by Pierre Nortje
We do not want to keep asking for information. Let's create an API to send push messages regarding the current cryptocurrency stock market.
by Ifat Chitin Morrison
In this article I describe how to create an inter-process communication library using named pipes.
by Afzaal Ahmad Zeeshan
In this article, I will go through different stages of programming a server/client application framework in native .NET framework using TCP protocol library of System.Net.Sockets namespace.
by Amir Shahinkar
This article walks you through the steps of creating a single page application with ui-router.
by Florian Rappl
We utilize the Microsoft Bot Framework in conjunction with LUIS to make a Node.js powered bot available online via an ASP.NET Web API proxy. A software mock for the smart home system is supplied. Likewise a tutorial for a hardware mock using the CC3200 and / or sensor tags is provided.
by Afzaal Ahmad Zeeshan
This article provides an overview for creating a .NET WCF Web Service project that can be used by web applications or devices connected to it through the internet connection.
by Kiran Vaidyanathan
An article to create a wizard layout using C# Windows Forms Application
by João Simões
Adding support for Dependency Injection, Logging and Configurations in console applications using the package SimpleSoft.Hosting
by Pritam Zope
In this article, we will create a Notepad with features like Multi Tabbed Documents, Document Selector, File Association,Opening/Saving Multiple Files, Line Numbers, Running External Programs, Viewing files in Browser, Full Screen Mode, etc.
by Clifford Nelson
This article presents a control that makes it very easy to create an Image control from a font symbol, with special support for Font Awesome.
by Lurker1315
or converting an old phone into a password manager
by Turay Melo
This is an alternative for "Creating an Outlook 2010 Add-In"
by Pritam Zope
In this article we will automatically close the HTML tags when starting tag is typed in RichTextBox in C#
by ManishHPatil
Creating custom directives in AngularJS
by Pritam Zope
In this article we will customize basic windows forms using only Panels in diffrerent colors for different UI designs such as Microsoft Office 2013 in Visual Studio using C#
by Ali Adly
A simple example that shows how to create detail grid template at runtime using ASPxGridView
by Roshan Choudhary
Creating ExcelSheet with dropdown containing pre populated dropdown data of its own excelsheet.
by Tadeusz Kaliszewski
C# .Net command line application to create calendar events in Exchange calendars with impersonation
by Ashish Shukla - as
Create a single responsive website for different device sizes such as for large desktop devices, laptop devices tablet devices and on mobile devices. This article describes the basic concepts of creating responsive website using Bootstrap.
by syed shanu
In this article, we will learn how to create a simple web based music player system using MVC, AngularJS and Web API.
by Christian Vos
How to use Microsoft Unity Interception as a solution for cross cutting concerns in a .NET application
by Kranthi Kumar Pothireddy
CRUD operation on multiple tables with AngularJS and ASP.NET MVC Part-2
by Shamim Uddin
In this article, we will learn basic CRUD operation using AngularJS and Web API with a sample application.
by PrashantRamteke
CRUD Operation using ASP.NET CORE 2 and Angular 4 with EntityFramework Core, primeng component and toastr-ng2
by Gaurav Aroraa
Introduction In these days RAD (Rapid Application Development) is growing at its large. There are numerous framework available to develop Web Applications or Web Projects. We can use either ASP.Net or ASP.Net MVC from Microsoft or any other framework. Although, NancyFx is having its own support for
by Sandeep Singh Shekhawat
In this article you will learn how to perform CRUD operations using the Entity Framework 5.0 Code First approach in MVC.
by luckylaxman
Create, read, update, delete,Log in and Log out, (CRUD) operations are easy to perform in ASP.NET MVC. By using the default T4 scaffolding templates and strongly-typed views you can quickly build a web application that can create, update, and delete records.
by Atanas N Atanasov
This article presents a simple example for CRUD operations with ASP.NET Core, TypeScript and Gijgo grid and dialog
by Shashangka Shekhar
In our previous article we have seen how to startup with .Net Core. In this article we will take a look on database operation according to previous sample application based previous concept.
by syed shanu
In this article, we will see in detail how to create a simple Student Master CRUD (Create/Read/Update and Delete) using scaffolding.
by mdshohelrana
CRUD with SPA, ASP.NET Web API and Angular.js
by #realJSOP
Parse CSV files.
by Thomas Duwe
A month calendar and date picker with culture awareness.
by satya inumarthi
Here I explain how to create custom authentication and mapping it to the default filters like Authorize, roles..etc
by SSDiver2112
This is a simple to use custom button control, but with a lot of visual design options.
by Shashangka Shekhar
In this post, we will get an overview and generate a basic level code using our database table column that will help in development.
by Martin Mitáš
How to support scrolling within your controls.
by Nagaraj Muthuchamy
Design and implementation of custom pagination and cascaded filtering with rad grid.
by Stefan Wloch
An introduction to custom roles based access control in an ASP.NET MVC application using the Entity Framework.
by Stefan Wloch
An introduction to Custom Roles Based Reporting for ASP.NET MVC applications using the Entity Framework. Protecting confidential information is a business requirement and in many cases also an ethical and legal requirement.
by Member 11896794
This custom database first approach token authentication will enable you to apply token-based authentication in your application in a simple way with no hassle.
by Ehsan Sajjad
Writing Custom Validation Message Helper extension in ASP.NET MVC
by Johnny J.
A custom drawn TrackBar that looks like the one in the classic Winamp skin
by SirGrowns
A fully custom WPF window, with all the functionality you would expect
by Gokuldas
This article shows you how to apply Visitor Design pattern in real life software scenario. Also this article covers various features of ASP.NET MVC-5, Entity Framework and C# language features.
by Yisrael Lax
Library that provides custom casting functionality from one type to another between properties with disparate names and types
by syed shanu
In this article, we will see in detail about the ways we can customize our ASP.ENT MVC Application. Here, in this article, we will see three methods to customize our ASP.NET MVC Bootstrap Templates.
by PJ Arends
An MFC control for adding middle mouse button scrolling to any CWnd derived window
by Chetan Naithani
Basics of D3JS - A JQuery Based Data Visualization Technology
by Soufiane Rabhi
What you have to know about ADO.NET and Entity Framework
by Andy Galluzzi
This is yet another MMF IPC data transfer class, but with the particularities of a logging tool: it has one operative process that simply collects all the logged data and one or more passive process that generates and writes the log information.
by Emiliano Musso
How to access, display, modify SQL Server data (tables, etc.) through Windows Forms controls and LINQ instructions, using DataSets and TableAdapters
by DataBytzAI
A quick look at data quality, and using expression trees to automate QA data testing
by Aurélien BOUDOUX
A reflection and a tool to create a real modular architecture
by Martin Lachman
How to create a system on MS SQL Server for detection of actual changed records in a database table.
by asiwel
Data modelling and visualization using longitudinal Bezier curves
by Mr.PoorEnglish
including the "Four Views"-Concept as general principle of presenting Data.
by Zasky
A useful tool to help you understand DataGridView events as you navigate the DataGridView
by hgbecker
DataToolbar leads the standard DataNavigator to a higher level.
by Alexey Chernobaev
Date and time source interface allows to use different actual date and time sources (e.g. current system time or accelerated system time) in your C# code to simplify debugging, simulation, etc.
by Yahya Mohammed Ammouri
On key press automatically calculate Hijri and Gregorian based on Java Script equations
by Dan Letecky
Create an AJAX monthly event calendar (with drag and drop support) displaying data from SQL Server database in just 10 minutes (including a coffee break).
by Dan Letecky
A good-looking ASP.NET control that shows events visually arranged in a day calendar. Includes design-time support and data binding.
by Dan Letecky
DayPilot Lite 4 (Apache License 2.0) brings a new feature: full CSS styling and themes support.
by Dan Letecky
How to display AJAX Gantt Chart in ASP.NET application.
by Dan Letecky
Flexible open-source scheduler control (resource booking, project management, timeline and free/busy visualization, Gantt)
by Shao Voon Wong
Debug Print using C++11 Variadic Template
by Kuv Patel
Debug stored procedures in Visual Studio and SQL Server Management Studio.
by Rohit Sardana
This article explains decorator pattern and its usage.
by Member 12180707
Deep copy an Object using AutoMapper. AutoMapper is a simple little library built to solve a deceptively complex problem - getting rid of code that mapped one object to another
by Dr. Song Li
Loosely coupled small examples of delegates, events, anonymous methods, and closures in C#
by Snesh Prajapati
In this article, we will learn about DelegateCommand and CompositeCommand provided by Prism Framework. To grasp the concept, we will create a simple demo with minimum functionality to highlight these concepts.
by Ashwin. Shetty
.NET Delegates & its 5 different features (Func, Action, Predicate, Converter, Comparison)
by Kornfeld Eliyahu Peter
“Beware the Jabberwock, my son! The jaws that bite, the claws that catch! Beware the Jubjub bird, and shun The frumious Bandersnatch!” - LEWIS CARROLL
by Rasik Bihari Tiwari
Dependency injection, DI containers, IoC containers and Inversion of control are a world of confusion. Let's take them head-on.
by Sudhir Dutt Rawat
Explained the purpose and implementation of Dependency with a simple working example
by Rasik Bihari Tiwari
Let's understand exactly what is Dependency Inversion principle and what it is not. How people confuse it to be dependency injection which is it NOT.
by Arthur V. Ratz
In this brief article, we will demonstrate how to deploy a Node.js application and run it on Docker's Windows Server Core 2016 Containers
by dpalash
Through this article, you will learn how to deploy the sideloaded Windows 8 app to production easily and maintain/provide regular upgrade version of the app.
by Gaston Verelst
This article describes how to set up the deployment from VSO to an MS Azure website
by Mark J. Caplin
Cross-platform development with Microsoft ASP.NET Core 2.1
by Mario Majčica
A technique to ship your snippets via a VSIX package
by Mohamed Kalmoua
This article describes how you can deploy your application using ClickOnce and Windows Installer technology.
by Mr.PoorEnglish
The Strategy-Pattern does not nessecarily require Interfaces - two other Approaches
by Paolo Foti
Save and restore your design work using a persistence manager based on XAML code
by raddevus
A novel approach to generate a secure way to login that doesn't require the user to ever memorize a password again. This method can be used with any web site, program, etc. and creates a more secure password than other methods.
by AIT SALEM BOUSSAD
This first part of the article presents how to inject a DLL inside lsass process by using Windows service
by Ed Gadziemski
Analysis of various methods for determining the Mime type and executable status of a file
by rbrunton
How to determine whether the monitor is on or off as a result of a Windows Power Scheme action
by Mr. xieguigang 谢桂纲
A simple and easy way to develop an application plugin
by Mark J. Caplin
AngularJS and the MVC/MVVM design patterns
by Tushar_Gupta
Walk through to quickly develop applications using Node.js and Express framework.
by Ansel Castro
Develop SOLID back-ends exposed through a REST API with ODATA support and DTO mapping using Enterlib.NET.
by Atish Dipongkor
Creating Custom Date Picker, People Picker and Choice for SharePoint 2013 Apps or Content Editor Web Part using AngularJs/jQuery.
by Muhammad Shoaib Raja
Fully functional web data grids with multi column sorting, filtering and pagination using JQuery based data table plugin and .Net generic handlers
by Snesh Prajapati
Developing Mobile Specific Views using jQuery Mobile in ASP.NET MVC 4 - Part 1
by Snesh Prajapati
Developing Mobile specific Views using jQuery Mobile in ASP.NET MVC 4 - Part 2
by Ben M Watson
Get into the details of .NET array access optimization and how you can pattern your code for efficiency.
by Ben M Watson
Understand exactly what happens during object allocation in .NET, why it's extremely efficient in the common case, and how to trigger slower code paths
by Avi Farah
Solution to the Dining Philosophers using Semaphore (SemaphoreSlim)
by Wendelius
This article shows how to build a responsive directory size browser application utilizing threading. The source code includes both C# and VB.Net
by Gergilcan
How to make items inside a Viewbox not being scaled by it
by Clifford Nelson
Presents code to display bindable HTML text in a WPF RichTextBox or a WebBrowser.
by Sem.Shekhovtsov
Setting up Redis server on Windows machine, and accessing it with C# client
by Mattias Högström
Learn how to export functions from a DLL, and obtain full language independence
by DiponRoy
Do GET, POST, PUT, DELETE in ASP.NET MVC with Jquery Ajax
by DotNetSteve
Using delegates to group, conquer cross cutting concerns and create dynamic validators
by DotNetSteve
Using delegates to group, conquer cross cutting concerns and created dynamic validators
by David P Nguyen
An approach in domain validation in layerd architecture
by O.Nasri
You will learn how you can build a management user interface using DotnetCore, Angular2, typescript and web API.
by Alexandre Bencz
DotNetPELib is a library which abstracts managed information such as namespaces, classes, fields, methods, and instructions. The information can then be used to generate assembly language source files, or PE executables or DLLs.
by VisualMonsters
Simple game tutorial. Play in dots with your family and friend.
by Wolfgang Foerster
A WPF 3D simulation to visualize the phase space trajectories of a double pendulum
by Wolfgang Foerster
Exploring the rich dynamic behavior of a simple physical system that shows deterministic chaos
by Marc Clifton
An Alice in Wonderland journey of generics, inverting object oriented programming, and generic type dispatching
by MatthewThomas
Dragging and dropping in WPF with a MVVM style architecture
by Niel M.Thomas
Drag values up/down like in Expression Design & Blend
by Gerald Degeneve
Draw or render a Windows Form directly over the Wallpaper, behind the Desktop Icons in Windows 8+10
by Marco Bertschi
A really basic 3D Cylinder chart, drawn on a WPF canvas
by Miguel Diaz Kusztrich
An application to draw Recurrence Plots and calculate recurrence quantification measures
by Den367
Short glance at drawing on geographical tiles by using of Microsoft.SqlServer.Types assembly.
by Robert Gowland
Reduce duplicate code in your unit tests with NUnit's parameterized testing attributes. Learn how with this easy refactoring exercise.
by Yildirim Kocdag
Durandal CRUD
by Tim Cadenbach
Using Razor for SPA View´s
by Tim Cadenbach
Using Razor for SPA View´s
by Martin Arrivets
Using Reactive Extensions to build and consume aggregated order books
by Jeroen Richters
This article describes the dynamic insertion and removal of columns in a WPF datagrid.
by Jeroen Richters
Dynamic columns in a WPF DataGrid Control (part 2), correcting an architectural constraint using the interaction request framework
by Сергій Ярошко
It is demonstrated how to load and to analyze at run time a class library, how to select proper methods marked by the custom attributes and to use them in order to extend the application's functionality.
by Davide Icardi
Generate LambdaExpression or function delegate on the fly without compilation.
by Shashangka Shekhar
In this post, we are going to implement dynamic highchart with Angular6 and ASP.NET Core.
by Rubén Hinojosa Chapel
Prototype for a plugin architecture based on the Prism Library and the Modern UI for WPF (MUI) toolkit
by Dinezh Dinaz
To show a list of records without knowing number of columns using WebGrid
by Mahsa Hassankashi
This article explains how to make data source for kendoTreeView, particularly it is designed for organization chart such as personals or documents which need nested query, after drag and drop one node to another one, it will save it. Look at the demo.
by Mr.PoorEnglish
This is an alternative for "Dynamic Validation with FluentValidation in WPF/MVVM"
by tetsushmz
This article shows how user inputs can be validated dynamically with FluentValidation and INotifyDataErrorInfo in a WPF/MVVM application.
by Bryan Croteau
A technique for generating ViewModel objects dynamically, with foreign key-like references.
by Stein Borge
Enables automatic view model generation of properties, look up values, command, event and model linkage
by Sam Lombardo
Dynamically map a DataTable to type-safe business objects using reflection and generics
by Charles d'Avernas
A ready-to-use solution for dynamically querying an Entity Framework DbContext in ASP.NET
by jeffery c
how can we limit a person's specific permissions depending on his account and privileges?
by Rafid K. Al-Humaimidi
Easily support caching in your C# application to improve its performance.
by syed shanu
In this article you will learn how to create Kids Learn game using MVC and AngularJS
by Avelino Ferreira
The easiest way to implement the ToolStripControlHost and ToolStripDropDown classes, in a UserControl, in order to display a Container/Control beyond the limits of its Parent Container and Parent Form, with very few lines of code. Let's uncomplicate ...
by JIANGWilliam
This is a light-weight tools to enable convenient JAVA-alike logging with pre-defined or tailored formats, in addition to convenient timestamping.
by Sergey L. Gladkiy
Simple edit control for physical data input
by Yuriy Magurdumov
This article describes more scalable implementation of MessageQueue.ReceiveByCorrelationId method.
by dietmar schoder
How to solve the "eight queens puzzle" with a simple tree algorithm.
by Mykola Dobrochynskyy
This article discusses the topic of validation of an Email address with regular expressions, and finally presents a C# working example project.
by SarmadAsghar
Building on My SQL Storage Engines and APIs to Conduct Complex Analysis Using SQL Query Language: Part 5
by DataBytzAI
Using NancyFX to provide a web-interface to a Windows service using VS 2013
by arnavguddu
How to Embed Python interpreter in your C/C++ code and dynamically change the code path of compiled native code.
by Duncan Edwards Jones
A viewer application for EMF format spool files
by Zhuyun Dai
Talks about executing PowerShell script remotely in PowerShell console; also describes how to do the same thing in C# code.
by TrevyBurgess
How to enable a more natural way of using C# properties within an MVVM WPF application
by Frank T. Clark
A C# .NET 3.5 (Win7) Windows Forms Application with source code
by _Plutonix
An easy to use, customizable Collection Editor; with inheritance support
by Murtuza Husain Miyan Patel
The article demonstrates how to develop Generic classes not only for CRUD operation but also for search with System.Linq.Expressions.Expression parameter as predicate using Entity Framework 5.0 Database first Approach. As I have already demonstrated Code first approach in my previous article. It als
by Milan Stanacev
How to use EF Core code-first approach when DB schemas are split into multiple projects and DB contexts.
by Maxim Kurayan
EF Dynamic Report is a small open source project which allows you to use Entity Framework mapping between types and tables as a dynamic report data source
by Bernardo Castilho
A component that makes it easy to use Entity Framework in WinForms projects, including design-time binding support.
by Joost Jens
Describes how to create a Code based view for the Entity Framework
by Razi Syed
This is an alternative for "EntityUI Automatic UI Generator using CodeFirst Approach"
by GravityPhazer
This article demonstrates how you can simply enumerate any generic tree depth-first as well as breadth-first using the described construct. Trees can be serialized binary (using the BinaryFormatter), custom binary and as XML.
by Philipp Sch
Finding a fundamental Cycle Set forming a complete basis to enumerate all cycles of a given undirected graph
by Chris La
This is an alternative project of "OraLib - a lightweight C++ wrapper over Oracle's OCI library"
by Chris La
How to create a server-client network quickly using template server-client framework, EpServerEngine (C++ and Windows Winsock).
by Chris La
How to create a server-client network quickly using IOCP TCP template server-client framework, EpServerEngine.cs (C#).
by Shao Voon Wong
Always use Erase-remove Idiom to erase vector elements
by databaseobjectmodel
A sample infrastructure project such as erp, mrp, crm, admin panel.
by Sem Shekhovtsov
This article describes how to integrate simple error logger for .Net Core MVC 1.0 web project.
by Jerry Evans
Adding cross-platform round-trip JSON serialization to C++ classes
by Ganesan Senthilvel
Stimulating journey on evaluation of .NET Testing over the years
by Lộc Nguyễn
A look at both tightly and loosely coupled components design.
by David A. Gray
Historically, ETW has been portrayed as having a very steep learning curve, along the lines of the effort required to summit Everest. Realizing its potential value, I set about to reduce the effort to that required to summit Pike's Peak.
by D. Infuehr
How to optimize a given problem towards a calculable optimum
by Kenneth Haugland
The following is achieved using attached properties: Binds Enum to ComboBox, make a searchable TreeView, create WinFormStyle TreeView for WPF and a cool pixel shader Magnification for WPF.
by Avelino Ferreira
Presenting an easy-to-use, flexible, filterable ComboBox, managing various data types (including images), also sortable, resizable and reordable columns
by Syed Umar Anis
ExcelXMLExport is a Microsoft Excel 2010 / 2013 Add-in that generates XML data from Excel sheet.
by simonp_ca
Use Excel worksheet's cells as pixels to render real image (for fun and experiment)
by Khunt Suchit
Global level Exception Handling, Handle Exception using Try...Catch Block, HandleError attribute
by DiponRoy
Exception log with request detail in ASP.NET MVC
by Oktay Ekincioglu
Exception handling practices like avoiding null values, writing predictable function signatures, avoiding null reference exceptions, etc.
by urigg123
Describes how to design a lock like mechanism in a distributed solution to allow exclusive access or leader election to one of the server components.
by Clifford Nelson
A set of extension methods to support conditional Expression Bodied Functions and Properties
by Paulo Zemek
Presenting three expandable frameworks built as Portable Class Libraries.
by Clifford Nelson
This is a control that is like a Expander Control but there is both Expanded and not Expanded Content. It demonstrates some concepts on how to easily create controls whose functionality can be mostly implemented in the XAML with the code behind being mostly DependencyProperty definitions.
by HadyAllam
Describe Website deployment on Azure App Service and manage your Website.
by _Plutonix
Helper class to add, change and delete Registry based Explorer Context Menus from your app
by _Plutonix
Framework for NET based Shell Context Menus using VB, C#
by William Hey
Factoring classic integers
by Peter Elzinga
This is a generic solution for converting the output of any SQL server script to an Excel file (using SSIS).
by SlavaUtesinov
How to deal with expression trees, presented at C# as generic Expression type, to achieve some practical goals, for example - translating them to specific language like T-SQL.
by Michael Janulaitis
Provides an introduction to the open source client/server DotNetOpenServer SDK project for Android, iOS, Windows Phone, Windows, Mac and Java Platforms
by Sergey Morenko
Your own extensible and configurable Thread Pool.
by Wojciech Nagórski
Extended XML Serializer for .NET 4 and .NET CORE with WebApi and ASP Core integration.
by Irina Pykhova, Greg Lutz
This article describes the implementation of an extended GridView control that enables drag and drop with grouping and variable sized items.
by Vladimir Misovsky
Overriding CMFCShellTreeCtrl and CMFCShellListCtrl classes
by Shmuel Zang
This article shows how we can extend the ObjectPresentation library behavior.
by Eric Lynch
In this article, we explore the implementation of a Visual Studio editor that allows editing of a fictitious "Colorful" language. The editor minimally implements both syntax classification / coloring and IntelliSense completion.
by Henrik Jonsson
Another solution for Extension properties in .NET
by John Torjo
Easily read and write files from/to any Android Phone/Tablet/iPhone/iPad connected via USB.
by Lyubomir Rumenov Velchev
A Windows Service which sends an email notification when the external IP address has changed.
by Tsuda Kageyu
Extract all the variations of an icon, including the ones ExtractIconEx() can't extract.
by Shashangka Shekhar
In this article, we will learn about Face API and create a simple ASP.Net MVC application to detect faces in an image by using Face API.
by Jeffrey T. Fritz
In this article, I’m going to show you how to set up dtSearch with an Entity Framework dataset and then use faceted search navigation to add multiple filters to the result set.
by Afzaal Ahmad Zeeshan
In this post, I am going to walk you through creating your own central hub to allow your connected devices to authenticate people using facial recognition system.
by Vibhore_Tanwer
This article helps in learning how to apply C# concepts like Nested classes and Partial classes to implement Factory Method pattern.
by Marla Sukesh
In this article we will learn difference between Factory Method Pattern and Abstract Factory Pattern.
by Snesh Prajapati
In this article we will understand Abstract Factory Pattern. This article is third part of Factory Patterns article series and continuation of Part 1 (Simple Factory Pattern) and Part 2 (Factory Method Pattern).
by Snesh Prajapati
In this article we will understand Factory Method Pattern. This article is second part of Factory Patterns article series and is the continuation of Part 1: Simple Factory Pattern.
by Snesh Prajapati
In this article series, we will learn about different factory design patterns. There are three kinds of factory design patterns, namely, Simple Factory Pattern, Factory Method Pattern and Abstract Factory Pattern.
by Frakon
Deep cloning code made with Linq.Expressions. Tests and test classes are enclosed.
by Edgar Maass
Open and display point clouds using a simple user control. Technology used: C# and the OpenGL library via the OpenTK port to .NET.
by Jakob Lithner
Extension to the TreeView control making it very fast to load items
by Mehdi Gholam
A binary JSON serializer based on fastJSON (support for MonoDroid, netcore)
by Felipe R. Machado
There are countless ways to trim all whitespace from a string, but which one is faster?
by Mehdi Gholam
In this article I demonstrate why fastJSON is the smallest, fastest polymorphic JSON serializer (with Silverlight4, MonoDroid and .NET core support)
by Denis Lysikov
In this article I'm going to tell about the features of working with DVB-T2 TV tuners and the nuances that you can expect in this work.
by vijay venkatesh prasad N
jQuery - File Management widget
by Grasshopper.iics
Human Activity tracking and aggregation at the edge with Activity based climate control
by dmihailescu
A windows explorer extension for easy binary/text file comparisons and calculating the MD5, SHA1, SHA256 hashes.
by Dirk Bahle
Lessons Learned on Software Design with WPF
by Dukhabandhu Sahoo
Simple way to upload file using jQuery AJAX in ASP.NET Web API
by Ashwini Verma
File upload without page refresh in ASP.NET MVC
by Marcos Meli
An easy to use .NET library to read/write strong typed data from files with fixed length or delimited records (CSV). Also has support to import/export data from different data storages (Excel, Acces, SqlServer, MySql)
by Duncan Edwards Jones
A utility to help turn flat files (.csv, tab separated, etc.) into type-safe CLR objects with validation using attributes
by Super Lloyd
A fully featured yet short (only 436 lines) replacement for datatables
by LiYS
Finalizer case explained
by Peter N Robinson
Press either CTRL key to find out where the mouse pointer is...
by Michael Haephrati
This article explains how the Skype account details are stored, how to fetch this information and in general, how to interpret XML files using Rapid XML library.
by Ivan Yakimov
In this article, I'll describe how to find typos in JSON document which must be deserialized in a .NET object. Also, I'll show how to deal with obsolete properties.
by Michael Chourdakis
Use your sensors for identification and verification
by DaveDavidson
In this article, I explain how I went about creating a FIPS compliant digital signature solution and the reasons for my chosen techniques.
by Mahsa Hassankashi
phenomenon prediction and simulation by Markov Chain Mont Carlo
by Praveen Ruchandani
Building first Angular2 app with VS2013 and TypeScript.
by Sreekanth Mothukuru
In this article, we are going to implement CRUD operations using popular AngularJs library, ASP.NET MVC, $http & $window services and Entity Framework using Linq
by V.
Convert FITS file to known image formats and use those images for a "zooming" functionality (image transparency)
by Eric Lynch
A flexible command line parsing class that uses C# attributes and reflection to discover syntax
by Rogai Lorenzo
Flexible server that use User Created DLL to handle incoming/outgoing client packets.
by Sumit Tech Brain
Fluent Migrator makes the database migration very easy. It is a database migration framework for .NET and uses fluent interface to manipulate database.
by Pranay Rana
Flyweight pattern is about creating a pool of objects which allow sharing already created objects and causing applications to consume less memory.
by Alexander Semjonov
The paper presents simplest byte-code formula compiler using C++ BNF-like embedded domain specific language (EDSL). It introduces BNFLite template library and implements byte-code for parallel computations.
by Christ Akkermans
This article in the FORTRAN Interoperability with .NET series explains how to exchange complex data between C# and FORTRAN.
by Christ Akkermans
Part II of the FORTRAN Interoperability with .NET series where we introduce the ISO C Binding which greatly simplifies interoperability.
by Sreekanth Mothukuru
A look at the free SQL Server Schema Comparison Tool in VS2013
by _yaRus_
Frontend design for ASP.NET web applications
by Member 12338789
Change the frequency , the mode and sent morse code on radio
by KarstenK
Emporing C++ on the Windows Phone 8.0
by #realJSOP
Abusing attributes, and loving it.
by wmjordan
This is an alternative for "Interceptor in the Wild". The Function Decorator Pattern offers a way to inject new behaviors into existing methods without using IoC frameworks nor modifying method implementations.
by MrSmersh
The second part (concerning a new Galileo Windows connected (at last) application) to a series of articles about Galileo running Windows and IoT.
by koolprasad2003
This article gives you an idea of Memory management, garbage collection, managed and unmanaged resources in C#.
by mbarbac
Intercepting the Garbage Collector with Listeners that allow us to create C# Soft References and truly Weak Collections
by Ryan Scott White
an assembler/compiler for AMD’s GCN (Generation Core Next Architecture) Assembly Language
by John Trinder
Comprehensive Multi-Slider(-Range) that can add, delete and move arrows (thumbs)
by David A. Gray
This article demonstrates a class library that supports command line parameters with default values stored in application settings.
by Kenneth Haugland
Create B-Spline and NURBS curves and learn how to use and manipulate them.
by Graeme_Grant
A documented journey looking for the fastest solution for generating valid Anagrams for the Weekly Code Project Challenge...
by Sachin Makwana
Download page as HTML string. Parse it using regex and extract desired contents to generate Facebook Like Preview.
by tetsushmz
This article explains how to dynamically create RDLC.
by Nick Polyak
Navigation and event propagation on generic trees
by Abdulrahman Emad
Generic Data Access Helper
by Mercede
Generic data manager provides thread specific IUnitOfWork repository tailored for your entities and takes care of all the plumbing and cleaning in a thread safe way.
by Bryan Tubbs
This article will show how to create and/or a list of a particular class type from a SqlDataReader object by dynamically creating a lambda expression to carry out the process of populating the list.
by Mr.PoorEnglish
10-times faster Accesss with Reflection.MethodInfo (updated)
by Emmanuel Nuyttens
Example of a multi purpose Layered framework for simplifying modern .NET application development
by Abdulrahman Emad, Muhammad Magdi
A generic CRUD control implemented based on the MVVM pattern.
by Abdulrahman Emad, Muhammad Magdi
A generic CRUD control implemented based on the MVVM pattern
by Mr. xieguigang 谢桂纲
Introduction to "GENOME-IN-CODE" Project about virtual cell modelling the bacteria Xcc 8004, visit GCModeller.org for the latest news about GCModeller
by Carmelo La Monica
Geolocation is one of the most frequently used functionality within mobile and beyond, with it we can retrieve the location and information about the place where.
by jamuro77
This article explains how to create a simple Multi-Language ASP.NET MVC 5 Web Application. I'll show how to translate texts, localize images or entire views as well as how to deal with URL routing to support several languages.
by Kim Togo
Use Ge.tt Web Services for real-time file publishing and sharing.
by Vincent Maverick Durano
A one-stop tutorial that helps you get started on building apps on Android Wears and Handheld device.
by syed shanu
In this article, we will see how to start working with Angular 5 and ASP.NET Core using Angular5TemplateCore
by Muhammad Idrees GS
This article will demonstrate how to get started developing websites with AngularJS.
by Muhammad Idrees GS
This article will demonstrate how to get started developing websites with AngularJS. Connect with server database by http methods.
by JMK-NI
How to hit the ground running with AngularJS on ASP.NET MVC: Part 2
by syed shanu
In this article, we will see in detail how to use ASP.NET Core Identity in MVC Application for creating user roles and displaying the menu depending on user roles.
by Maninder Singh Puhi
A basic tutorial to build and consume RESTful services using ASP.Net Web API 2 and Entity Framework Code First approach.
by syed shanu
In this article, we will see how to develop our first ML.Net application to predict the Item stock quantity.
by Nishant_Chaturvedi
This article helps you get started with TypeScript in AngularJS application.
by Marco Bertschi
In this article, I try to cover most basics of creating a portable (Windows, Mac and Linux) ASP.NET Core application and discuss possible use cases for a web app using ASP.NET Core.
by Thomas Daniels
An algorithm to classify whether text is gibberish or not, and an implementation in C# and Python.
by Daniele Fontani
A simple POC to demonstrate how to use GitHub API and Oauth to create a real application
by Thomas Yee
How to implement exception logging and trace logging using global MVC filters
by pramod.hegde
This article shows how to track your windows 8 app in GA
by apis3445
You can show a map in your WPF application with the Google Maps API v3.
by PrafullaVedante
This utility downloads Google takeout images from the downloaded JSON files.
by Andy Feng
The article introduces a complete C# solution to grab Html data through POST request from remote server and extract fields from the Html source through parsing its DOM structure.
by Marcelo Ricardo de Oliveira
A shoot'n'up HTML5 game made with Phaser game framework
by Ehsan Sajjad
In this post, I will be addressing this problem and we will learn that how can implement CRUD using JQuery DataTables in one page without any full page reloads.
by Ehsan Sajjad
This article demonstrates how to implement advanced search on a gird using JQuery DataTables in asp.net mvc 5
by Ashwini Verma
Gridview in ASP.NET MVC
by Ehsan Sajjad
Beginner's guide to implement server side pagination, sorting and filtering of gridview using jquery datatables
by User 4835047
Small, customizable control for displaying JSON data similar to a GridView
by Anurag Gandhi
A custom GridView control which provides you an additional facility to group the data in gridview along with the facility to customise the Group Header and Group Footer
by trident99
GtCalc is a spreadsheet library for the GT Graphical User Interface Library
by Mr. xieguigang 谢桂纲
The idea of hybrids the R script and my shellscript is awesome, and hybrid the shellscript with R can extends the function of my script and I also can write two type of the programming language both in one script file. Incredible thing! Right?
by Sarvesh Kushwaha
This article describes what is session hijacking and how to prevent from session hijacking in asp.net.
by David Killian
A reflective approach to providing stored procedure based data access methods with a reuse pattern based on polymorphic Types as arguments in ObjectResult
by Mario Majčica
Creating ExpectedAggregateExceptionAttribute thatmakes TPL exceptions testing easier.
by Fiyaz Hasan
Integrating Cortana in Windows Apps (Foreground & Background interaction)
by Marc Clifton
Hashcash is a proof-of-work system used to limit email spam and denial-of-service attacks, and more recently has become known for its use in bitcoin (and other cryptocurrencies) as part of the mining algorithm.
by Ansel Castro
Describes the basic steps to render height maps using the graphics engine of Igneel
by Omar Gameel Salem
Implementation of the dynamic programming solution for the Travelling salesman problem
by Afzaal Ahmad Zeeshan
I would talk about Windows 10 from a developer's perspective. Windows 10 has not yet been released, but it is better to know the tool to get your hands ready to develop applications.
by Clifford Nelson
This is a generic class that makes it much easier to create another class in the background. It also provides a good sample of how to use the Task.Run with the ContinueWith clause.
by Sergey Alexandrovich Kryukov
This toolchain (v.2) helped me to accelerate article writing, reduce the number of mistakes and save tons of time; some of my recommendations could help
by Miguel Diaz Kusztrich
Adding Support for Microsoft Kinect to ThiefWatcher application
by Magnus Rindeberg
Locating the ViewModel in a View-First MVVM application using an attached property and a pinch of dependency injection
by Mehdi Gholam
Smallest full text search engine (lucene replacement) built from scratch using inverted MGRB bitmap index, highly compact storage, operating in database and document modes
by Pavel Durov
In this article I will explain how to create a local WebView hosted Html/Javascript application on Winrt Platform and how to establish the communication between both sides.
by 0xC0000054
A C# library to host Photoshop-compatible filters in .NET 2.0 and later
by BobbyPhillips
Step-by-step guide to building a WCF Web Service hosted in a Windows Service
by Alon Lek
HostMe is a simple one EXE application that can host your static web pages easily. It can run either as a console or as a Windows service with the minimal amount of effort from your side.
by Michael Chourdakis
A ready to be used hotpatching library with five methods!
by Pranay Rana
Decorator Design Pattern
by Lao Chen
A lightweight method to process binary XML. As a general data representation technique, it simplifies the design of database and protocol with convenience.
by Dmitriy Gakh
One new method of explaining of boxing and unboxing
by Snesh Prajapati
This article provides in depth overview of how dependency properties are stored in WPF Property System.
by L. Michael
This article provides a practical approach for exposing a .NET assembly to COM.
by Dave_Voyles
In this tutorial, I’m going to walk you through the steps of how I set up my container to host all of the .mp3s of the podcast.
by israrali
String behaves like value type as it is reference type
by W.Walker
It explains step-by-step how to develop a basic IVR voice menu system in the most simplest way and explains how to create such professional VoIP functionalities as blind transfer and human speech control.
by Afzaal Ahmad Zeeshan
This article tells the beginners the basic concepts about connecting to the SQL Server database using C#.
by Jack Xu, USA
This article covers complete step-by-step tutorial on how to create a line chart in WPF and how to convert it into a chart control that can be reused in WPF applications with MVVM pattern.
by Guillermo Zanoletti
This is a tutorial on how to create a VSTO Add-in to extend the Microsoft Outlook functionalities.
by Bwalsh490
This article presents how to develop a C# application using XML/HTTP/PHP and DTMF signalling that allows you to authenticate your customers through a phone call with the help of their User ID and PIN code.
by VINEET MISHRA 086
This article explains how to use data source for representation of data in TreeView structure using ASP.NET MVC and Gijgo treeview JQuery plug-in, The TreeView control can display a hierarchical (or nested, or recursive) collection of data in a tree of expandable nodes.
by Yin Kan (Gavin) Lee
Create Excel File using Openxml without loading the entire DOM
by W.Walker
It explains how to create a virtual call queue extension in your C# IP PBX in order to make your Automatic Call Distribution (ACD) system more effective.
by Clifford Nelson
This is an alternative for "How to Embed Arbitrary Content in a WPF Control"
by Shamim Uddin
How to enable cross origin request in ASP.NET Web API
by Shamim Uddin
In this post, I want to share, how to fetch data from the database using angular JS in Web API
by Michael Haephrati
Here is a way to find what is the email address / addresses used by the user running a program
by Shamim Uddin
In this article, we are going to learn how to get geolocation address by using Google geolocation API in ASP.NET Web API.
by dan!sh
Simple way to do basic mathematical operations on large positive natural and decimal base 10 numbers
by mvastarelli
This article describes how to implement DI support in an Orleans Silo.
by Deb Kumar Ghosal
Windows Phone 8.1 RT Microsoft has introduced many new features and changes in the Windows Phone 8.1. Isolated Storage is one of the crucial features that has completely changed in Windows Phone 8.1.
by _Noctis_
This will let you start logging quickly with VS2013 and NLog.
by Hiske Bekkering
A simple explanation of how to synchronize custom painting with a ProgressBar's default painting.
by Wendelius
This article explains the problem, when another transaction (concurrent or not) accidentally overwrites previously modified data and how to prevent this from happening.
by Sergey Nizhegorodtsev
The article explains step-by-step how to start programming using cryptocurrency API for Bitcoin, Litecoin, CrimeaCoin, etc. The working example has been written for Crimeacoin.
by NikoJarvi
In this article I described a solution that can be used to send alarms through your VoIP network to the Central Station in case of fire, burglary or any other emergency event by using your own C#.NET application.
by Ranjan.D
Let us see how to send, receive and delete SMS using Arduino and GSM Sheild
by NitinShrivastava
Setting Up Environment for Angular 6 in Visual Studio 2017 with ASP.NET Core 2.1
by Wendelius
Desribes how to store and fetch binary data to a filestream column compared to a varbinary column.
by Atish Dipongkor
Synchronize Active Directory (AD) users to a SharePoint List. We will create a timer job for that. This timer job will periodically sync AD users to a SharePoint list.
by Tuhin.Towhidul
Configuration transformation for different environment.
by Irina Pykhova
This article describes the implementation of an extended GridView control for the Universal Windows Platform (UWP).
by Southmountain
A discussion on how to upload NLog configuration into version control system for beginners. Two configurations are given here.
by Khunt Suchit
How to use a WCF Service without adding a Proxy or Service Reference in ASP.net MVC Application
by Mathew Soji
Logging is a method of tracking/monitoring what is going on when an application is in progress/running.
by Daniele Fontani
How to create a web application using owin and nancy as presentation framework, embedd it in a dll and include to many web sites.
by Johnny J.
With PInvoke, it's possible to manipulate forms belonging to another application
by D. Infuehr
Make programs 5x faster - the easy way. Now on every GPU!
by Guruprasad.K.Basavaraju
An MVC application to make a copy of CodeProject articles in your Browser Cache using HTML5's AppCache feature
by Kel_
A modern real-time HTML5 chat implementation for the web and mobile worlds.
by Zhuyun Dai
Deeply investigating HTML5 File API capabilities and compatibility with different web browsers with code demonstrations.
by Kel_
MyChat: a simple real-time client-server chat using fancy HTML5 features and identicons.
by Kel_
A clock rendered as 4 progress bars and published by the server in real-time.
by Kel_
Streamed chart implementation using modern HTML5 features.
by Robert Vandenberg Huang
A step-by-step walkthrough of implementing the HTTP 206 Partial Content
by Robert Vandenberg Huang
A example project about how to "manually" control HTTP caching in Web API.
by Rudi Breedenraedt
How to mix relational and document oriented data in SQL Server and query it with Entity Framework? Including pitfalls, limitations and performance notes.
by santosh poojari
Steps to setup IIS Asp.net Warmup module. Describe usage of Preload- System.Web.Hosting.IProcessHostPreloadClient
by Lai Taiyu
A simple image binarization
by chaau
Automatically catalogue images based on modified date
by Anurag Gandhi
An HTML 2D game to describe some basic game development tips in HTML/CSS and JavaScript.
by Midi_Mick
Displays a list of images with various transitioning effects
by User 6918454
A lightweight image viewer for .NET 2.0, supporting multi-core processing
by User 6918454
Light-weight image viewer for .NET 4.5.1, supporting multi-core processing
by Pierre Nortje
Lets looks at the Diffie-Hellman key exchange to securely send private information over a public channel.
by Ehsan Sajjad
This post outlines why we would implement Equality for a Reference Type and how we can do that.
by Ehsan Sajjad
This post is a guide for beginners on how to implement Equality for a Value Type and why you should implement it.
by saddam abu ghaida
Creating Object relation mapping from scratch
by Snx.sahay
This is a single page application. Technologies and version used for these articles are MVC 5.0 and Durandal 2.1( client side framework)
by Habibur Rony
Basic Idea about DeSerializer and Serializer; advantage and disadvantages of XmlSerializer and DataContractSerializer; implementation XML and DataContract Serializer/ De-Serializer.
by Mike_Liu
Manually implement a basic WCF Service (.NET 4.5) from scratch, step by step, with clear instructions and precise screen snapshots.
by Arthur V. Ratz
This article demostrates the C++ code that implements AI binary distribution evolutionary algorithm for finding the "nearest" neighbor values of the given value of x in the array of N elements.
by Miguel Diaz Kusztrich
Complete algorithm for correspondence analysis to add to your own statistical class clibrary
by Debabrata_Das
In this article we will create a project to see how one-to-many relationship can be implemented in ASP.NET
by Arthur V. Ratz
In this article, we'll demonstrate an approach the allows to increase the performance (up to 600%) of the code that implements the conventional distribution counting algorithm (DCA) using NVIDIA CUDA 8.0 Runtime API
by Ehsan Sajjad
Repository pattern implementation in ADO.NET using Generics
by Dieter Deysel
Step-by-step walkthrough to implement SignalR in desktop applications
by Arthur V. Ratz
This article demonstrates how to implement the Huffman adaptive compression alogrithm to compress graphics images of 256 colors depth and other multimedia files
by Morteza Giti
How to implement the K-means clustering algorithm in C#.NET
by TrevyBurgess
Implementing Windows 10 GridView for UWP Apps
by Satish Jagtap
This article explains how to import database to MySQL server and how to export database from MySQL server.
by Riccardo Cervelli
Redraw database structure to improve productivity
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
by Roger500
Detect and correct unresponsive forms
by Roger Vuistiner
How to quickly improve your WPF application to give your users a pleasant mouse wheel experience
by Priyank Modi
In Depth Look: Strategy Design Pattern, Dependency Injection (DI), Open/Closed principle (OCP) and Loose Coupling vs Tight Coupling
by Massimo Fabiano
I know that "returning DataSets from WebServices is the spawn of Satan" but...
by Wladis
Disclamer: this article is a step-by-step guide to help you to familiarize with the core functionality of Incoding Framework. Following the guide will result in an application that implements the work with the DB (CRUD + data filters) and fully covered with unit tests.
by Wladis
IML on the example of popular app ToDo MVC
by Vyacheslav Chernykh
F#-implementation of algorithm for incremental construction of minimal deterministic finite automata through adding and removing strings.
by vulf
Dictionary with keys and indexes
by Arthur V. Ratz
In this article we'll discuss an approach of using jQuery's Ajax requests to implement an indexed search filter based on an example of creating a simple phone book web application with ASP.NET MVC.
by Najeeb Shaikh
Unlike SQL databases, Redis does not support querying by columns natively, which means that you have to maintain your own indexes. As it turns out, Redis provides a rich set of data types to the programmer to ease this task.
by cogi83
A SW to send your WAN IP and other info via email
by Sachin Dev Tripathi
How to use ASP.NET MVC architecture into old ASP.NET Web Forms application.
by Toby Jacobs
An intuitive mechanism for managing dependencies between INotifyPropertyChanged properties
by Nick Dunets
Free and elegant way to propagate changes of dependent properties when dependency changed (including dynamically changeable nested properties)
by Pinakpani Dey
How to insert, update and delete MVC WebGrid data using JQuery
by Khademul Basher
How to use client side JavaScript toolkits such as Gulp and Bower with ASP.NET 5 project using Visual Studio 2015
by Mario Majčica
A practical guide on installing a VSIX package by using WiX Toolset
by OriginalGriff
We all know database connection strings and suchlike should not be hard coded - but then there is the problem of getting the right string into the right PC when you release software.
by Marius Bancila
Learn how to integrate the new Windows Azure machine-learning APIs in a C++ application using C++ REST SDK
by Shemeer NS
Color Picker tool for Visual Studio IDE, VSPackage walkthrough
by Mark J. Caplin
Single Page Applications and the Model View Controller Design Pattern
by Nathen Drees
Today we will be looking at how to integrate data with Salesforce using SSIS and CData’s SSIS driver.
by Mike Oberberger
Compute a velocity vector which allows a first moving object to intercept a second moving object given known positions and current velocities within a game or simulation environment
by João Matos Silva
A near real world example of usage of the Interceptor Pattern to leverage new behavior without changing implementations
by Attila Kúr
Scan a bill barcode with your smartphone and snap! Your PC's money transfer form is automatically filled with all the data from that bill.
by Daniel Pfeffer
A faster method for performing interval arithmetic
by Adam O'Neil (Travelers Rest, SC)
Introduction to Postulate, a code-first ORM for SQL Server made with Dapper
by Nick Polyak
New simple but powerful IoC container
by adospace.NET
Layouts is a Javascript library that let you create web applications with complex UI using Xaml
by Nick Polyak
Roxy is a powerful new Roslyn based proxy generation packages that facilitates separation of concerns, creating adaptors and smart mixins.
by TheQult
Simple middleware to add server side analytics functions to ASP.NET Core
by Serge Jerkezian
The article covers the basic architecture of AngularJS and how to connect it to a WebAPI.
by Halil ibrahim Kalkan
ASP.NET Boilerplate is a starting point for new modern web applications using best practices and most popular tools.
by Christ Akkermans
An introduction to the strange world of mixed language programming with FORTRAN and C# .NET code
by Joel Ivory Johnson
In this article I take a look at setting up a system for HoloLens development, the compatibility of the applications with other UWP platforms, and introduce Unity for making a 3D application
by Florian Rappl
JSON Schema may be the answer to most problems in dealing with JSON files. We explore JSON Schema from a practical point of view.
by Akhil Mittal
This article is an introduction to Knockout.js and CRUD Operations in ASP.NET Web Forms using Knockout.JS.
by Michael Bookatz
The aim of this article is to introduce the area of cloud services from the Microsoft Azure platform
by charles922
Introduction to Numerical Methods and Updated Polynomial Class
by _Noctis_
Different ways of achieving unit testing for your projects
by Daniel Vaughan
Using steganography to conceal text within a document or watermark a code file, using a whitespace encoder. Hide text in plain sight!
by xxlben
Use dependency injection to communicate seamlessly with remote services.
by Emmanuel Nuyttens
Brief example on how to use an IO Bound Async / Await process
by Naren Neelamegam
Building robots from the scratch with speech recognition, remote voice control, learning intelligence with Raspberry PI, Intel Galileo and Microsoft Azure.
by Gaurav K Rastogi
This is the article which basically is the comparison between three most popular DIs in .NET.
by Sul Aga
Using Autofac IoC container in MVC application to resolve dependencies. Scenarios included: controller, custom filter and view dependency injection
by IInjac
Discover and command IoT devices in your local network. Channel device-data to your websites, SQL-Server, Azure Table Storage and Azure Event Hubs.
by Rathore Amit
I am using Arduino board as IoT device, demonstrating how we can relay sensor data over the internet to many clients using signalR
by gmarkc
A simple and inexpensive project to control your first IoT device using an Azure service
by Bill Menees
Use third-party geolocation .csv files and some address range logic to provide simple IP address geolocation.
by Yahya Mohammed Ammouri
A Windows application tool that generate JavaScript code for a specific ASP server controls (Textbox, CheckBox and radio button)
by DataBytzAI
Using JSPlumb with ASP MVC to create flow-chart and work-flow applications
by Rolando CC
How to deal with objects creation in JavaScript, encapsulation and inheritance, different techniques, and examples
by Shawn Lawsure
A usable suite of JavaScript UI controls written with TypeScript.
by Ahmed Amer Jaf
Fast n Easy Way to parse Json data
by amitthk
JPickList is a simple JQuery plugin used to display Picklist of selection items. It can also be used to display hierarchical data in picklist format.
by KK Kod
Using JqGrid in MVC Applications
by Mohd Manzoor Ahmed
jQuery Based Ajax ASP.NET MVC Google Maps Web App
by Stefan Vincent Haug
Getting started with jQuery validation and setting up culture specific validation in ASP.NET Core 2.0
by Halit Yurttaş
We are examine to customize AJAX interface custom search elements
by Don Fizachi
A set of C# classes to create and manipulate JSON Schema and Instances.
by Don Fizachi
A set of C# classes to create and manipulate JSON Schema and Instances.
by dale.newman
Importing Excel & Delimited Files into a Junk Database
by Hasibul Haque
How to work with tabular data using Kendo Grid in web application
by mbarbac
The seventh version of the dynamic, configuration-less and self-adaptive Kerosene ORM library, that provides full real support for POCO objects, natural SQL-like syntax from C#, and advanced capabilities while being extremely easy to use.
by Jacob Himes
Introducing a small library to make configuring your .NET apps just a bit more easier.
by AHMAD ANAS
This article is intended to deliver a kick start understanding about AngularJs 2.0 and Visual Studio.
by AHMAD ANAS
In this article, you will learn how to create console application in .NET Core with NoSQL- MongoDB.
by Edgar Maass
Display a Point Cloud grabbed by the Microsoft Kinect v2 in a OpenGL control
by Edgar Maass
The goal of this article is to extract a point cloud using the Microsoft Kinect v2 sensor, visualize it using the VTK toolkit, save it for printing or further work (e.g. using Meshlab)
by Shawn Lawsure
Get up-and-running with data binding and KnockoutJS.
by Sudheer Reddy K
The article shows how to use the simplegrid which is used in knockout examples to which i've added support to accept column template to interact with outside DOM bindings, and stylish and simple pager and also multi select option.
by S. M. Ahasan Habib
This article will help beginners to understand how knockout will work with ASP.NET and communicate client-side server side and the usefulness of the responsive UI design.
by _Noctis_
Sorting out the confusion behind collections
by Yuriy Magurdumov
Efficiently uploading large data files in chunks via WCF Service, and storing data in SQL Server using Entity Framework
by Robert Vandenberg Huang
An example about streaming large JSON array in ASP.NET Web API and HTTP chunked transfer encoding
by icemanind
Automatically generate Business and Data layers in C# or VB.Net from a SQL Server, Microsoft Access, MySql or SQLite database design.
by Shivprasad koirala
In this article, we will learn how to use C# step by step for beginners.
by Marla Sukesh
Welcome to day 1 of Learn HTML 5 in 3 days article series
by Marla Sukesh, Pradeep Shet
This is part 2 day 2 continuation of article Learn HTML5 in 3 days.
by Marla Sukesh
In this article we will talk about Server Sent Events in detail.
by Pradeep Shet
Today we are going to get deeper into knockout and try to learn some more features about this framework
by Marla Sukesh
This article is a continuation article of the series “Learn MVC project in 7 days
by Marla Sukesh
This article is a continuation article of the series “Learn MVC project in 7 days.
by Marla Sukesh
In this article we learn MVC 5 step by step in 7 days – Day 2.
by Marla Sukesh
In this article we will take our MVC 5 Project into next level by introducing Data Entry Screen and Database Communication.
by Marla Sukesh
This article is continuation of day 4 for Learn MVC Project in 7 Days.
by Marla Sukesh
This article is continuation of day 5 for Learn MVC Project in 7 Days.
by Marla Sukesh
This article is continuation of day 6 for Learn MVC Project in 7 Days.
by Marla Sukesh
This article is continuation of day 7 for Learn MVC Project in 7 Days.
by Marla Sukesh
In this article we Learn step by step how to create project with MSBI.
by Akhil Mittal
This article will explain how one can create their own custom collection class that can be iterated through.
by Akhil Mittal
In this article, we look at how we can leverage Entity Framework approaches and, as per need, use those.
by Akhil Mittal
Code First Approach and Migrations in Microsoft .NET Entity Framework
by Akhil Mittal
ASP.NET Web API 2 with Entity Framework 6 Code First Migrations
by Thorsten Bruning
How to combine a bunch of techniques to improve code readability.
by Jason Gleim
Creating slightly-smarter dirty flags in our model classes
by syed shanu
In this article, let’s see how to create our own ASP.NET Core Blazor Shopping Cart using Entity Framework, and Web API
by Rahul Rajat Singh
This article contains a small IoC container implementation just created for educational purpose.
by Zohaib Sibte Hassan
Getting started on using LevelDB for your UWP application
by Dilip Nandakumar
Using Dependency Injection to manage navigation and assigning data context in MVVM design.