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.

Monday, 11 August 2014

Performance Profiling in Visual Studio


Hi Guys after a long time i am writing this article ( Feeling very poor [GARIB] ), Jokes apart In this article i will describe how to do the performance profiling using Visual Studio.
There are many third party tools which do the Code Profiling , Memory profiling and Performance Profiling for us these are paid tools but they are good as well :
  • ANTS
  • Just Trace
  • Your KIT 
  • .NET Memory Profiler
  • Eqatec
  • Slim Tune Profiler
  • Dot Trace

As i said am feeling poor, i will describe -"How to do Performance Profiling using Visual Studio inbuilt performance analysis tools ?"

Sunday, 8 June 2014

IE-10 right align text input issue


Remove Clear Icon - "X" from input fields of Internet Explorer

Recently i added style text-align to right of an input :
<input type="text" style="text-align: right;">

Issue :
But when someone types number in that then the last part of the text inside the textbox isn't displayed completely in Internet Explorer 10 as soon as the textbox loses focus.It because of its "Clear Icon - x".
Even they have fixed this in their latest version of Internet Explorere - 11.

Friday, 6 June 2014

Hack proof your ASP.NET applications from Sensitive Data Exposure and Information Leakage


Introduction:

This is Part 4 of my series Hack proof your asp.net application.In this article ,I will describe How we sometimes unintentionally expose some sensitive information or leak some information to a hacker , who used that information to hack us. Keeping These terms separate "Sensitive Data exposure" which can directly harm to an individual or an organization, "Information leakage" are which helps attacker to perform malicious activities.Both terms are correlated and we can say Information leakage can contain Sensitive data exposure and vice versa.

Background:

You can read previous article of this series from below links :

Sunday, 13 April 2014

What is Heartbleed bug and Its solutions ?


Introduction 
From last few days Heartbleed trending on the internet and saying to the internet, I am the evil. People are calling this bug as "Biggest Security Threat" to the internet. Some Websites called this bug "Catastrophic".
I was Gawked to know i was not safe since 2011 December Since OpneSSL included Heartbeat Extension.







Friday, 11 April 2014

Thursday, 10 April 2014

Sunday, 6 April 2014

CLR in .Net


Common Language Runtime : 

As its names depicts, its an execution environment for .Net applications (.Net supported languages). CLR job is managing the application while it executes.CLR manages the execution of programs written in supported language of .NET framework like (C#, Visual Basic, F#, IronPython, IronRuby, Boo, etc.).