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

Saturday 16 September 2017

WPF:Roundup of Useful Tutorials,Articles and Blogs

General Tutorials
WPF-Tutorial [link]
WPF Tutorial [link]
Jigneshon's Blog:a Collection of WPF Tutorial[link]
WPFTricks:Blog about WPF [link]
SeekYourCareer WPF Tutorial [link]
WPF Tutorial [link]
TutorialsPoint WPF Tutorial [link]
2,000 Things You Should Know About WPF [link]
WPF Tutorial for Beginners [link]
Tutorials
WPF Tutorial Series -CodeProject: Beginning | Layout-Panels-Containers & Layout Transformation
C# WPF Generate and Display QR Code [link]
DataGrid

Sunday 20 August 2017

Learn C++:Roundup of Useful Tutorials and Resources

C++ is powerful,with capabilities of dealing with both general and complex programming tasks.Thanks to its powerful,we are able to create large-scale projects or even implement a compiler.So,It's worth to learn C++ from now on.In this roundup,I will compile a categorized list of useful tutorials and resources that helps you getting started with C++.
General Tutorials
Programiz Learn C++ Tutorial Tutorial link
CProgramming C++ Tutorial Tutorial link
Learn Cpp Tutorial Tutorial link
Tutorialology C++ Tutorial Tutorial link
Cplusplus Tutorial Tutorial link
TutorialsPoint C++ Tutorial Tutorial link
Java2s C++ Tutorial Tutorial link
PenguinProgrammer C++ Tutorial Tutorial link
JavatPoint C++ Tutorial Tutorial link
CodesCracker C++ Tutorial Tutorial Link
TutorialCup C++ Tutorial Tutorial Link
CppForSchool Tutorial Tutorial link
SitesBay C++ Tutorial Tutorial link

Saturday 22 July 2017

Useful Articles for VB.NET Developers

VB.NET is one of Microsoft's .NET programming languages which is popular among developers due to it's powerful and easy-to-use.In this article,I compiled a list of useful articles for those who wants to take their VB.NET skills to next level.If you find other useful articles do not appear in this list,please feel free to tell me via comments.

1.Creating a Text Editor with Visual Basic  Link
2.How to Create a Text Editor in Visual Basic  Link
3.Create Customize Notepad in Visual Basic.NET  Link
4.How to Create an FTP Client in VB.NET  Link
5.Create a GUI for an FTP Client with VB.NET  Link