|
SQL SERVER Weekly Series Memory Lane #030
Journey to SQL Authority with Pinal Dave, May 25, 2013
Here is the list of selected articles of SQLAuthority.com across all these years. Instead of just listing all the articles I have selected a few of my most favorite articles and have listed them here ...
Getting the requestor's IP address.
Marc's Musings, May 24, 2013
Getting the client's IP
While it seems it should be straightforward to get the IP address of the client making a web request in the ASP.Net pipeline, there are a few surprises lurking. In my li...
Enterprise SPA (Single Page Applications)
The Code Project Latest Articles, May 24, 2013
How do you write cross-platform line-of-business apps without hiring an army of developers to rewrite your code for multiple clients? This sample app shows a solutionin JavaScript....
Use TinyMCE in ASP.NET Single Page Application (SPA) using Knockout
The Code Project Latest Articles, May 24, 2013
CodeProjectIn one of our project, we were creating web site using Asp.Net single page application with knockout.js. We had to add TinyMCE html editor in one of my page. It took some time to make it wo...
Optimizing Use of the Telerik Control Panel
the telerik blogs, May 24, 2013
We’ve received lots of feedback on the Telerik Control Panel from our users since the initial launch back in mid-2012. A hearty thanks to those who’ve taken the time to provide their thoug...
More todays news... [news categories]
|
|
C# 3.0: An Introduction
Granville Barnett
    
In this article we will look at some of the language enhancements in C# 3.0. Throughout the article we will use code examples to demonstrate these new enhancements and how to apply them to real world problems. This article will give you the core unde...
RIA Services With Silverlight 3 - Part 1
Faisal Khan
    
What RIA services actually are and how to use them with Silverlight.
Visual Studio 2010 and .NET Framework 4 IDE Enhancements –Part2
Hima Vejella
    
In this article HimaBindu Vejella explains IDE enhancements in Visual Studio 2010 and .NET Framework 4.0.
|
|
Re: MultiColumn AutoComplete
By Sonu Kapoor
Published in ASP.NET AJAX / Javascript General Questions
MultiColumn AutoComplete
By Rakesh V
Published in ASP.NET AJAX / Javascript General Questions
Re: JS Library for alerts
By Sonu Kapoor
Published in Asp.net Ajax DataControls
Re: JS Library for alerts
By Rakesh V
Published in Asp.net Ajax DataControls
Re: JS Library for alerts
By Sonu Kapoor
Published in Asp.net Ajax DataControls
|
|
Android for .NET Developers - Location and Maps
Dino Esposito, Jun 18, 2012
In Windows Phone and iOS getting the current position of the device in terms of latitude and longitude and then placing a marker on a map is a relatively easy task. In Android, things tend to be a bit more complicated and require a bit more attention and preliminary work. My purpose with this article is just touching on the various steps required to capture information about the current location and displaying that on a map view.
TextBox Row Filter in Telerik's RadGridView in Silverlight
Diptimaya Patra, May 28, 2012
If you have come across the JQGrid features, you might have seen the filter row available as the first row in the grid. The feature includes filtering the column data as soon as you start typing into the textboxes. Similarly we are going to achieve it for Telerik's RadGridView. Instead of on the top, we would do it at the bottom of the RadGridView.
jQuery Deferred Objects Promise Callbacks
Jing Ding, May 23, 2012
jQuery Deferred/Promise objects untangle spaghetti-like asynchronous code.
Air Space Issue in Web Browser Control in Silverlight
Diptimaya Patra, May 21, 2012
Air Space issue is a common issue in Web Browser control in Silverlight and WPF. To explain the issue in words: the web browser control would be the top control in the visual tree; even if the control is carefully placed below other control. In this article we will see what the trick to deal with this specific issue is.
Code First Approach using Entity Framework 4.1, Inversion of Control, Unity Framework, Repository and Unit of Work Patterns, and MVC3 Razor View
Akhil Mittal, May 16, 2012
A detailed introduction about the code first approach using Entity Framework 4.1, Inversion of Control, Unity Framework, Repository and Unit of Work Patterns, and MVC3 Razor View.
More articles
Upcoming articles
|