c# Programming Glossary: etc
Looking for C# HTML parser [duplicate] http://stackoverflow.com/questions/100358/looking-for-c-sharp-html-parser
XDocument or XMLDocument http://stackoverflow.com/questions/1542073/xdocument-or-xmldocument somewhere.com XElement element new XElement ns elementName etc LINQ to XML also works really well with LINQ its construction.. town c.Town new XAttribute firstline c.Address1 etc It's all a lot more declarative which fits in with the general.. it and processing it then moving on to the next element etc. There are various blog posts about this technique here's one..
Simple 2 way encryption for C# http://stackoverflow.com/questions/165808/simple-2-way-encryption-for-c-sharp don't want to have to mess around with public private keys etc. I don't know much about encryption but I do enough to know..
Big integers in C# http://stackoverflow.com/questions/176775/big-integers-in-c-sharp
Using CookieContainer with WebClient class http://stackoverflow.com/questions/1777221/using-cookiecontainer-with-webclient-class
How to convert a column number (eg. 127) into an excel column (eg. AA) http://stackoverflow.com/questions/181596/how-to-convert-a-column-number-eg-127-into-an-excel-column-eg-aa should be in the form of excel column names e.g. A AA AAA etc. c# excel excel 2007 share improve this question Here's..
Dependency Inject (DI) “friendly” library http://stackoverflow.com/questions/2045904/dependency-inject-di-friendly-library one or two of the common DI libraries StructureMap Ninject etc seems reasonable I want consumers to be able to use the library..
Read/Write 'Extended' file properties (C#) http://stackoverflow.com/questions/220097/read-write-extended-file-properties-c in C# e.g. Comment Bit Rate Date Accessed Category etc that you can see in Windows explorer. Any ideas how to do this..
What is the difference between i++ and ++i? http://stackoverflow.com/questions/3346450/what-is-the-difference-between-i-and-i use i or i i being a number variable like int float double etc . Anyone who knows this c# share improve this question Oddly..
Why is it important to override GetHashCode when Equals method is overridden? http://stackoverflow.com/questions/371328/why-is-it-important-to-override-gethashcode-when-equals-method-is-overridden item will be used as a key in a dictionary or HashSet T etc since this is used in the absense of a custom IEqualityComparer..
Performance differences between debug and release builds http://stackoverflow.com/questions/4043821/performance-differences-between-debug-and-release-builds runs elsewhere. Reading a file executing a dbase query etc. Making the work the JIT optimizer does completely invisible...
Dynamic LINQ OrderBy on IEnumerable<T> http://stackoverflow.com/questions/41244/dynamic-linq-orderby-on-ienumerablet only applies to LINQ to Objects expression trees for ORMs etc can't really represent dynamic queries MemberExpression doesn't..
How can I read the properties of a C# class dynamically? http://stackoverflow.com/questions/4629/how-can-i-read-the-properties-of-a-c-sharp-class-dynamically properties by the names Property1 Property2 Property3 etc. Now I want to perform some operations on the Property i property..
Proper use of the IDisposable interface http://stackoverflow.com/questions/538060/proper-use-of-the-idisposable-interface things like database connections sockets window handles etc. But I've seen code where the Dispose method is implemented..
IPC Mechanisms in C# - Usage and Best Practices http://stackoverflow.com/questions/56121/ipc-mechanisms-in-c-sharp-usage-and-best-practices is nothing new in the lower level tcp upd named pipes etc But WCF simplifies IPC development greatly. Useful resource..
C# DLL config file http://stackoverflow.com/questions/594298/c-sharp-dll-config-file XML schema config section and config element mechanisms etc. This entails creating an ExeConfigurationFileMap object loading..
How can I detect the encoding/codepage of a text file http://stackoverflow.com/questions/90838/how-can-i-detect-the-encoding-codepage-of-a-text-file file In our application we receive text files .txt .csv etc. from diverse sources. When reading these files sometimes contain..
Find all controls in WPF Window by type http://stackoverflow.com/questions/974598/find-all-controls-in-wpf-window-by-type find all controls implementing specific interface etc. c# .net wpf share improve this question This should do..
How cancel shutdown from a windows service C# http://stackoverflow.com/questions/2720125/how-cancel-shutdown-from-a-windows-service-c-sharp
How can I find a string after a specific string/character using regex http://stackoverflow.com/questions/454414/how-can-i-find-a-string-after-a-specific-string-character-using-regex is like this regex @ Key1 Key2 Key3 LastName FirstName Etc What you are doing probably isn't worth the effort in a regex..
.NET TimeZoneInfo from Olson time zone http://stackoverflow.com/questions/5996320/net-timezoneinfo-from-olson-time-zone Standard Time Australia Sydney AUS Eastern Standard Time Etc GMT UTC Etc GMT 11 UTC 11 Etc GMT 12 Dateline Standard Time.. Australia Sydney AUS Eastern Standard Time Etc GMT UTC Etc GMT 11 UTC 11 Etc GMT 12 Dateline Standard Time Etc GMT 2.. AUS Eastern Standard Time Etc GMT UTC Etc GMT 11 UTC 11 Etc GMT 12 Dateline Standard Time Etc GMT 2 UTC 02 Etc GMT 12..
|