Wednesday, September 25, 2013

C# sample for Google Geocoding API (JSON output)

C# Google geocoding API (JSON output) sample Geocoding is the process of converting addresses (like "300 n state st chicago IL") into geographic coordinates (like latitude 37.423021 and longitude -122.083739), which you can use to place markers or position the map. The Google...

Sunday, September 22, 2013

ASP.Net MVC interview questions

ASP.Net MVC Interview Questions: What are fundamental tenets /philosophy behind ASP.Net MVC Framework design? Convention over configuration Don't repeat yourself (DRY) Pluggability/extensibility wherever possible Lean, clean standards based semantic html markup Can you briefly explain new features in ASP.Net MVC 4 release? Mobile application project template to create Mobile sites....

Sunday, September 8, 2013

WPF interview questions

Windows Presentation Foundation (WPF) Interview questions What is WPF? Windows Presentation Foundation (WPF) provides developers with a unified programming model for building rich Windows Forms applications that incorporate user interface (UI), media, and documents. WPF enables software developers to deliver a new level of "user experience" (UX) by providing a declarative-based language...