Silverlight/WPF Interview Questions
Here is the list of some of the Interview questions for Silverlight technology. Entry Level Strong .NET 2.0 Background & willing to learn! Explain dependency properties? What’s a style? What’s a...
View ArticlePros and Cons of application library caching and GPU acceleration in Silverlight
Reduce XAP size by using application library caching Advantages This reduces the XAP size by allowing those libraries configured with a dllname .extmap.xml file to be placed in individual zip files....
View ArticleWindows Phone Toolkit Explained
Straight from Microsoft, Silverlight for Windows Phone Toolkit provides the developer community with new FREE components, functionality, and an efficient way to help shape product development. Toolkit...
View ArticleWhats new in Silverlight 5
Silverlight 5 adds over 40 new features over last Silverlight version. For more information on the Silverlight 5 announcements check http://www.microsoft.com/silverlight/future. Multiple Window Support...
View ArticleHow to Prepare for Technical Interview Questions
You’ve purchased this book, so you’ve already gone a long way towards good preparation Nice work! That said, there are better and worse ways to prepare Many candidates just read through problems...
View ArticleHow to reverse a C-Style String Interview Question
Q. Write code to reverse a C-Style String (C-String means that “abcd” is represented as five characters, including the null character ) A.) This is a classic interview question The only “gotcha” is...
View ArticleRemove duplicates from an unsorted linked list
Q.) Write code to remove duplicates from an unsorted linked list Ans) If we can use a buffer, we can keep track of elements in a hashtable and remove any dups: public static void...
View ArticleDelete a node in the middle of a single linked list : Interview Question
Q.) Implement an algorithm to delete a node in the middle of a single linked list, given only access to that node ans.) The solution to this is to simply copy the data from the next node into this...
View Articlewhat happens, after you type a URL into a browser : Interview Question
Q.) Explain what happens, step by step, after you type a URL into a browser Use as much detail as possible Ans There’s no right, or even complete, answer for this question This question allows you...
View ArticleCampus interview preparation tips
A number of companies visit campus each semester to interview seniors for professional entry-level positions that start after graduation and current students for career related internships. Are you...
View Article