c# Programming Glossary: tied
How do I display progress during a busy loop? http://stackoverflow.com/questions/1194620/how-do-i-display-progress-during-a-busy-loop message queue. What's the right way to do it in C# I'm not tied to the label so if there's a simple progress bar popup screen..
Proper localization of a WinForms application http://stackoverflow.com/questions/1251225/proper-localization-of-a-winforms-application Put all our internal strings in a resource file stuff not tied directly to a form like custom error messages and dialog box..
Why Explicit Implementation of a Interface can not be public? http://stackoverflow.com/questions/1253266/why-explicit-implementation-of-a-interface-can-not-be-public these methods not as being public on the class but being tied directly to the interface. There is no reason to specify public..
How to create and connect custom user buttons/controls with lines using windows forms http://stackoverflow.com/questions/15819318/how-to-create-and-connect-custom-user-buttons-controls-with-lines-using-windows the nodes which are actually what the Connector s are tied to. I also changed the Connector DataTemplate to use a QuadraticBezierSegment..
Is it bad to use servicelocation instead of constructor injection to avoid writing loads of factory classes http://stackoverflow.com/questions/1599811/is-it-bad-to-use-servicelocation-instead-of-constructor-injection-to-avoid-writi even more important aspect is that your components are tied to your service locator. You're now unable to instantiate them..
Why is String.Concat not optimized to StringBuilder.Append? http://stackoverflow.com/questions/2177447/why-is-string-concat-not-optimized-to-stringbuilder-append is appended. In fact the cost of appending is strongly tied to the size of the string being concatenated how many there..
Creating an instance using Ninject with additional parameters in the constructor http://stackoverflow.com/questions/2227548/creating-an-instance-using-ninject-with-additional-parameters-in-the-constructor on its own and you wont have low level components being tied to top level components etc. If someone wants to fill in the..
Transactions in .net http://stackoverflow.com/questions/224689/transactions-in-net A connection transaction such as SqlTransaction is tied directly to the db connection such as SqlConnection which means.. The other advantage of TransactionScope is that it isn't tied just to databases any transaction aware provider can use it...
VB.NET vs. C#.NET? [closed] http://stackoverflow.com/questions/2434825/vb-net-vs-c-net is interoperability between the languages AKA you're not tied to one language if you are finding development easier in C#..
Get enum from enum attribute http://stackoverflow.com/questions/2787506/get-enum-from-enum-attribute This probably isn't the best solution though as it's tied to Als and you'll probably want to make this code re usable...
C#: why sign an assembly? http://stackoverflow.com/questions/3975723/c-why-sign-an-assembly can only load other signed assemblies. Also they are tied to a specific version meaning that you need to use binding redirects..
How can I close a login form and show the main form without my application closing? http://stackoverflow.com/questions/4759334/how-can-i-close-a-login-form-and-show-the-main-form-without-my-application-closi entire application to exit. The Windows message loop is tied to the login form because that's the one you have set as the..
Multi-threaded splash screen in C#? http://stackoverflow.com/questions/48916/multi-threaded-splash-screen-in-c is loading. I have a form with a system tray control tied to it. I want the splash screen to display while this form loads..
C# DLL config file http://stackoverflow.com/questions/594298/c-sharp-dll-config-file object using the normal method the object you get back is tied to the configuration of the App Domain you are executing in.. use for creating an arbitrary portable config file not tied to any particular assembly but for which you want to make use..
Can I set up HTML/Email Templates with ASP.NET? http://stackoverflow.com/questions/620265/can-i-set-up-html-email-templates-with-asp-net of Razor is that unlike its predecessor webforms it is not tied with the web environment we can easily host it outside the web..
Writing large number of records (bulk insert) to Access in .NET/C# http://stackoverflow.com/questions/7070011/writing-large-number-of-records-bulk-insert-to-access-in-net-c to import that in. This was fast 2.8 seconds and tied for first place. But I consider this fragile for a number of..
Injecting dependencies into ASP.NET MVC 3 action filters. What's wrong with this approach? http://stackoverflow.com/questions/7192543/injecting-dependencies-into-asp-net-mvc-3-action-filters-whats-wrong-with-this test time and inject a mock service that way. You're not tied down to any implementation of DI container since you're using..
using ITextSharp to extract and update links in an existing PDF http://stackoverflow.com/questions/8140339/using-itextsharp-to-extract-and-update-links-in-an-existing-pdf Annotations are drawn on top of text but aren't really tied to the text underneath in anyway. That's another topic completely...
|