Latest Video Lessons on youtube
Short Cut Keys to Navigate between Views
Today we are going to learn how can we implement shortcut keys to navigate between different views with the help of shortcut keys. We are going to make custom key combination of two keys which will act as shortcut keys. Implementing it is super easy and interesting.... read moreAlphabetical Navigation on DOM Elements.
This topic is very cool and interesting. On your html page if you have an un-ordered list with thousands of list items then it becomes very difficult in navigating those list items. Searching one item requires lot of hard work and time. For this purpose we are going... read moreForEach Vs For Loop. Which One to Use For Better Performance?
In this article, i will be discussing about the performance of ForEach Vs For Loop.So Let’s get started. I have data that provides me with 100 posts. And Now i will apply both loops on this data one by one.Let’s First Use ForEach Loop. ForEach Loop :... read more
How to calculate Hash with .NET Cryptography – Blockchain
Learn How to compute SHA256 Hash in C#. Hashing (also known as hash functions) in cryptography is a process of mapping a binary string of an arbitrary length to a small binary string of a fixed length, known as a hash value, a hash code, or a hash. Hash functions are... read moreRefactoring with Visual Studio Ucalc
The uCalc Search/Transform extension for Visual Studio takes search and refactoring to a new level. Why search for just one thing at a time, when you can find as many things as you want simultaneously? Gone are the days of old fashioned Ctrl-F type searches that... read moreWhat’s new in C# 8
Letâs take a look at the most likely new C# 8 features: Nullable Reference Types The name of this particular feature might confuse a lot of developers wondering âIsnât nullable reference a bad idea?â or âShouldnât it be called non nullable reference types?â. Sir Tony... read more
How to fix “A potentially dangerous Request.Path value was detected from the client (&)”
If you receive the error “A potentially dangerous Request.Path value was detected from the client (&) ” don’t panic and do not waste your time at all because this error occurs when you pass any special character like “&” in your... read more
100+ Students Trained on Machine Learning with .NET at COMSATS Lahore
Here are the glimpse of my session in COMSATS, Lahore in which over 100 students were trained on Machine Learning using Microsoft Cognitive Services and Cloud i.e. Microsoft Azure with Implementation in ASP.NET... read more
.NET Machine Learning with 70+ Students at COMSATS Univeristy Sahiwal
Here are the glimpse of my session in COMSATS, Sahiwal in which students were trained on Machine Learning using Microsoft Cognitive Services and Cloud i.e. Microsoft Azure with Implementation in ASP.NET... read more
Recent Comments