Today we learn how to use antiforgery token validation Key in ajax reqeust (MVC)
first we create a Action with attributes antiforgery key..
Now we add @Html.AntiForgeryToken() in view and then create...
What You will Learn in .NET with AngularJS Training Program?
Introduction to .Net: Features of .Net, CTS, CLS, CLR and MSIL.
C# & .Net Basics and Branching & Flow Control.
OOPs Concepts,...
Clean Code by Robert C Martin, is available in my profile please download and read it, irrespective of what language you code in, it will change the way you code.
Also if you code in Javascript read
https://12factor.net/
https://blog.risingstack.com/javascript-clean-coding-best-practices-node-js-at-scale/
For...
This algorithm reduces the definition of "an object is not needed anymore" to "an object is unreachable".
This algorithm assumes the knowledge of a set of objects called roots (In JavaScript, the root...