HaGever

Stories kicked by HaGever

Log4Net... Friend or Foe?(www.smelser.net)

submitted by JoeGeekyJoeGeeky(364) 4 months, 8 days ago

This is one of those micro-optimization issues that few people will need to worry about, but its valuable information none-the-less. read more...

add a comment |category: |Views: 8

tags: another

10 Things ASP.NET Developers Should Know About Web.config Inheritance(weblogs.asp.net)

submitted by jongallowayjongalloway(4380) 4 months, 9 days ago

Ten things you should know about Web.config inheritance and overrides that will simplify some configuration challenges and help with debugging. Bet there are some you didn't know about! read more...

5 comments |category: |Views: 1282

tags: another

Validating WCF services with System.ComponentModel.DataAnnotions(www.devtrends.co.uk)

submitted by devtrendsdevtrends(184) 4 months, 22 days ago

All WCF services operations need some level of parameter validation to ensure that the data passed to the operation is present and correct. Two popular methods are manual checking and the Validation Application Block (VAB) from Enterprise Library. This article discusses another option - using the validation features from System.ComponentModel.DataAnnotations. read more...

2 comments |category: |Views: 114

tags: another

C#, Generic factory with support for private constructors(daniel.wertheim.se)

submitted by sedanwersedanwer(216) 4 months, 27 days ago

Shows how-to create a generic factory allowing creation of generic classes having a private constructor using compiled lambdas to get better performance. read more...

3 comments |category: |Views: 289

tags: another

"The specified metadata path is not valid." error in using Windows Ser(gaaton.blogspot.com)

submitted by HaGeverHaGever(915) 8 months, 20 days ago

Just how to resolve. read more...

add a comment |category: |Views: 5

tags: another

Paging in LINQ(gaaton.blogspot.com)

submitted by HaGeverHaGever(915) 9 months, 21 days ago

Implementation paging in LINQ read more...

2 comments |category: |Views: 11

tags: another

C# extesion(csharp-extension.blogspot.com)

submitted by HaGeverHaGever(915) 10 months, 9 days ago

Web site dedicated to extensions in C# read more...

add a comment |category: |Views: 7

tags: another

Extension for expression (List == null || List.Count > 0)(gaaton.blogspot.com)

submitted by HaGeverHaGever(915) 10 months, 10 days ago

Cool extension read more...

add a comment |category: |Views: 3

tags: another

Generic Type Convert Function (gaaton.blogspot.com)

submitted by HaGeverHaGever(915) 10 months, 29 days ago

Small and cool utility for everyday using. read more...

add a comment |category: |Views: 4

tags: another

Check is IP in range(gaaton.blogspot.com)

submitted by HaGeverHaGever(915) 1 year, 1 month ago

Validate is IP address in range of addresses.(C#) read more...

add a comment |category: |Views: 12

tags: another

Sort Generic List Using Lambda Expression For Dynamic Type And Dynamic(www.jebarson.info)

submitted by jebarson007jebarson007(150) 1 year, 2 months ago

once stuck on a requirement where I needed to write a code which is flexible and generic enough to sort any type of collection and also the property based on which it has to be sorted will be dynamic. After trying many options I discovered myself how easy it is to hit this requirement using Lamda Expression. Below code will do this for you. read more...

add a comment |category: |Views: 16

tags: another

Using Different log4net files for Error and Info messages(geekswithblogs.net)

submitted by rbg8rbg8(25) 1 year, 11 months ago

How to use Log4net so that we can filter Error Messages into a different LogFile and Info/Debug Messages into a different one. read more...

add a comment |category: |Views: 9

tags: another

Range Operator in Linq.(jalpesh.blogspot.com)

submitted by jalpeshjalpesh(1347) 1 year, 11 months ago

Linq is almost providing all the functionalities and i have found one another great operator called range operator which will return a sequence of integer number from start point to number of count. Here is the signature of range operator in Linq. public static IEnumerable read more...

add a comment |category: |Views: 16

tags: another

The Nullable<T> St(www.blackwasp.co.uk)

submitted by BlackWaspBlackWasp(4212) 1 year, 11 months ago

One of the problems with most value types is the inability to specify that they contain an undefined value. This is unlike reference types, which may hold a null reference to indicate that they have no value. The Nullable<T> structure resolves this issue. read more...

add a comment |category: |Views: 7

tags: another

CASE Statement Equivalent in LINQ(sankarsan.wordpress.com)

submitted by sankarsansankarsan(460) 2 years ago

CASE Statement Equivalent in LINQ..... read more...

add a comment |category: |Views: 60

tags: another

Windows 7 – Hotkey Keyboard Shortcuts(ahmedelbaz.com)

submitted by AhmedElbazAhmedElbaz(90) 2 years ago

The HotKey shortcuts make it faster and easier to navigate through the applications and functions. Windows 7 has some new handy hotkeys including the following: 1. Win+Home: Clear all but the active window read more...

add a comment |category: |Views: 6

tags: another