¡@

Home 

c# Programming Glossary: robust

Get file name from URI string in C#

http://stackoverflow.com/questions/1105593/get-file-name-from-uri-string-in-c-sharp

file name from a string URI. What can I do to make it more robust private string GetFileName string hrefLink string parts hrefLink.Split..

ASP.NET MVC Custom Error Handling Application_Error Global.asax?

http://stackoverflow.com/questions/1171035/asp-net-mvc-custom-error-handling-application-error-global-asax

controller for processing I want this solution to be as robust as possible. protected void Application_Error object sender..

C# Test if user has write access to a folder

http://stackoverflow.com/questions/1410127/c-sharp-test-if-user-has-write-access-to-a-folder

I am over simplifying things and that this method is not robust although it does seem to work. Will my method to test if the..

TraceRoute and Ping in C#

http://stackoverflow.com/questions/142614/traceroute-and-ping-in-c-sharp

and parsing the output. I would like something more robust. c# networking ping traceroute share improve this question..

How to remove illegal characters from path and filenames?

http://stackoverflow.com/questions/146134/how-to-remove-illegal-characters-from-path-and-filenames

illegal characters from path and filenames I need a robust and simple way to remove illegal path and file characters from..

How to intersect two polygons?

http://stackoverflow.com/questions/1526352/how-to-intersect-two-polygons

if you use it commercially but it's worth it to get a robust version of this kind of code. http www.cs.manchester.ac.uk ~toby..

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

in a way that will my application more stable and robust. The main things I'm currently trying to work out are When should..

Recommend an Open Source .NET Barcode Reader Library [closed]

http://stackoverflow.com/questions/191192/recommend-an-open-source-net-barcode-reader-library

keep an eye on that project It looks like a very robust solution. If it can read those skewed barcodes from those busy..

Encrypt/Decrypt string in .NET

http://stackoverflow.com/questions/202011/encrypt-decrypt-string-in-net

address shortcomings please see jbtule's answer for a more robust informed solution. http stackoverflow.com a 10366194 188474..

How can I compare (directory) paths in C#?

http://stackoverflow.com/questions/2281531/how-can-i-compare-directory-paths-in-c

or may not have permissions to the path I'd prefer a fast robust method that doesn't require any I O so no permission checking..

Identifying NHibernate proxy classes

http://stackoverflow.com/questions/2664245/identifying-nhibernate-proxy-classes

no reference but I'm not aftaid of reflection p Is there a robust guaranteed way of detecting such proxy types Apparently DataContractSerializer..

Why is .NET exception not caught by try/catch block?

http://stackoverflow.com/questions/36014/why-is-net-exception-not-caught-by-try-catch-block

is letting you know that code you own mTokens needs to be robust against this exception being thrown through it. Things to play..

Fastest way to interface between live (unsaved) Excel data and C# objects

http://stackoverflow.com/questions/3840270/fastest-way-to-interface-between-live-unsaved-excel-data-and-c-sharp-objects

using VSTO but I want to know what the fastest but still robust and elegant solution is and get an idea of the speed. I don't..

extracting mantissa and exponent from double in c#

http://stackoverflow.com/questions/389993/extracting-mantissa-and-exponent-from-double-in-c-sharp

I found this example using google but I'm not sure how robust it would be. Could the binary representation for a double change.. 8.2.2 . The code in DoubleConverter should be fine and robust. For the sake of future reference the relevant bit of the code..

Interprocess communication for Windows in C# (.NET 2.0)

http://stackoverflow.com/questions/50153/interprocess-communication-for-windows-in-c-sharp-net-2-0

for these two processes Where best is defined as more robust and less error prone not the most performant nor the easiest..

C# Events and Thread Safety

http://stackoverflow.com/questions/786383/c-sharp-events-and-thread-safety

about event handlers event handlers are required to be robust in the face of being called even after the event has been unsubscribed..

How can I write a generic container class that implements a given interface in C#?

http://stackoverflow.com/questions/847809/how-can-i-write-a-generic-container-class-that-implements-a-given-interface-in-c

that I have to use reflection here but I'd rather use a robust framework like Castle's DynamicProxy or RunSharp to do the wiring..

Queuing in OneWay WCF Messages using Windows Service and SQL Server

http://stackoverflow.com/questions/9702379/queuing-in-oneway-wcf-messages-using-windows-service-and-sql-server

questions 134605 designing a scalable and robust retry mechanism Integrating SQL Service Broker and NServiceBus..

How can I determine which exceptions can be thrown by a given method?

http://stackoverflow.com/questions/986180/how-can-i-determine-which-exceptions-can-be-thrown-by-a-given-method

are a few improvements that I need to make for it to be robust namely Detect exceptions that aren't thrown directly using an..