IBloggable - implemented
Sign in
|
Join
Home
Contact
RSS
Atom
Search
Tags
.net
ADO.NET
ASP.NET
ASP.NET 4.0
ASP.NET MVC
Autofac
C#
Castle
Database
DynamicProxy
Entity Framework
HTML5
IISExpress
JavaScript
jQuery
JSON
LINQ
MVVM
NDepend
Nuget
OData
Odiogo
Personal
Prism V2
Productivity Power Tools
Razor
Resharper
Service Trace Viewer
Silverlight
SQL CE
Task Parallel Library
TPL Dataflow
Unity
Visual Studio
Visual Studio 2010
Visual Studio 2011
WCF
WCF Data Services
Web Services
Windows 7
WSDL
Sponsors
advertise here
News
Navigation
Home
Blogs
Archives
October 2011 (2)
September 2011 (3)
August 2011 (4)
July 2011 (1)
June 2011 (6)
May 2011 (3)
April 2011 (2)
March 2011 (4)
February 2011 (6)
January 2011 (3)
December 2010 (2)
November 2010 (1)
October 2010 (1)
September 2010 (2)
August 2010 (2)
July 2010 (6)
June 2010 (2)
May 2010 (4)
April 2010 (9)
March 2010 (4)
February 2010 (2)
January 2010 (1)
December 2009 (4)
November 2009 (7)
October 2009 (7)
November 2009 - Posts
7
Comments
Drag-N-Drop, Right-Click Save As – Silverlight 4
by
nmarun
It’s me again. I’ve made this small application where a user can drag-n-drop a few .jpg files on the Silverlight application and they’ll show up on a wrap panel. Then the user can right-click on any of the images and save them as .png on the disk. To...
Filed under:
Silverlight
,
C#
6
Comments
Local file access - Silverlight 4
by
nmarun
I was successful in setting up my first virtual machine and install Visual Studio 2010 on it. I know I can run VS2010 side-by-side with VS2008, but I wanted to be absolutely sure I don’t corrupt/change any of my projects/solutions. Here’s the first of...
Filed under:
Silverlight
,
C#
5
Comments
ASP.NET MVC ViewData.Eval() method
by
nmarun
While digging deeper into MVC Views, I stumbled on this method – ViewData.Eval(). Found it interesting and researched and played with some code around this method. This method gives the user a way to search through the ViewData’s object graph. So in order...
Filed under:
C#
,
ASP.NET MVC
1
Comments
Silverlight – a progressive journey
by
nmarun
I’m sure you’ve all heard of Silverlight 4 beta release at the PDC09. The announcement took me by surprise as I upgraded my projects to Silverlight 3 a couple of months back and then MS announces the next version… huh?. Here’s the release story of Silverlight...
Filed under:
Silverlight
4
Comments
Prism - MVVM - Silverlight gotcha's
by
nmarun
This is an extension to my previous blog where I showed my first application using Prism and Silverlight. As for this article, I just want to share the "gotcha's" I learned through a slightly more complex and a real-world (ish) application....
Filed under:
Silverlight
,
C#
,
MVVM
,
Prism V2
15
Comments
Programming Silverlight with MVVM pattern using Prism
by
nmarun
Here’s what I wanted to do: A Silverlight project User logs in A service runs and displays data upon successful login Quite simple right? In ‘pure’ Silverlight, one could probably do this in like 15 minutes, but I wanted to do this using Prism following...
Filed under:
Silverlight
,
C#
,
MVVM
,
Prism V2
1
Comments
Windows 7 – Clock messed up?
by
nmarun
It was just before 6p and I was working on some Silverlight-PRISM thingi (technical jargon), when I clicked on the clock instead of the ‘Show Desktop’ icon on my Windows 7 machine. I was extremely surprised to see the clock like this: See the hour-hand...
Filed under:
Windows 7
More Posts