c# Programming Glossary: documented
Performance difference for control structures 'for' and 'foreach' in C# http://stackoverflow.com/questions/1124753/performance-difference-for-control-structures-for-and-foreach-in-c-sharp
ADO.NET |DataDirectory| where is this documented? http://stackoverflow.com/questions/1409358/ado-net-datadirectory-where-is-this-documented DataDirectory where is this documented In AppConfig it is possible to use DataDirectory but I can't..
Create Excel (.XLS and .XLSX) file from C# [closed] http://stackoverflow.com/questions/151005/create-excel-xls-and-xlsx-file-from-c-sharp as time goes on. It seems to be more actively updated and documented as well. Also as noted by @ мЦа ионов below EPPlus has support..
Best Practice for Exception Handling in a Windows Forms Application? http://stackoverflow.com/questions/183589/best-practice-for-exception-handling-in-a-windows-forms-application Never swallow an exception except in the most well documented cases when you are absolutely positively sure that the exception..
C# DateTime.Now precision http://stackoverflow.com/questions/2143140/c-sharp-datetime-now-precision this behavior in DateTime Is there an official precision documented for DateTime.Now e.g. precise to within 50ms Why would DateTime.Now..
Why is lock(this) {…} bad? http://stackoverflow.com/questions/251391/why-is-lockthis-bad you will be acquiring a lock on this unless it has been documented. Even then relying on documentation to prevent a problem is..
BackgroundWorker RunWorkerCompleted Event http://stackoverflow.com/questions/2806814/backgroundworker-runworkercompleted-event . Interestingly this doesn't seem to be all that well documented on MSDN. The best reference I was able to find was here The..
How to add an extra button to the window's title bar? http://stackoverflow.com/questions/2841180/how-to-add-an-extra-button-to-the-windows-title-bar look at this. It turns out this can be done in a fully documented way while supporting Aero. But it is not for the faint of heart...
can i use ADFS 2.0 to authenticate certain users against SQL Server http://stackoverflow.com/questions/4313512/can-i-use-adfs-2-0-to-authenticate-certain-users-against-sql-server against Active Directory AD DS . This is not explicitly documented in the official AD FS 2.0 documentation but it follows from..
Use XML includes or config references in app.config to include other config files' settings http://stackoverflow.com/questions/480538/use-xml-includes-or-config-references-in-app-config-to-include-other-config-file configuration blocks have this attribute although it isn't documented. See this article all the way at the bottom appendix B. I've.. eventually found one. Enter one of those oh so beloved undocumented or in this case just poorly documented features that Microsoft.. oh so beloved undocumented or in this case just poorly documented features that Microsoft is so famous for configSource. I only..
Stroke Width Transform (SWT) implementation (Java, C#…) http://stackoverflow.com/questions/4837124/stroke-width-transform-swt-implementation-java-c I recently discovered the stroke width transform as documented in the following research paper Detecting Text in Natural Scenes..
Convert DateTime to Julian Date in C# (ToOADate Safe?) http://stackoverflow.com/questions/5248827/convert-datetime-to-julian-date-in-c-sharp-tooadate-safe Gregorian date to a Julian day number. I've seen nothing documented in C# to do this directly but I have found many posts while..
Is EndInvoke() optional, sort-of optional, or definitely not optional? http://stackoverflow.com/questions/532722/is-endinvoke-optional-sort-of-optional-or-definitely-not-optional share improve this question Delegate.EndInvoke is documented as a thou shalt call this i.e. necessary else leaks happen from..
NTFS Alternate Data Streams - .NET http://stackoverflow.com/questions/604960/ntfs-alternate-data-streams-net I use Also how would I use them as I don't think this is documented c# .net ntfs alternate data stream share improve this question..
The purpose of delegates [duplicate] http://stackoverflow.com/questions/687626/the-purpose-of-delegates I've read that C# implements Events as delegates which is documented as being Summary Represents the method that will handle an event..
C# Events and Thread Safety http://stackoverflow.com/questions/786383/c-sharp-events-and-thread-safety being null . Is that requirement on event handlers documented anywhere And so There are other ways to solve this problem for..
Programming to interfaces while mapping with Fluent NHibernate http://stackoverflow.com/questions/845536/programming-to-interfaces-while-mapping-with-fluent-nhibernate also try and leverage NHibernate's Implicit Polymorphism documented below the table per concrete class strategy but it has tons..
How do I restore a file from the recycle bin using C#? http://stackoverflow.com/questions/911391/how-do-i-restore-a-file-from-the-recycle-bin-using-c to the recycle bin and emptying the recycle bin are well documented but how can a file be programmatically restored from the recycle..
Releasing a unplugged virtual Serial Port http://stackoverflow.com/questions/9835881/releasing-a-unplugged-virtual-serial-port that's available on any machine supported by any runtime documented and maintained by somebody else. Like the serial port API. That..
|