Always remain updated about current software development trends

Articles having tag: RIA

The Manifold Blunders of Xaml–Part 1: Version and Platform Hell

I started work with “Xaml-based” platforms in the pre-Beta days of WPF, so I’ve been working with this technology longer than most. Back then I was utterly awed and inspired by it’s capabilities. Today I’m frustrated and Read More......(read...

Creating a WCF RIA Services Class Library for a Silverlight Application with Code First Approach

This article shows how to create and configure a WCF RIA Services class library for a Silverlight application using the ADO.NET Entity Framework Code First approach.

YouTube Top 100: HTML5/ASP.NET Video Player

YouTube All Time Top100 extended statistics in HTML5/ASP.NET Video Player (Feb 2012)

How to Build a Room Booking Calendar with dhtmlxScheduler

This article describes how to implement a meeting room booking system in an ASP.NET MVC project with dhtmlxScheduler.

Click/select Row in ASP.NET GridView or HTML Table

Make entire Table Row clickable/selectable by adding "onclick" event and formatting features via Javascript and CSS3

Boo-yah!!! Caliburn.Micro v1.3 RTW is Here

I’m extremely pleased to announce the release of Caliburn.Micro v1.3 . This is a great release with many bug fixes and several API improvements. We also support several new platforms. Here’s the highlights: Support for WP7 Mango Support for Read...

HTML5/CSS 3 Modal Dialog Box; no JavaScript

Pure HTML5 modal pop-up box ("darkbox") implemented via CSS 3

How to create a WCF RIA application that supports data filteration and paginations?

In this article, we are going to learn how to work with WCF RIA Services in Silverlight. Working with WCF RIA Services in Silverlight As Silverlight application presentation tier exists on the client side, WCF RIA Services helps us to easily build N-tier...

How to click/select Row in ASP.NET GridView or HTML Table

The above code will slow down the browser and the browser can hang when Rows in Grid will be 10000 or above.Please view the below suggestion:CS Codeprotected void grvGroups_RowDataBound(object sender, GridViewRowEventArgs e){ if (e.Row.RowType == DataControlRowType.DataRow)...

How I Lost, Regained and then Turned Down an MVP Award

What Happened To Me I'd say that 2011 was a pretty good year for me as a .NET open source developer. After all, Caliburn.Micro had it's first official release in April 2011 just in time for the Mix Open Source fest. At the festival, the framework...