Here are a number of tutorials that implements various categories of algorithms in C#,such as sorting algorithms,searching algorithms and mathematical algorithms.These tutorials are selected from the Internet that perfect for those who intend to brush up their programming skills.
Sorting Algorithms
Heapsort
1.Heapsort in C#
2.Heapsort C# Tutorial
3.Heap Sort in C#
4.Heap sort program in C#
Selection Sort
1.Selection Sort in C#
2.Compare Sorting Algorithms in C#, Part 3 of 5 - Selection Sort
3.C# Example- Selection Sort Algorithm
Bubble Sort
1.Bubble Sort in C#
Quicksort
1.Quicksort Algorithm in C#
2.Quick Sorting Algorithm in C#
3.Quick Sort in C#
4.Quicksort in C#
5.Quicksort Algorithm with C# program code
6.C# Quicksort
7.QuickSort in C#
8.Program of Quick Sort in C#
9.Quick Sort in C#
10.C# Quick Sort Algorithm Implementation
11.C# Program to perform Quick Sort using Recursion
12.C# - Sorting Algorithm - QuickSort Recursive
13.C# - Sorting Algorithm - QuickSort Iterative
A blog focus on web development & apps development to share my mind with developers from all over the world.
Thursday, 23 November 2017
Friday, 10 November 2017
List of Useful Articles and Code Examples in Cryptography for Developers
Cryptography is a subject that heavily influenced our everyday life.With the rising demand on cybersecurity,cryptography has been increasingly important.As more and more software developers start to employ encryption techniques to make their websites and applications more secure,learn cryptography is becoming necessary.In this article,I compiled a list of technical articles and code examples that will be useful for learning cryptography.
C#
1.Using AES encryption in C#
2.C# AES Encryption & Decryption Methods
3.Encryption - Decryption using AES Algorithm
4.Encryption in C# .NET
5.Encrypting and Decrypting Data in C#.NET
6.Encyption/Decryption in C# and Java
7.Cryptography - Rail Fence
8.Cryptography - Data Encryption Standard (DES)
9.Encryption in C#
10.How To: Encrypt and Decrypt string Using C#
11.Vernam Encryption Using C#
Java
1.Encryption and Decryption using AES Algorithm in JAVA
2.Encrypt URL parameters using AES in Java using Spring MVC
3.Encrypt and Decrypt file/stream in Java
4.Data decryption using Caesar Cipher
Python
1.Encryption Description String with AES Python
2.Python: Using PyCrypto Library, Part 1
3.Symmetric Encryption with PyCrypto(Part 1,Part 2,Part 3)
4.Encryption in Python (PyCrypto)
5.Using Encrypted Data Between Python and Silverlight
6.Vernam Cypher in Python
7.Vernam Cipher Python Program
VB.NET
1.Data Encryption In VB.NET Using DES
2.Making TripleDES Simple in Visual Basic .NET
C#
1.Using AES encryption in C#
2.C# AES Encryption & Decryption Methods
3.Encryption - Decryption using AES Algorithm
4.Encryption in C# .NET
5.Encrypting and Decrypting Data in C#.NET
6.Encyption/Decryption in C# and Java
7.Cryptography - Rail Fence
8.Cryptography - Data Encryption Standard (DES)
9.Encryption in C#
10.How To: Encrypt and Decrypt string Using C#
11.Vernam Encryption Using C#
Java
1.Encryption and Decryption using AES Algorithm in JAVA
2.Encrypt URL parameters using AES in Java using Spring MVC
3.Encrypt and Decrypt file/stream in Java
4.Data decryption using Caesar Cipher
Python
1.Encryption Description String with AES Python
2.Python: Using PyCrypto Library, Part 1
3.Symmetric Encryption with PyCrypto(Part 1,Part 2,Part 3)
4.Encryption in Python (PyCrypto)
5.Using Encrypted Data Between Python and Silverlight
6.Vernam Cypher in Python
7.Vernam Cipher Python Program
VB.NET
1.Data Encryption In VB.NET Using DES
2.Making TripleDES Simple in Visual Basic .NET
Labels:
C#,
Cryptography,
Java
Subscribe to:
Posts (Atom)