Posts

Showing posts from December, 2017

Preventing Cross-Site Request Forgery (XSRF/CSRF) Attacks in ASP.NET Core

MSDN blog to explain on Preventing Cross-Site Request Forgery Attacks in dot net core. https://docs.microsoft.com/en-us/aspnet/core/security/anti-request-forgery

Setting up Github with Git Bash

1)            Create an account on Github https://github.com/ 2)            Install Gitbash from following URL: https://git-scm.com/downloads 3)            Set up Github repositories: Go to start -> all programs -> git -> Open ‘Git bash’ On Command prompt: Step 1:            git config --global user.name "YOUR NAME"          Step 2: git config --global user.email "YOUR EMAIL ADDRESS" Step 3: Generate new SSH Keys as follows: Enter following command: ssh-keygen -t rsa -b 4096 -C "email@example.com" Press Enter Message displayed: Created directory '/p/.ssh'. Step 4: Create a passphrase: Enter your passphrase. ( it can be different than your password) Note: While setting pass phrase, the cursor doesn’t mov...

Performance Guide for Visual Studio in ReSharper

Nice blog from Resharper to explain the step by step guide to improve the Performace when we use ReSharper with Visual Studio. Most of our team members who are using the VM's from offshore will be benefiting from this Performance Improvements quide. Performance Guide for Visual Studio in ReSharper 2017.3