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
Guinness World Record
HTML5
IISExpress
JavaScript
jQuery
JSON
LINQ
Markedup
Metro Style Apps
MS Rockstar
MVVM
NDepend
Nuget
OData
Odiogo
Personal
Prism V2
Productivity Power Tools
Razor
Reflector
ReflexIL
Resharper
Service Trace Viewer
Silverlight
SQL CE
Task Parallel Library
Team Foundation Service
TPL Dataflow
Unity
Visual Studio
Visual Studio 2010
Visual Studio 2011
Visual Studio 2012
WCF
WCF Data Services
Web Services
Windows 7
Windows 8
Windows App Certification Kit
WSDL
XAML
Sponsors
advertise here
News
Navigation
Home
Blogs
Archives
March 2013 (1)
January 2013 (2)
December 2012 (1)
November 2012 (4)
October 2012 (3)
September 2012 (7)
August 2012 (1)
May 2012 (2)
April 2012 (2)
March 2012 (1)
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)
June 2011 - Posts
18
Comments
Extension methods on a null object instance
by
nmarun
Extension methods gave developers with a lot of bandwidth to do interesting (read ‘cool’) things. But there are a couple of things that we need to be aware of while using these extension methods. I have a StringUtil class that defines two extension methods...
Filed under:
C#
,
LINQ
,
.net
2
Comments
IEnumerator.Current property and IEnumerator.MoveNext method
by
nmarun
Here’s a question: What happens to the Current property of an IEnumerator before and after the MoveNext() call? When I say ‘after the MoveNext() call’, I mean after MoveNext() returns a false indicating an end of the collection. I was going through the...
Filed under:
C#
,
.net
5
Comments
Sort method versus OrderBy LINQ extension method
by
nmarun
I have a class Product with an Id and a Name as properties. There are multiple ways of getting a list of products to display in sorted/ordered fashion, say, by the Name of the product. The two I’m concerned about here are the Sort and the OrderBy extension...
Filed under:
C#
,
LINQ
,
.net
3
Comments
WCF Service Trace Viewer Part 2
by
nmarun
Continuing from the previous part , now we’ll have a look at what happens when we call the service using WSHttpBinding. For this, I have to instantiate my LearnWcfService service passing the WSHttp binding endpoint to the constructor. The rest of the...
Filed under:
C#
,
.net
,
WCF
,
Service Trace Viewer
6
Comments
WCF Service Trace Viewer Part 1
by
nmarun
I hit upon this tool SvcTraceViewer.exe and found it quite interesting. Usually located at <drive>:\Program Files\Microsoft SDKs\Windows\v7.0A\bin\NETFX 4.0 Tools (for version .net 4.0), this tool helps you to locate an error that’s happening behind...
Filed under:
C#
,
.net
,
WCF
,
Service Trace Viewer
0
Comments
FeedBurner not getting my latest blog articles from weblogs.asp.net–need help
by
nmarun
This is more of an ‘I need help’ kind of an article. So, my feed stopped getting updated with my blogs – a few of my blogs from April and May do not show up in the feed. Blog site: http://weblogs.asp.net/nmarun (duh!) Blog RSS: http://weblogs.asp.net...
Filed under:
.net
More Posts