c# Programming Glossary: folks
Most efficient way to find all exe files on disk using C#? http://stackoverflow.com/questions/10965280/most-efficient-way-to-find-all-exe-files-on-disk-using-c I'd share the way you can use LogParser in .Net The good folks over at http visuallogparser.codeplex.com have provided us with..
Reducing memory usage of .NET applications? http://stackoverflow.com/questions/1343374/reducing-memory-usage-of-net-applications long as it all gets deallocated. However to address some folks here who say not to worry about it If you're writing a Windows..
Unzipping a .gz file using C# http://stackoverflow.com/questions/1348198/unzipping-a-gz-file-using-c-sharp
Hiding inherited members http://stackoverflow.com/questions/1528/hiding-inherited-members Override them like Michael Suggests above and to prevent folks from using the overridden sp methods mark them as obsolete Obsolete..
Timezone Abbreviations http://stackoverflow.com/questions/15302083/timezone-abbreviations names not the same as in Windows . So how do you dotnet folks deal with that when you want show a user not a full name id..
Slow SoapHttpClientProtocol constructor http://stackoverflow.com/questions/172095/slow-soaphttpclientprotocol-constructor is ripped from this thread on the VMWare forums Hi folks We've found that sgen.exe does work. It'just that there is a..
Sharepoint web services — The HTTP request is unauthorized with client authentication scheme 'Ntlm'. The authentication header received from the server was 'NTLM' http://stackoverflow.com/questions/2608887/sharepoint-web-services-the-http-request-is-unauthorized-with-client-authenti so that is unfortunately not an option. Any help out there folks c# .net sharepoint authentication ntlm share improve this..
Is there a .NET equivalent to Apache Hadoop? http://stackoverflow.com/questions/339344/is-there-a-net-equivalent-to-apache-hadoop approach is often the best and it looks like other folks are doing the same. If you look at projects like protocol buffers..
Succinct and light-weight API: REST+JSON in .NET http://stackoverflow.com/questions/3710635/succinct-and-light-weight-api-restjson-in-net world which does not use WCF. If not I am looking for some folks who would be interested to start a joint venture for an Open.. eager to get something going with a number of like minded folks. So what do you think Does such a framework exist If not is..
Need a way to sort a 100 GB log file by date [closed] http://stackoverflow.com/questions/3795029/need-a-way-to-sort-a-100-gb-log-file-by-date by nuance and one that can use some optimization. The folks who wrote SORT had time and opportunity to make it optimal in..
System.Drawing in Windows or ASP.NET services http://stackoverflow.com/questions/390532/system-drawing-in-windows-or-asp-net-services supported route and you don't expect extreme load a lot of folks have disregarded the MSDN caveat and used System.Drawing with..
Introducing an IoC Container to Legacy Code http://stackoverflow.com/questions/447715/introducing-an-ioc-container-to-legacy-code would that be a reasonable approach What have other folks done c# .net design patterns dependency injection share improve..
Why can't I create an abstract constructor on an abstract C# class? http://stackoverflow.com/questions/504977/why-cant-i-create-an-abstract-constructor-on-an-abstract-c-sharp-class private A protected A int a int b Code That does what some folks are saying default is private and the class needs to implement..
Why use Windows Workflow? http://stackoverflow.com/questions/513657/why-use-windows-workflow that developers could roll their own. Can any of the smart folks here come up with a better reason SUMMARY FROM ANSWERS GIVEN..
What JSON library works well for you in .NET? http://stackoverflow.com/questions/571168/what-json-library-works-well-for-you-in-net in .NET I'd be interested in hearing what JSON library folks in the community have been using inside of .NET I have a need.. I could roll my own but if there are some solid libraries folks have used I'd like to hear your comments. I saw the list of..
Prime Factors In C# http://stackoverflow.com/questions/5872962/prime-factors-in-c-sharp
A BitTorrent client completely written in C#? http://stackoverflow.com/questions/623635/a-bittorrent-client-completely-written-in-c torrent client in C# would generate amongst C# programmer folks out there. EDIT Do check out Michael Stum's Pumpkin torrent..
Why are public fields faster than properties? http://stackoverflow.com/questions/632831/why-are-public-fields-faster-than-properties of the same points that are on his blog. It seems the XNA folks had similar ideas when they developed some of the core objects...
An obvious singleton implementation for .NET? http://stackoverflow.com/questions/953259/an-obvious-singleton-implementation-for-net using this method. Something anyway. I was hoping the good folks here at Stack Overflow could clue me in as to what leaving aside..
|