|
|
Stories recently tagged with 'Generics'
|
|
published 2 months, 14 days ago, submitted by
dcarr
2 months, 14 days ago
blog.domaindotnet.com — Linq is not just about databases. It’s about reading the registry, your hard-disk, or even a list of function pointers to be invoked. Linq is about more event then sets (collections). It’s about making tasks easier in many cases and vastly more powerful (and most importantly your code more readable and maintainable at the same time). It’s astounding just how fast the HashSet<T> collection is. This post will show how to gain additional power that is fully supported from Microsoft which is often overlooked, yet it can solve some of the hardest problems (especially around performance however don’t prematurely optimize!).
Linq, HashSet, ORM, NHibernate, Linq to NHibernate, Linq Undocumented, Functional Programming, .NET 3.5 read more...
3 comments
|
category: C# | Views: 358
|
|
tags:
LINQ, mock, Registry, Recursion, Server | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 3 months, 24 days ago, submitted by
razamit
3 months, 24 days ago
dev102.com — Have you ever tried to create a DataTemplate for a Generic Class? Here is how you do it. read more...
|
|
tags:
templage, Generics, WPF | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
rprouse
4 months, 2 days ago
alteridem.net — The latest in a series of posts exploring how we can reduce the grunt work in copying data between the data layer classes and the user interface classes. This uses a fluent interface to copy all of the data in one line of code rather than property by property. read more...
|
|
tags:
Generics, Reflection, Tips, C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 5 months, 26 days ago, submitted by
activa
5 months, 28 days ago
blog.activa.be — Value types can sometimes cause unexpected behavior. This post explains one of the pitfalls you can encounter when using arrays and lists of value types. read more...
1 comment
|
category: C# | Views: 324
|
|
tags:
arrays, Generics, C#, pitfalls | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 6 months, 2 days ago, submitted by
activa
6 months, 2 days ago
blog.activa.be — This is another one in the series "heck, I never thought of that"... Like most of these articles, if you already knew this trick, ignore me... read more...
2 comments
|
category: C# | Views: 506
|
|
tags:
Generics, C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
yoavsion
6 months, 25 days ago
sharpregion.com — Feeling ashamed for keeping your clients waiting until your code finally constructs your heavy classes/forms?
This utility instantiates objects in a background thread and aspires to always be "full" to the capacity requested. Useful in cases the object being constructed uses many resources and is consumed frequently. read more...
add a comment
|
category: C# | Views: 1
|
|
tags:
sharpregion, Generics, C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
hgarcia
10 months, 2 days ago
blog.latrompa.com — Jeffrey Palermo postes about replacing the ViewData on the MVC framework with a generic container called SmartBag.
I made a small modification of the code to deal with the 20% of cases stated on the post. Here is the code with those changes. read more...
add a comment
|
category: ASP.NET | Views: 1
|
|
tags:
SmartBag, Generics, ViewData, ASP.NET, MVC | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 10 months, 13 days ago, submitted by
TroyMG
10 months, 15 days ago
squaredroot.com — Want to use strongly typed ViewData in your view without a code-behind file? It isn't quite as straight-forward as you'd think. Read on for the answer and a quick lesson in how the CLR interacts with generics. read more...
5 comments
|
category: ASP.NET | Views: 38
|
|
tags:
mvc.net, Generics, CLR, ViewData, MVC | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
crpietschmann
1 year ago
weblogs.asp.net — Since the release of .NET 2.0 and ASP.NET 2.0 I was very disappointed that new language power of C# 2.0 is not available for ASP.NET developers. It was stressed at the time of release by multiple people (see here, here and here). While generic classes are not supported in ASP.NET markup in general, it seemed to me that it is still possible to benefit from generic in ASP.NET in many cases. read more...
add a comment
|
category: ASP.NET | Views: 4
|
|
tags:
Generics, ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 1 year, 1 month ago, submitted by
Jachman
1 year, 1 month ago
jachman.wordpress.com — C# Generics are powerful, but there are not many generic classes beyond List and Dictionary. Especially for Set Operations Generics are missing.
That’s whay I created a small class for Set Operations called Set that contains the basic Set Operations, like Union, Intersect and Difference. read more...
1 comment
|
category: C# | Views: 15
|
|
tags:
Generics, C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
vbnotebook
1 year, 1 month ago
vbnotebookfor.net — You probably know that Generics, introduced to VB.NET in the .NET Framework 2.0, provide type safe Lists, Dictionaries, Stacks, Queues and other objects. But, did you know that you can use the same technique to build your own type safe functions? In this article, we’ll look at some of the basics of doing this. read more...
add a comment
|
category: VB.NET | Views: 0
|
|
tags:
Generics, VB.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|

Sponsored Link: www.carlist.ie
Ads via The Lounge
|