DateTime.Min Value when string equals EmptyOr Null in Linq to XML
1.Logging Experiences | Sina Iravanian
Description:Sina Iravanian (by Sina Iravanian) ... Consider a case where
you want to bring through a varchar column called SomeColumn from table
SomeTable and replace its value ...
2.Vivek's MIcrosoft Dynamics XRM Knowledge Base (Mine ...
Description:This can be clarified with an example: string animal1 = "Cat";
string animal2 = "Dog"; int result; result = animal1.CompareTo("Cat"); //
result is ...
3.All c# extension methods - Extension Method
Description:Use this method to easily check that a required querystring
both exists and is of a certain type. This lets you fire off a few checks
in your page_load and then write ...
4.Nadeem Afana's blog · Software Development
Description:Extension methods are a compiler trick which allows static
methods to be called using instance methods syntax. They are so convenient
that LINQ is essentially a ...
5.Fluent Assertions - Documentation - CodePlex
Description:Fluent interface for writing .NET unit test assertions with
more clarity than the traditional assertion syntax such as offered by
MSTest, NUnit or XUnit.
6.CSV Serializer for .NET - CodeProject - The Code Project
Description:11-05-2013 · Thanks for the interesting article. Jonathan Wood
has a neat way of enclosing the separator and formatting characters within
quotes when they occur within ...
7.Excel Add-in Framework for Validating and Exporting Data ...
Description:17-08-2012 · A framework for scanning a worksheet for headers,
reading and validating data, providing feedback to the user, and
displaying the data in a form with the ...
8.C# String Tips : C# 411
Description:The .NET string class is quite comprehensive, yet some common
string functions are missing or not entirely obvious. This article
provides quick tips on using .NET ...
9.C#/.NET Five More Little Wonders That Make Code Better (2 ...
Description:Notice we did a Trim() to remove the whitespace and then check
the Length property. While this seems nice and concise, it creates a new
string object on the heap that ...
10.Siderite's Blog
Description:I am a .NET programmer living and working in Bucharest,
Romania. These are my thoughts.
No comments:
Post a Comment