Stay up to speed on the latest Groups news and updates, visit the
Groups blog today!
Home
Activity within 7 days:
(No Activity)
Description
public Group<StrongTypes>
where Moderator:Ryan_Olshan
Group(Of Experts)
The focus of StrongTypes is to discuss and provide free, friendly, expert .NET Generics help. Generics is a new addition to the .NET Framework 2.0 and CLR that allows for type-safe code. Strongly typed code will not only decrease the overhead caused by type casting and late binding, but will also reduce the ammount of errors in your code.
Not a member of this group? Join today and get your questions answered by this Group Of Experts.
For links and other resources, please visit StrongTypes.com.
hi all, I was working on function that counts the word frequency of file, what i want to do is find the word that occurs the most, so I am not familiar with
The StrongCoders.com Community now has a forum that parallels this group for those of you who prefer forums. The StrongTypes forum allows for subscription by
StrongCoders.com is proud to announce the launch of its community site featuring brand new specialized forums in addition to its already-popular blogs. Ask and
Yeah, I don't see a way around the switch, but it's a very common thing from samples that I've seen. But regardless what ever helps centralize and minimize the
Thanks for the response. My Worker (WorkerInfo) object is one of many different entity types in my solution. Another one is a Customer (CustomerInfo) object.