(SheoNarayan) Creating web application that serves different users with different cultures is crucial for clients who are doing business gloablly and ASP.NET helps developers to create such kind of application easily. In article I shall describe how to achive localization in ASP.NET web application.
Tag: Development
Prepare Now For Possible Future Head Transplant
(Ken Downs) We programmers love to plan for things that will hardly ever happen, like coding the system’s upgrade engine to handle spontaneous human combustion, making sure the SQL scrubbing layer can also launch a rocket into space, and, well, trying to work out ahead of time what to do if we ever
XDT (web.config) Transforms in non-web projects
(Sayed Ibrahim Hashimi) One of the really cool features that we shipped for Visual Studio 2010 was web.config (XDT) transformations. Because the transformations are so simple and straightforward one of the first questions that someone asks after using it is “how can I use this in my other projects?”
Custom Entity Templates – Dynamic Data 4
(Stephen Naughton) In Dynamic Data 4 we have Entity Templates these are great for customizing layout of tables (see Walkthrough: Customizing Table Layout Using Entity Templates). At the moment you will have to create a Custom Entity template for each table, but not only that you will need to create
RESplit() – Splitting Strings With Regular Expressions In ColdFusion
(Ben Nadel) ColdFusion 8 added the ability for the listToArray() function to include empty fields (rather than just skipping over them). Then, ColdFusion 9 added the ability for the listToArray() function to use multi-character delimiters (rather than using each character as a separate delimiter). T
Top 7 Features of the ASP.NET MVC Framework
(V.N.S Arun) ASP.NET MVC framework has been a real advantage for developers to build ASP.NET applications implementing MVC pattern easy, fast and in an efficient manner. Going forward in a project development the manageability of the project becomes much easier because of its loosely coupled nature.
How To Create an EventTrigger in WPF
(Ged Mead) In WPF, as with many other technologies, there is often more than one way of achieving a particular result. Specific to WPF, there’s one mindset that says that it’s better to use the declarative approach of XAML rather than the imperative approach of code behind. I’m not going to get int
Subterranean IL: Constructor constraints
(Simon Cooper) The constructor generic constraint is a slightly wierd one. The ECMA specification simply states that it:
JavaScript Controls with WCF and ASP.NET
(Peter Vogel) In my last few columns I started to integrate a JavaScript control more sophisticated than the basic jQuery UI controls into an ASP.NET page — something on the order of the ASP.NET GridView ( Working With a Client-Side AJAX Control and Updating Rows with a Client-side Grid ). For an a
Accessing Server-Side Data from Client Script: Using WCF Services with jQuery and the ASP.NET Ajax Library
(Scott Mitchell) Today’s websites commonly exchange information between the browser and the web server using Ajax techniques – the browser executes JavaScript code typically in response to the page loading or some user action. This JavaScript makes an asynchronous HTTP request to the server. which t
