Click here to Skip to main content
15,887,485 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 Updated

Markdown 

20 Jan 2023 by Afzaal Ahmad Zeeshan
How to efficiently create Docker images using Node.js web app
16 Oct 2018 by Afzaal Ahmad Zeeshan
In this article, we lay the foundation of the concepts needed to understand Docker engine.
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. ...
1 Aug 2018 by Ajcek84
Client-side music notation rendering in Blazor
31 Jul 2018 by Ajcek84
Music notation in Blazor - Part 2
11 Feb 2023 by Akram El Assas
Monitor for any changes in your Node.js application and automatically restart the server
16 Dec 2021 by AlexeyAB
Atomic operations and C++11 memory barriers and assembler instructions generated on x86_64 CPUs
9 Mar 2019 by AlexeyYakovlev
This paper demonstrates a technique of building Sprache parsers using grammar inheritance.
27 Aug 2018 by amitthk
RunCmd is a windows batch file editor,runner utility. It can be used to automate our repetitive tasks using commandline batch files.
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.
28 Oct 2018 by Andrew Kirillov
The article demonstrates usage of ANNT library for creating convolutional ANNs and applying them to image classification tasks.
8 Sep 2019 by ArindamNayak
This article demonstrates how to integrate any application with slack and utilize your application capabilities in slack interface.
28 Aug 2013 by Aron Kovacs
This is an alternative for "fastJSON"
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
3 Jan 2022 by Arthur V. Ratz
Optimizing the performance of the large-sized matrices QR factorization and eigendecomposition, using Schwarz-Rutishauser algorithm
16 Nov 2019 by Bahrudin Hrnjica
In this article, we are going to explore the main features in the new C# Juypter Notebook.
18 Sep 2018 by Ben Hall (failingfast.io)
This is a robust solution for FileSystemWatcher firing events multiple times
22 Apr 2023 by Ben McNamara
Container classes much faster than STL.
13 Aug 2019 by Benktesh Sharma
Demonstrate how to add EF support in .NET Core project
20 Apr 2019 by BrainlessLabs.com, sibani.p
Creating a simple ORM for C++ on-top of SQL database
30 Nov 2019 by Btech2020
A C# Api code to work with excel workbook
22 Nov 2021 by CL4Y3R-TR
Help Pls My code: img_file = 'test2.png' img = cv2.imread(img_file, 1) img = cv2.cvtColor(img,cv2.COLOR_BGR2RGB) print(f"Loaded {img_file} ({img.shape[1]} x {img.shape[0]})" ) # Resize if image larger than 2k pixels on a side if...
25 Sep 2021 by Clark Fieseln
Compress, encrypt and hide a secret file inside an audio file (MP3, WAV, OGG, FLAC, ..)
23 Sep 2020 by Claudio Nicora
An extended NumericUpDown control with better focus and mouse wheel management.
6 Oct 2017 by CPallini
I believe that's called web scraping[^]. There are many articles on such a topic, here at Code Project[^].
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
8 Dec 2017 by Dirk Bahle, Alaa Ben Fatma
Tips & tricks on visting and searching nodes in WPF TreeViews
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...
27 Aug 2019 by dnxit
MVC 6 .NET Core Dynamic navigation menu from the database
15 Apr 2022 by dnxit
MVC .NET Core 3.1 Dynamic Role based authorization using Authorization Handler & Custom Authorize Policy
30 Jul 2019 by Don Hoang
This post describes implementing ASP.NET Editable Gridview using Bootstrap 4
8 Nov 2020 by DotNetLead.com
This article shows you how to add Windows Authentication to Angular and .NET Core Web API projects.
10 Aug 2018 by F. Aro
Your Ethereum Giveaway Smart Contract Lottery
9 Dec 2019 by Fabrice Lacharme
Yet another slider/trackbar in C#
5 Feb 2020 by Fred Song (Melbourne)
Demonstrating a series of Angular fundamentals through an Angular 7 application.
10 Mar 2019 by Fred Song (Melbourne)
Angular 7 with .NET Core 2.2 - Global Weather (Part 2)
11 Sep 2020 by Fredrik Rudberg
A small API application, written in .NET Core 3.1 to demonstrate how to retrieve images stored in a database using a normal static image URL
20 Sep 2022 by Giovanni Scerra
A simple and easily extensible IP geo-fencing engine
13 Aug 2018 by Gunnar S
Convert an existing .NET Core WebAPI application to NServiceBus
17 Jun 2018 by Gunnar S
Moving ASP.NET WebAPI code to Service Fabric Cluster
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.
11 Jan 2019 by Harshit Gindra
Check and request for Permissions in Xamarin Forms mobile 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:
6 Aug 2019 by honey the codewitch
A parser generator and unification system for different parsing tools
16 Aug 2019 by honey the codewitch
Quickly and easily build parsers and tokenizers using Pck's editor
17 Aug 2019 by honey the codewitch
Using PCK's grammar system, and understanding the concepts behind it
20 Aug 2019 by honey the codewitch
Using PCK to create grammars, parsers and tokenizers for C# and other .NET languages
28 Aug 2023 by honey the codewitch
Having written my docs they are tough to proof-read myself but even more difficult to know how accessible they are. I tried to keep them as brief as possible, and include a lot of code, because my previous attempt with my companion library took...
13 Jun 2019 by imdurgesh
This article explains how to use framework fortjs for nodejs & demonstrate about creating REST API.
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.
25 Jan 2019 by Jeevanandan J
Guidance for the Implementation of repository pattern and unit of work with ASP.NET Core application
22 Nov 2019 by Jeremy Likness
Migrate from Medium to Hugo
20 Nov 2017 by jgauffin
Griffin Editor - a markdown editor written in TypeScript
22 Apr 2016 by jgauffin
Return markdown directly from your ASP.NET MVC controller
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
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.
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.
12 Mar 2023 by Keith Barrett
A C# library for use in physics and engineering calculations
22 Dec 2018 by Ken Haggerty
Scaffold and modify Identity in the new ASP.NET Core 2.2 Razor pages template
22 Dec 2018 by Ken Haggerty
Scaffold and modify Identity in the new ASP.NET Core 2.2 Razor pages template
30 Oct 2018 by Leonard E. James
Create initial object model and database and display first Razor Page
16 Oct 2019 by Lucas Vogel
Get YAML, Markdown and HTML content using this handy wrapper to the YamlMarkdown library.
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.
8 Jul 2018 by Mark J. Caplin
Cross-platform development with Microsoft ASP.NET Core 2.1
23 Jun 2020 by Marla Sukesh
Basics of latest version of Angular JavaScript and TypeScript
21 Mar 2017 by mat35770
Tutorial to explain how to integrate a Markdown documentation in a WPF application using DocuPanel.
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)
24 Jul 2019 by Mehdi Gholam
NoSql, JSON based, Document store database with compiled .net map functions and automatic hybrid bitmap indexing and LINQ query filters (now with standalone Server mode, Backup and Active Restore, Transactions, Server side queries, MonoDroid support, HQ-Branch Replication, working in Linux, .net
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...
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...
28 Apr 2020 by Member 3531622
A HtmlEditor written in Blazor based on AngleSharp
10 Jun 2021 by MESCIUS
Here are the top ten things you wish Blazor could do — that it actually does!
30 Aug 2021 by Michael Sydney Balloni
Looking for that great Killers track about being in a Rut? Just enter "Killers Rut" and it'll come right up
8 Jan 2022 by Michael Sydney Balloni
An exciting proof-of-concept that sews httplite with security components
23 Feb 2022 by Michael Sydney Balloni
Recycle objects that are expensive to create and improve the performance of your application
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.
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.
18 Oct 2020 by Mohssine EL HARFI
1 Feb 2017 by Mr. xieguigang 谢桂纲
How to build my own 3D graphics engine from ZERO step by step
30 Nov 2021 by Nandkishor Biradar
A minimalist UML State machine framework for finite state machine and hierarchical state machine in C
5 Aug 2018 by NitinShrivastava
Setting Up Environment for Angular 6 in Visual Studio 2017 with ASP.NET Core 2.1
22 Nov 2021 by onesystem
Hi, That is because it cannot find the img_file img = cv2.imread(img_file) so, write in the full path for the img_file name, maybe the problem will be solve.
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...
16 Jul 2018 by Paul D. Sheriff
A technique for securing Angular 2/6 applications
14 Jun 2021 by PaulKukiel
Build a Custom PHP MVC in 30 mins and deploy to AWS lambda
30 Aug 2020 by Peter Occil
Discusses color spaces, color generation, and other general color topics commonly faced by programmers
28 Apr 2019 by Phil Hopley
In this article, we will add AI to an existing ROS (Robot Operating System) House Bot.
12 Sep 2018 by Rahul Rajat Singh
In this article, we will try to understand the concept of middleware in ASP.NET core.
4 Oct 2018 by Rahul Rajat Singh
In this article we will look at how Dependency Injection works in ASP.NET Core.
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.
29 Dec 2019 by Ri Xu
Golang library for reading and writing Microsoft Excel™ (XLSX) files.
27 Aug 2020 by Ricardo_Torres_Torres
Learn to create an API in .NET Core
22 Sep 2020 by Richard Chambers
Unboxing a DragonBoard 410C, setting up a Windows 10 PC for development, and using Android Studio
8 Aug 2017 by Richard James Moss
How to write custom Markdig extensions