Click here to Skip to main content
15,887,596 members
Everything / Programming Languages / Markdown

Markdown

Markdown

Great Reads

by dnxit
MVC .NET Core 3.1 Dynamic Role based authorization using Authorization Handler & Custom Authorize Policy
by Andrew Kirillov
The article demonstrates usage of ANNT library for creating convolutional ANNs and applying them to image classification tasks.
by Mr. xieguigang 谢桂纲
How to build my own 3D graphics engine from ZERO step by step
by Jo_vb.net
This article and the demo are about getting started using the MVVM Toolkit and some self-created interfaces / services for MessageBox and some dialogs.

Latest Articles

by Rami Alshaar
Enhance your coding skills with a walkthrough on how to create a smart calculator with many features made in Python.
by Ben McNamara
Container classes much faster than STL.
by V. Subhash
Learn to create documents in popular formats using only free and open-source software
by Keith Barrett
A C# library for use in physics and engineering calculations

All Articles

Sort by Title

Markdown 

10 Jun 2021 by MESCIUS
Here are the top ten things you wish Blazor could do — that it actually does!
4 Oct 2018 by Rahul Rajat Singh
In this article we will look at how Dependency Injection works in ASP.NET Core.
18 Sep 2018 by Ben Hall (failingfast.io)
This is a robust solution for FileSystemWatcher firing events multiple times
7 Sep 2018 by Robert Vandenberg Huang
Experiment, run and compare different pathfinding algorithms and heuristic functions
13 Aug 2019 by Benktesh Sharma
Demonstrate how to add EF support in .NET Core project
28 Apr 2019 by Phil Hopley
In this article, we will add AI to an existing ROS (Robot Operating System) House Bot.
8 Dec 2017 by Dirk Bahle, Alaa Ben Fatma
Tips & tricks on visting and searching nodes in WPF TreeViews
12 Sep 2018 by Rahul Rajat Singh
In this article, we will try to understand the concept of middleware in ASP.NET core.
20 Sep 2018 by Sujeet Bhujbal
Angular 4 Insert, Update, Delete with ASP.NET WEB API
10 Mar 2019 by Fred Song (Melbourne)
Angular 7 with .NET Core 2.2 - Global Weather (Part 2)
5 Feb 2020 by Fred Song (Melbourne)
Demonstrating a series of Angular fundamentals through an Angular 7 application.
23 Feb 2017 by Hein Pauwelyn
SituationI develop a site with Angular-CLI and will publish that on GitHub pages. the link to my project is https://heinpauwelyn.github.io.I've installed a package named angular2-markdown to render markdown files on my HTML pages. Below you see my code:
12 Nov 2018 by Tushar_Gupta
Quick Start tutorial for creating AngularJS applications
28 Oct 2018 by Andrew Kirillov
The article demonstrates usage of ANNT library for creating convolutional ANNs and applying them to image classification tasks.
28 Aug 2013 by Aron Kovacs
This is an alternative for "fastJSON"
9 Nov 2018 by YasIkeda
Tutorial about how to add authentication functionalities to your existing ASP.NET Core project using Microsoft.AspNetCore.Identity.UI package
31 Jul 2018 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.
30 Oct 2018 by Leonard E. James
Create initial object model and database and display first Razor Page
5 Jul 2019 by Joseph Rozario
This article explains how to implement Token Authentication and Authorization using JWT in ASP.NET CORE.
10 Oct 2019 by Joseph Rozario
This article explains how to implement Token Authentication and Authorization using JWT in ASP.NET CORE.
30 Jul 2019 by Don Hoang
This post describes implementing ASP.NET Editable Gridview using Bootstrap 4
25 Sep 2021 by Clark Fieseln
Compress, encrypt and hide a secret file inside an audio file (MP3, WAV, OGG, FLAC, ..)
1 Aug 2018 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.
27 Aug 2017 by Daniel Vaughan
Use, and learn how to build, a Markdown Monster add-in that outputs HTML compatible with CodeProject's article submission wizard.
17 Nov 2018 by Daniele Fontani
TDD & BDD explained with examples
1 Feb 2017 by Mr. xieguigang 谢桂纲
How to build my own 3D graphics engine from ZERO step by step
11 Feb 2023 by Akram El Assas
Monitor for any changes in your Node.js application and automatically restart the server
7 Apr 2021 by Shaun C Curtis
How to structure and build a Blazor Database Application
7 Apr 2021 by Shaun C Curtis
How to build the CRUD Data Layers in a Blazor Database Application
16 Oct 2019 by Lucas Vogel
Get YAML, Markdown and HTML content using this handy wrapper to the YamlMarkdown library.
16 Nov 2019 by Bahrudin Hrnjica
In this article, we are going to explore the main features in the new C# Juypter Notebook.
27 Feb 2023 by Jo_vb.net
This article and the demo are about getting started using the MVVM Toolkit and some self-created interfaces / services for MessageBox and some dialogs.
9 Dec 2019 by Fabrice Lacharme
Yet another slider/trackbar in C#
20 Apr 2019 by BrainlessLabs.com, sibani.p
Creating a simple ORM for C++ on-top of SQL database
15 Jan 2019 by Shao Voon Wong
C++11 std::div() Benchmark
5 Jun 2018 by Shao Voon Wong
Implementing string_view conversion to integral types using Boost Spirit Qi v2
11 Jun 2022 by Member 15670442
I want to provide the service of sending promotional emails in my application and I thought of using the Mailchimp website, but I found that its cost is high. Can I provide the features of the Mailchimp website in my application by building...
11 Jun 2022 by OriginalGriff
Yes, you can. Disadvantages? Well, that depends - just like any other software. If you don't know how to do it, then there will be a significant learning curve to work your way through and that will make developing an in-house solution a long...
11 Jun 2022 by RickZeeland
For an open-source alternative, see: open-source-self-hosted-mailchimp-alternatives[^]
3 Jan 2022 by Arthur V. Ratz
Optimizing the performance of the large-sized matrices QR factorization and eigendecomposition, using Schwarz-Rutishauser algorithm
13 Jan 2019 by Andreask84
In this article, I propose a simple application written entirely in Python that allows you to capture images from a camera using DirectShow and to perform simple processing on them using OpenCV.
30 Aug 2020 by Peter Occil
Discusses color spaces, color generation, and other general color topics commonly faced by programmers
24 Apr 2022 by Marcus Müller
Pandemic SEIR and SEIRV modelling software and infrastructure for the Corona SARS-COV-2 COVID-19 disease with data from Johns-Hopkins-University CSSE, Robert Koch-Institute and vaccination data from Our World In Data.
9 Jul 2018 by ThatsAlok
In this second article of series, I would be focusing completely on List working
14 Jul 2018 by ThatsAlok
Map class denotes a key and value container. I will showcase its various methods and properties.
31 Jul 2018 by ThatsAlok
Object Oriented Programming in DART
1 Sep 2018 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
8 Jul 2018 by Mark J. Caplin
Cross-platform development with Microsoft ASP.NET Core 2.1
23 Feb 2020 by Ziya Mollamahmut
How to create multi-cultural ASP.NET Core web application with simple steps
21 Mar 2017 by mat35770
Tutorial to explain how to integrate a Markdown documentation in a WPF application using DocuPanel.
16 Oct 2018 by Afzaal Ahmad Zeeshan
In this article, we lay the foundation of the concepts needed to understand Docker engine.
18 Oct 2020 by Mohssine EL HARFI
22 May 2015 by JIANGWilliam
An open-source JAVA library to enable composing new XML document from scratch or based on templates, parsing XML to dictionary or JSON with easy and efficiency
20 Jan 2023 by Afzaal Ahmad Zeeshan
How to efficiently create Docker images using Node.js web app
10 Aug 2018 by F. Aro
Your Ethereum Giveaway Smart Contract Lottery
30 Nov 2019 by Btech2020
A C# Api code to work with excel workbook
29 Dec 2019 by Ri Xu
Golang library for reading and writing Microsoft Excel™ (XLSX) files.
23 Sep 2020 by Claudio Nicora
An extended NumericUpDown control with better focus and mouse wheel management.
22 Apr 2023 by Ben McNamara
Container classes much faster than STL.
30 Oct 2019 by Sanmayce
Brutally optimized hash function for general table lookups
23 Jan 2021 by Mehdi Gholam
In this article I demonstrate why fastJSON is the smallest, fastest polymorphic JSON serializer (with Silverlight4, MonoDroid and .NET core support)
5 Jun 2018 by Shao Voon Wong
Performance of Floating Point and Integer Arithmetic has closed gap in modern CPU
4 Jul 2018 by ThatsAlok
In this tutorial, I will provide step by step to build your first Flutter App
9 Jul 2018 by ThatsAlok
Let's explore the world of StateFulWidget with respect to Flutter
18 Jul 2018 by ThatsAlok
Flutter ListView: A scrollable control for everyday need
21 Jul 2018 by ThatsAlok
Let's explore Flutter Grid view and MediaQuery
13 Nov 2018 by Vlad Neculai Vizitiu
27 Jan 2019 by syed shanu
Getting started with Angular 7 and ASP.NET Core 2.0 using Angular 7 Web Application (.NET Core) Template and ASP.NET Core MVC Application
20 Nov 2017 by jgauffin
Griffin Editor - a markdown editor written in TypeScript
25 Jan 2019 by Jeevanandan J
Guidance for the Implementation of repository pattern and unit of work with ASP.NET Core application
17 Nov 2018 by Terence Wallace
A brief article on how to utilize NBA Stats API in a WinForm application
27 Aug 2020 by Ricardo_Torres_Torres
Learn to create an API in .NET Core
3 Apr 2023 by V. Subhash
Learn to create documents in popular formats using only free and open-source software
5 Aug 2018 by NitinShrivastava
Setting Up Environment for Angular 6 in Visual Studio 2017 with ASP.NET Core 2.1
16 Jun 2018 by Mike V Baker
This article describes the process of setting up Single-Sign-On (SSO) for a Node.js website hosted on Amazon Web Services and configuring Elastic Beanstalk for HTTPS.
28 Apr 2020 by Member 3531622
A HtmlEditor written in Blazor based on AngleSharp
6 Oct 2017 by Member 13449217
Hi, My website laboratory products. I need to compare product price from competitor website. Manual work takes to much of time and really hard to take. There is any manual way to take price from competitor website. Please suggest me What I have tried: Please suggest me the tools or codes or...
6 Oct 2017 by CPallini
I believe that's called web scraping[^]. There are many articles on such a topic, here at Code Project[^].
17 Aug 2018 by Aitzaz Ahsan
I want to build Indoor Map for My building. we have different counters in the building. How to Draw markers using base map, second how i can calculate the distance between two counters and how to show the direction from starting point. I am expert in asp.net MVC. Any one can help me please. ...
17 Aug 2018 by Dirk Bahle
For the drawing part I am not sure about ASP.Net but WPF offers a wealth of 2D and 3D drawing tools via different Canvas objects. Maybe there is something similar in ASP.Net (if you re not interested in producing a desktop/UWP app): ASP.NET and HTML 5 Canvas - Draw Images and Save in ASP.NET...
8 Sep 2019 by ArindamNayak
This article demonstrates how to integrate any application with slack and utilize your application capabilities in slack interface.
5 Aug 2018 by ron85262
In this article, I'll make an overview of IoT and introduce a way to approach IoT using Wemos D1.
20 Aug 2018 by TheQult
Simple middleware to add server side analytics functions to ASP.NET Core
21 May 2019 by sun.shuo@aliyun.com
Introduction to Distributed System Design - 2. Practice of Splitting in Microservice Architecture
20 Sep 2022 by Giovanni Scerra
A simple and easily extensible IP geo-fencing engine
29 Oct 2016 by rohit7209
jrValidator provides a set of JavaScript functions to validate HTML forms
23 Jun 2020 by Marla Sukesh
Basics of latest version of Angular JavaScript and TypeScript
13 Aug 2018 by Gunnar S
Convert an existing .NET Core WebAPI application to NServiceBus
30 Oct 2023 by Rami Alshaar
Enhance your coding skills with a walkthrough on how to create a smart calculator with many features made in Python.
6 Aug 2018 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
31 Mar 2021 by Sergey Alexandrovich Kryukov
This is just a funny Visual Studio Code extension, but… what can happen if somebody will try to use it seriously?
1 Mar 2022 by W. García
A class module developed to evaluate mathematical expressions given as VBA strings
22 Nov 2019 by Jeremy Likness
Migrate from Medium to Hugo
4 Dec 2014 by Ivan Yakimov
In this article, I'll show you how to modify expressions which are used to create Entity Framework queries.
2 Apr 2022 by Michael Sydney Balloni
If you were on the fence about adding mscript to your arsenal of system tools, have another look.
31 Jul 2018 by Ajcek84
Music notation in Blazor - Part 2
1 Aug 2018 by Ajcek84
Client-side music notation rendering in Blazor