eggheadcafe.com articlesEggHeadCafe - The .NET developer's portal of choice.NET Design Pattern Interview Questions Part 4- September 17, 2008 Again i repeat do not think you get an architecture position by reading interview questions. But yes there should be some kind of reference which will help you quickly revise what are the definition. Just by reading these answers you get to a position where you are aware of the fundamentals. But if you have not really worked you will surely fail with scenario based questions. So use this as a quick revision rather than a shot cutLately i have been writing and recording videos heavily on design..http://www.pheedo.com/click.phdo?i=f60ede15673728c7f89ee766089b24f7 .NET Localization and Globalization Part 1- September 17, 2008 When we see around, architectures mainly discuss about loose coupling , scalability , performance etc etc. Many architecture forget one of the important aspects in software is making application globalized. Depending on project some application would not really want to have multi-language based websites , but i am sure many will. So in this article we will go through a series of FAQ which will give you a quick start on making application multi-language based. read moreBy Shivprasad...http://www.pheedo.com/click.phdo?i=cc0ff7eb18bcc145014ab438bf4d7fef WPF - XAML TabControl MouseEnter TabItem TextBox SelectAll- September 11, 2008 Quick tip on MouseEnter MouseOver a specific TabItem in a TabControl. Includes sample of TextBox .SelectAll globally in your application. read moreBy Robbe Morrishttp://www.pheedo.com/click.phdo?i=d5abcefbb4f160aab5bd9142c888f7d1 UML Interview Question Part 1- September 10, 2008 In this tutorial we will run through some of the most important UML diagrams from architecture interview perspective. read moreBy Shivprasad Koiralahttp://www.pheedo.com/click.phdo?i=42412141c455a72e36279a433fd2c6a3 Silverlight: Dynamically add "favorites" bookmark link to Page- September 8, 2008 Somebody posted this question at the Silverlight Forums and I figured I'd give it a shot. What we want is a generic "cross-browser" Add-to-Favorites script, and we want to be able to add this and a link that calls it to the underlying Page from within our Silverlight App running on the page. read moreBy Peter Bromberghttp://www.pheedo.com/click.phdo?i=68e53b6b3fd37d87b1ac00c7c3f2f947 WPF Enums in XAML And Root Addressing For Images- September 5, 2008 This small code sample demonstrates how to use Enum values in your XAML files. It also includes how to set the image source property in your xaml files to image resources in different assemblies such as the BusinessLogic assembly in this sample. read moreBy Robbe Morrishttp://www.pheedo.com/click.phdo?i=55f3ed1ce7fcbf717b6e3b64e479eaf8 WPF - XAML TabControl SelectionChanged Threading Errors- September 5, 2008 The following code sample offers a simplistic approach to dealing with threading issues while trying to launch ModalDialogs in the SelectionChanged event of a TabControl, ListBox, or ComboBox. read moreBy Robbe Morrishttp://www.pheedo.com/click.phdo?i=a31ad224a6759e76f08f1fa10c3699c1 .NET Managing more than one connection string from Web.config- September 1, 2008 If you have worked with a Data Access Layer than you may have to connect to different databases, each located in a separate server and with different permissions. Therefore, this article expands on the technique of creating a custom list that contains all the connection strings and allowing developers to select one during design time without having to know more than just the name of the connection. Written in C 2.0 read moreBy Carlos Casalicchiohttp://www.pheedo.com/click.phdo?i=4571afa353ab148a3b8f07082e030dae Converting a Collection into a DataTable using Generics- September 1, 2008 If you've worked on creating a Data Access Layer you know how frustrating it can be to determine the type of data your DAL will be handling. For that reason, creating a converter that works with generics can be the long term answer. read moreBy Carlos Casalicchiohttp://www.pheedo.com/click.phdo?i=955a5d484cde29664b20334e2539e548 |