If at first you don't succeed, call it version 1.0

Contact Me

Sarvesh Kushwaha
Email : sarveshkushwaha@outlook.com

Total Pageviews

Powered by Blogger.

If at first you don't succeed, call it version 1.0

Friday, 13 November 2015

Angular.js for ASP.NET MVC Developers- Basics


Fiuuuuuuuu After a long time I am again thinking to write a series.This time most popular JS library i.e angular.js for asp.net MVC developers. Being an ASP.NET developer, I didn't find many resources on the internet for angular.js with AS.NET MVC.In this First blog, I...

Sunday, 5 July 2015

Sunday, 29 March 2015

JavaScript For C# Developer


This Presentation depicts JavaScript concept for Csharp developer.It helps to understand the concepts of JavaScript resembling/differentiate them with C# concepts. It took one week to complete the fundamental concepts of angular.Js, but it took more than one month to understand the concepts of javascript and relate it to C#. So here it is: JavaScript For CSharp Developer from Sarvesh...

Saturday, 3 January 2015

Hack proof your asp.net applications from Session Hijacking


Introduction: This article is the Part-6 of my series Hack Proof your asp.net and asp.net mvc applications. In this article, I will describe what exactly Session Hijacking (Man-in the-middle-attack) is and how a hacker exploits it and how we can prevent Session Hijacking attack in asp.net applications. Background: You can read previous article of this series from below links : Secure...