Quick Guide: Interview Questions on Algorithms and Data Structures, also C# and .NET Concepts

Learn and Code with me while I pick questions from Geeks,CareerCup, CLRS etc and solve. Includes C#, Azure, SQL, WCF, .NET framework etc.

Monday, December 5, 2016

SQL Injection in Stored Procedures cos of Dynamic SQL

›
Dynamic SQL in Stored Procedures In some scenarios, it becomes unavoidable to use dynamic SQL in stored procedures. It is not bad at...
Friday, September 16, 2016

Reversing a Singly Linked List in C#

›
Brief explanation: This is pretty straightforward question and most of interviewers would not be interested in asking this. However, this...
Wednesday, November 13, 2013

C# XmlSerialization - Generating XSD from XML, Classes from XSD, Serializing Array of Custom Type and Enumerations etc

›
Generating XSD from XML: XSD.exe tool can be used to generate schema file from an XML file. XSD.exe will be available with Visual S...
Monday, November 11, 2013

Catching Exceptions from a different thread, Exception Handling in multithreaded environment - C#

›
Note: Examples are on .NET 3.5 and does not consider .NET 4.0 features like Parallel Task Library. If there is any exception in a method...
Wednesday, November 6, 2013

Opening Google Chrome in InCognito mode by default (Private Browsing by default on chrome)

›
If you like to open chrome always in incognito mode, follow below simple steps: Right click on Google Chrome Shortcut (either on Deskto...
1 comment:
Wednesday, October 30, 2013

Strings in depth C# - Immutability, string interning, String.Intern, Intern Pool and StringBuilder

›
a. String are immutatble Immutability means value of a string object can't be modified once its assigned. If a string object is modi...
1 comment:
Tuesday, October 8, 2013

Longest Common Substring and Longest Common Subsequence (LCS) - Code using C# (Part 1)

›
Before starting with algorithms, let us understand difference between a substring of a string and a susbsequence of a string. Substring an...
›
Home
View web version
Powered by Blogger.