Today i have attened an IT Services Company interview, where i was been asked to write the code for Reverse an Integer Value in C# with out using any Built In functions. Here is the code i formulated in my mind. Go through it. Results Kudos!!! I hope it will defenitly be useful to some […]
Read more โSearch Results for: name
SOAP – Protocol or Message Exchange Pattern
In a recent interview I have been asked What is SOAP? Is it a Protocol or Message Pattern. It’s stupid that i was confused by the question and simply said “Message Exchange Pattern”, to my knowledge As the name states it’s a Protocol. Message Exchange Pattern(MEP) is part of a SOAP, where the description of […]
Read more โExpression Blend 4 SDK for .NET 4 & Silverlight
Microsoft Expression Blend 4 includes new built-in behaviors, which are reusable pieces of packaged code that can be dragged onto any object, and then fine-tuned by changing their properties. Behaviors allow you to add interactivity to your applications without having to write any code. The Behavior API consists of three core classes: Trigger, Action and […]
Read more โDynamically Changing ASP.NET Content Page’s Master Page in runtime.
It was been quite confusion for people, how we can apply a master page for a content page dynamically on it’s run time. It’s quite easy the content pages OnPreInit() event you could do that. In the Onpreinit() event set the Page.MasterPageFile property with the name of the master page you want to use/apply for […]
Read more โSubscribe to my blog
Subscribe to RSS Feed through here Subscribe to RSS through Email Feed Enter your email address: Subscribe to Email Feed
Read more โWCF Basics Quick Overview
Windows Communication Foundation is unified programming API, takes many existing communication technologies, such as Web Services, Windows Remoting, Microsoft Message Queuing, and abstracts them into a single technology. In most cases, this simplifies the way you communicate with other applications. It also allows you to communicate with other applications without being coupled to a specific […]
Read more โ