c# Programming Glossary: legacy
Why integer division in c# returns an integer but not a float? http://stackoverflow.com/questions/10851273/why-integer-division-in-c-sharp-returns-an-integer-but-not-a-float but not a float What is the idea behind is it only a legacy of C C In C# float x 13 4 imagine I used have overridden operator..
Is there a “proper” way to read CSV files [duplicate] http://stackoverflow.com/questions/1103495/is-there-a-proper-way-to-read-csv-files
How to convert a Unicode character to its ASCII equivalent http://stackoverflow.com/questions/138449/how-to-convert-a-unicode-character-to-its-ascii-equivalent Here's the problem In C# I'm getting information from a legacy ACCESS database. .NET converts the content of the database in..
Should I learn VB.NET or C#? [closed] http://stackoverflow.com/questions/1653895/should-i-learn-vb-net-or-c would go away at the cost of a trivial refactoring of legacy code remember every old project must be upgraded anyway when..
How do I hide a process in Task Manager in C#? http://stackoverflow.com/questions/187983/how-do-i-hide-a-process-in-task-manager-in-c of the users have admin privileges in order to run some legacy apps. So one of the suggestion was to hide it in task manager...
Capture Stored Procedure print output in .NET http://stackoverflow.com/questions/1880471/capture-stored-procedure-print-output-in-net from a TSQL stored procedure in .NET I have a lot of legacy Procs that use the print as means of errorMessaging. An example..
Can I simply 'read' a file that is in use? http://stackoverflow.com/questions/203837/can-i-simply-read-a-file-that-is-in-use and lets you read from this copy. VSS does not work for legacy applications. FAM transparently works for legacy and non legacy.. work for legacy applications. FAM transparently works for legacy and non legacy programs alike by specifying an 'allowed list'.. applications. FAM transparently works for legacy and non legacy programs alike by specifying an 'allowed list' of applications..
What does placing a @ in front of a C# variable name do? http://stackoverflow.com/questions/254669/what-does-placing-a-in-front-of-a-c-sharp-variable-name-do of a C# variable name do I've been working with some C# legacy code and I've been seeing a lot of @ symbols in front of variable..
LINQ: Max or Default? http://stackoverflow.com/questions/341264/linq-max-or-default retrieve the next eligibility counter from a child table legacy system don't get me started... . The first eligibility row for.. want to rely on the raw count of child rows in case the legacy app introduces gaps in the counter values possible . My bad..
Embedding a DOS console in a windows form http://stackoverflow.com/questions/355724/embedding-a-dos-console-in-a-windows-form in a Windows Form or User Control in C# 2.0 We have a legacy DOS product that my Windows app has to interact with and it's.. with and it's been requested that an instance of the legacy product should run within the Windows application. At the moment.. the interaction function. EDIT Some more information The legacy app needs to be visible to the user but not in a separate window...
Should we select VB.NET or C# when upgrading our legacy applications? [closed] http://stackoverflow.com/questions/507291/should-we-select-vb-net-or-c-sharp-when-upgrading-our-legacy-applications we select VB.NET or C# when upgrading our legacy applications closed At the company where I work we have a number.. closed At the company where I work we have a number of legacy applications written in Visual Basic 6.0. Without casting aspersions..
Is IDependencyResolver an anti-pattern? http://stackoverflow.com/questions/5653783/is-idependencyresolver-an-anti-pattern pattern I am designing some architectural changes into a legacy ASP.NET application. I prototyped some classes for dependency..
How to switch between “possible” type of an object? [duplicate] http://stackoverflow.com/questions/5947343/how-to-switch-between-possible-type-of-an-object better alternative than this to ˜switch on type My company legacy code has something as follow public override Uri GetUri object..
Is it appropriate to extend Control to provide consistently safe Invoke/BeginInvoke functionality? http://stackoverflow.com/questions/714666/is-it-appropriate-to-extend-control-to-provide-consistently-safe-invoke-begininv usefulness of this method for fixing up illegal calls in legacy code but what about new code Is it good design to use this method..
dynamic and performance http://stackoverflow.com/questions/7478387/dynamic-and-performance in d1 to see if it is anything special. Maybe it is a legacy COM object or an Iron Python object or an Iron Ruby object or..
|