News aggregator
Study Guide for Biztalk Server 2010 Certification Exam 70-595
Microsoft has come up with the new Certification Exam for Biztalk Server 2010: Exam 70-595
What is an Adorner in WPF?
Adorners are a special type of FrameworkElement, used to provide visual cues to a user. Among other uses, Adorners can be used to add functional handles to elements or provide state information about a control.
How to Validate your Schema in Biztalk?
There are three operations you can perform on your schema to validate it.
What is a read-only attached property?
An attached property is a concept defined by Extensible Application Markup Language (XAML). An attached property is intended to be used as a type of global property that is settable on any object.
What is a read-only dependency property?
Represents a property that can be set through methods such as, styling, data binding, animation, and inheritance
What is a DependencyObject?
Dependency Represents an object that participates in the dependency property system.
What is Partial Class in C#?
Partial Class is a cool feature in C# which enables you to split you implementation of a class, struct or an interface over two or more source files.
When do you want to use a Partial Class?
What is a WCF Endpoint?
A WCF Service has three essential things; the Address that has info on where the Service resides, the Binding that has information on how to communicate and use the service and the Contract which defines what the service does. A combination of all this is a WCF Endpoint.
WCF vs Web Services
Both Web services and WCF enables you to fulfill you Service Oriented Architecture implementation. If Web Services can be used to make your architecture Service Oriented then why did Microsoft come up with something new called WCF. Sure WCF needs to have something over Web Services. Let’s see what WCF has in addition to what Web Services had. Here are some points:
What is WCF Routing Service?
The WCF Routing Service provides are pluggable SOAP intermediate that routes messages based on the message content. The Routing Service also provides you with the ability to create complex routing logic that enables you to handle scenarios such as service versioning, service aggregation, multicast routing, priority routing. The Routing Service also has Error Handling by having backup endpoints to which the messages are routed in case of a failure.
Windows Workflow 4 Learning Resources
Here is a list of a collection of resources available online to learn Windows Workflow 4. Its free, feel free to visit the links and explore and be an expert in WF4. Wish you All the Best!
Workflow Foundation 4 Resources
The application has failed to start because its side-by-side configuration is incorrect
I had an unusual situation where I had gone on a vacation for a month and on returning back booted my system and found that some of my applications stopped working. Applications like MS Office (Word, Visio, Outlook, Excel, Powerpoint) and even Adobe reader stopped working. It came up with the following errors. In this article I am trying to explain how these errors can be resolved. I have described different options. I hope one of the options will work for you.
How do I: Change the Text and Visibility of a Menu Command?
How do I: Add a Command to the Visual Studio IDE?
Visualizing Runtime Object Graphs
The code for the GCRootToDGML tool is available to download so you can try this out yourself. It should work with any recent version of Visual Studio 2010.