RSS

Author Archives | Bhala Ganpatye

Bhala Ganpatye

Bhala Ganpatye - who has written 4 posts on Welcome to GlobalLogic Blogs.


Contact the author

C# Fundamentals - Commonly compared concepts (differences)

Sunday, January 22, 2012

0 Comments

I have been asked many time questions like When should I use an abstract class and when I should use an interface? What is difference between delegate and event? Although people know few points of differences, it’s worth to consolidate as many as differences as we can. So I am trying to provide most of the points [...]

Continue reading...

Security settings for ASP.NET MVC (Razor) Web Application

Wednesday, December 28, 2011

2 Comments

We always need to implement protective major for various security threads. Things get more complicated for web application. Today I am listing down most of the important settings that can be implemented for web application developed in ASP.NET MVC with Razor framework. This can serve as quick checklist for all of us. Protecting from broken authentication Make [...]

Continue reading...

.NET Web Test Automation: Selenium vs. Telerik’s Test Studio

Monday, September 26, 2011

5 Comments

Overview With agile practices getting more popular Test Automation is important factor in achieving continuous delivery. There are so many tools available in market for test automation. It includes both Open Source and Proprietary Tools/Framework. It’s very challenging as well as interesting to pick up best tool for your test automation. Many times I have seen [...]

Continue reading...

Design consideration for SQL replication over internet with SQL Express subscriber

Monday, September 26, 2011

2 Comments

Overview Last few months we were developing a system that required data to be available in offline mode at remote location. We used SQL Replication and I thought it’s worth sharing my experience with you.  The end user facing application is designed to get installed at various locations outside corporate firewall on customer networks. The data [...]

Continue reading...