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 โCategory: General
Server-Activated Vs Client-Activated Objects
Server-activated objects are objects whose lifetimes are directly controlled by the server. Server-activated objects are created by the server only when they are needed. They are created when the client invokes the first method on that proxy. Singleton is one of activation modes for server-activated objects. Singleton objects are objects for which there will always […]
Read more โMemory Management and Recollection (My Brain)
Today i had a telephonic interview with a reputed company team. They asked some core information about .NET, but i wasn’t been able to recollect those at that time. I know about it, but at that point i couldn’t recollect things mostly. It’s part of a typical Software Engineer’s life i think, when we move […]
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 โMicrosoft Expression Studio 4 Released
On 7th June 2010, Microsoft announced the immediate availability of Microsoft Expression Studio 4, the latest version of Microsoft’s professional design suite. Expression Studio 4 (which includes Expression Blend, SketchFlow, Expression Web, Expression Design, Expression Encoder). The software is available immediately to MSDN subscribers, with retail availability coming later. The three main components of Expression Studio […]
Read more โNew Releases from Microsoft – DirectX Runtime -June 2010, Azure SDK, Azure Platform Kit
Microsoft has made the following releases in these recent days. So i am giving a quick overview of released softwares and updates. DirectX Redist (June 2010) This download provides the DirectX end-user redistributable that developers can include with their product. DirectX SDK – (June 2010) Download the complete DirectX SDK, which contains the DirectX Runtime […]
Read more โ