Screenshot in 2 Clicks using .NET
As a developer, I take lot of screenshots and its time consuming to press the screenshot button, paste it in MSPaint or any other Image editing... more »
Tweet 0 CommentsSave Tags: .net, tools
Accessing static properties using C# reflections
Simple way to access statis properties using C# reflections
Tweet 0 CommentsSave Tags: .net, c-and-cpp, how-to
TryParse a string to a nullable type (DateTime, int, Decimal, etc)
Have you ever wanted to parse a string to a nullable type? This will show you how to do it in a Generic way so you don't have to rewrite your code to... more »
Tweet 0 CommentsSave Tags: .net, how-to, other languages
Building a Single Sign On Provider Using ASP.NET and WCF: Part 2
Using Forms Authentication with WCF This is the second article in a four part series on building a single sign on (SSO) provider using the ASP.NET... more »
Tweet 0 CommentsSave Tags: .net, web services
AJAX Features in ASP.NET MVC
For a few moments when I first approached ASP.NET MVC I really thought it was the negation of AJAX. With a programming model heavily based on REST... more »
Tweet 0 CommentsSave Tags: .net, ajax
Insert Google Map Inside Data Grid View
Sample showing how to insert google maps inside each row of data grid or grid view
Tweet 0 CommentsSave Tags: .net, javascript, web 2.0
Upload Multiple Files in ASP.NET using jQuery
Continuing my ‘no less than an exciting’ journey of exploring ASP.NET with jQuery, today’s article will demonstrate how to Upload multiple files in... more »
Tweet 0 CommentsSave Tags: .net, ajax, javascript
304 Your images from a database
I was reading somewhere about some anecdotal evidence that Google doesn't like to index images that don't have some kind of modification time on them.... more »
Tweet 0 CommentsSave Tags: .net, how-to, server
The Toughest Developer Puzzle Ever
It's offical. The Toughest Developer Puzzle Ever is alive and kickin'. Prepare to have your mind bent, your skills tested, and, if you're fast enough,... more »
Tweet 2 CommentsSave Tags: .net
A simple Silverlight CRUD application – Part 1: putting the R in cRud
This is the first post in a series to demonstrate how to use the standard MSFT technologies to implement a CRUD data application in Silverlight . ... more »
Twitter API with C# example(part 1)
Using Twitter API with C# to get user details.
Tweet 0 CommentsSave Tags: .net, how-to, xml
23 .NET Open Source Projects
Eric Nelson, a Developer Evangelist for Microsoft and Technical Editor of MSDN UK Flash, has compiled a list of 23 .NET open source projects mostly... more »
Tweet 0 CommentsSave Tags: .net, microsoft, open source
JQuery jqGrid Export to Excel Using ASP.NET MVC Framework
In this article we are going to demonstrate jqGrid, JQuery Grid plugin which is used to display tabular data on the form. The article will also... more »
Tweet 0 CommentsSave Tags: .net, javascript, web design
Never worry about ASP.NET AJAX’s .d again
When I recently received this message from a frustrated reader: After hours and hours of slamming my head into the desk it turns out it was the... more »
Tweet 0 CommentsSave Tags: .net, ajax, reviews
Explore C# 4's New Dynamic Types and Named/Optional Parameters
Leverage these new features in C# 4.0 to interoperate with new dynamic .NET languages, and simplify your code.
Tweet 0 CommentsSave Tags: .net, other languages
SilverBullet #5 – System.Windows.ApplicationServiceContext
When running Silverlight outside the browser, there’s the possibility that the computer that is running the applications is disconnected. This is... more »
Tweet 0 CommentsSave Tags: .net, how-to
One Public Type Per File
I remember when I started working on this particular project a few months ago. When I looked over the code for the first time, I noticed something... more »
Tweet 0 CommentsSave Tags: .net, methodology, microsoft, standards
Generate .NET Web 2.0 applications straight from your database
In today’s economy, web developers everywhere are looking for a competitive edge. They need a way to produce high quality, customizable, .NET web... more »
Tweet 1 CommentsSave Tags: .net, tools
Do you want to analyze .NET code ?
We will look at Code analyze tool and see why it is good to use one for your codebase.
Tweet 0 CommentsSave Tags: .net
ReSharper for Visual Studio 2010 (Preview) is almost here
Greate news for ReSharper fans: the ReSharper for Visual Studio 2010 (Preview) is almost here, just few days left
FLV Player H-List AS3
XML driven FLV / H.264 video player with playlist, custom scrolling and autoPlay for Flash CS3 / Flash CS4 and above / ActionScript 3.0 version. XML... more »
Tweet 0 CommentsSave Tags: .net, flash-flex, web design, xml
The Technology Post for June 30th, 2009
The Technology Post for June 30th, 2009
Tweet 0 CommentsSave Tags: .net, css-html, javascript, windows
Problems With Microsoft Internet Explorer 6 (IE6) In Displaying PNG Files
Having problems viewing your PNG files in Microsoft Internet Explorer 6? Here's a quick solution to fix your files transparency issues and add PNG... more »
Tweet 1 CommentsSave Tags: .net, microsoft, web 2.0, web design
Asynchronous methods, C# iterators, and Tasks
More and more, developers are realizing the significant scalability advantages that asynchronous programming can provide, especially as it relates to... more »
Tweet 0 CommentsSave Tags: .net, microsoft
From NUnit to MSTest
Last week I migrated several projects from NUnit to MSTest. The developers use the Developer version of Microsoft Visual Studio Team System, so they... more »
Tweet 0 CommentsSave Tags: .net, frameworks, how-to, opinion