(Dhananjay Kumar) It is a common scenario when we need to bind or display data from XML File to Silverlight Data Grid. In this article, I have tried to demonstrate this with simple steps. What all we are going to do is
Other News
Oracle PL/SQL Stored Functions
(W. Jason Gilmore and Bob Bryla) In this fifth part of a six part series, we look at how to create and use a stored function in Oracle PL/SQL.
Comparison of MVC implementation between J2EE and ASP.NET, Who is the best? Part 1
(Shivprasad koirala) Some times back I was discussing MVC with one of my Java friends. The talk ended up with a fight trying to prove how one technology is better than other in implementing MVC. For whatever reasons good or bad I was trying to prove that Microsoft technology is the best but…hmm,aa
An Ode to Testers
New Video Program Posted – Watch free now SelecTViews: A pet peeve – what is up with the silence about the massive cloud data breach??? Also on the show today – Michael Crump and some great applications for Silverlight. [Watch the Show] More Testing Stories Let’s finish out this week with an acknowledgement of praise to our worthy testers. Every […]
Static Analysis of XML Transformations in Java
(Christian Kirkegaard, Anders Møller and Michael I. Schwartzbach) XML documents generated dynamically by programs are typically represented as text strings or DOM trees.
How to Easily display Delicious bookmarks using XSLT transformation
Today we will create application which will show our Delicious bookmarks. We will use XSLT transformation to parse XML provided by Delicious. I will using my profile for our sample.
Using Helper Methods with ASP.NET Web Matrix Beta 3 5retweet
(Malcolm Sheridan) One of the great features of ASP.NET Web Pages is the ability to create reusable code through Helpers. Helpers are written in either Razor syntax, or even by creating class libraries in C# or VB.NET. Helpers always return IHtmlString, which is HTML encoded string. Helpers can be c
.NET Framework Parallel Programming Design Patterns
(Jeffrey Juday) Physics and new microprocessor architectures is forcing .NET developers to tackle Parallel Programming and rethink how they build responsive applications.B New C# and VB.NET Async language features.
Code-Behind Page Layouts with Visual Studio 2010
(Kirk Evans) This post shows how to create content types and page layouts with Visual Studio 2010. In Part 1, I introduced the concept of content types and page layouts using SharePoint Designer. In this post, I will show how to accomplish the same tasks with Visual Studio 2010, and will show how
ORDER BY
(Timur Akhmadeev) This is a quick note on the importance of ORDER BY for the order of the result set produced by a SELECT. The mantra is very simple:
