(Mahesh Sabnis) In my previous articles Silverlight 4.0 – Calling Secured WCF 4.0 Service hosted with SSL and Self-Signed Certificate, we saw how to consume WCF SSL enabled service in Silverlight 4.0 client and in the article Silverlight 4.0 – Secure Communication to WCF service using Custom User Na
Tag: Development
On Dynamic Objects and DynamicObject
(Chris Burrows) As you know if you read my blog, C# 4.0 introduced some language features that help you consume dynamic objects. Although it’s not part of the language, most of the writing about dynamic in C# that I have seen, including my own, also contains some point about how you create dynamic o
Useful UML Modeling: Simplify the UML?
(Bob Maksimchuk) I am continually amazed at the serendipity that occur every day. A short time ago I was having lunch with an industry insider when he mentioned the beginnings of a movement to simplify the UML. (R)
More on Adding Controls Dynamically
(Peter Vogel) In my most recent column , I discussed tactics for adding controls at runtime to a page, but I didn’t discuss when you should do this or how to enable catching events from these controls. Before answering that question, it’s worthwhile to provide some background information first. I’ll
Getting Started with jQuery Validation
(Mohammad Azam) jQuery library is the most popular JavaScript library available to the developers. The library includes many useful methods for interacting with DOM elements, built-in support for AJAX API, support for creating animations and form validation. This article focuses on the validation as
Using Composed UI Controllers In The Context Of Javascript Inheritance
(Ben Nadel) Yesterday, I blogged about using composed Javascript UI controllers to help manage the state and event handling of a single UI component. I liked where that was going; however, at the same time, I couldn’t figure out how to work inheritance into the model.
5 Reasons to be Excited about ASP.NET MVC 3
(Shay Friedman) It’s already been 6 months since ASP.NET MVC 2 was released and version 3 is already taking shape. I, personally, am thrilled about that because this version seems to put ASP.NET MVC, in terms of maturity and functionality, on the first line along with other MVC frameworks out there
URL Rewriting in ASP.NET
(Richard Bean) Web sites often receive most of the traffic from search engines, like Google. Because of that it is very important to optimize web pages for search engines to rank higher in their search results. With better position web page receives more traffic since visitors usually look only at f
Versioning in WCF Data Contract Part #1: Adding New Members
(Dhananjay Kumar) DataContract versioning requires when some modification has been done to the existing DataContract exposed to the client from the service or vice versa. If either service or client is changing the schema of DataContract exposed then new version of DataContract come into action and
Using Dynamic Database Connections
(Sam Hobbs) The DataLinksClass class in the Microsoft OLE DB Service Component Library can be used to dynamically create or modify a connection string during execution. The DataLinksClass class will show a dialog similar to the one shown by the Server Explorer in Visual Studio. I am not aware of an
