c# Programming Glossary: concerning
System.Convert.ToInt vs (int) http://stackoverflow.com/questions/104063/system-convert-toint-vs-int i int d which has an implicit floor and convert. Also more concerning I noticed in some production code I was reading double d 3.1415..
C# Performance of nested yield in a tree http://stackoverflow.com/questions/1043050/c-sharp-performance-of-nested-yield-in-a-tree which knows how to traverse efficiently. Some blog entries concerning this Wes Dyer All about iterators Eric Lippert Immutability..
Shredding files in .NET http://stackoverflow.com/questions/1046635/shredding-files-in-net this question A pretty good article came out recently concerning this on proggit Secure Deletion A single overwrite will do it...
Why use a using statement with a SqlTransaction? http://stackoverflow.com/questions/1127830/why-use-a-using-statement-with-a-sqltransaction a SqlTransaction I've been running into some problems concerning a SqlTransaction I'm using in my code. During my Googling I..
How can I get functionality similar to Spy++ in my C# app? http://stackoverflow.com/questions/1967604/how-can-i-get-functionality-similar-to-spy-in-my-c-sharp-app and get all kinds of information about various properties concerning various controls labels textboxes etc . Ideally I'd like my..
Best Practice: Initialize class fields in constructor or at declaration? http://stackoverflow.com/questions/24551/best-practice-initialize-class-fields-in-constructor-or-at-declaration I am curious what people would consider the best practice concerning when you should initialize your classes fields Should you do..
Should you access a variable within the same class via a Property? http://stackoverflow.com/questions/271318/should-you-access-a-variable-within-the-same-class-via-a-property of abstraction in your class. If you change any logic concerning how that field is stored then the rest of your code will be..
Design by contracts and constructors http://stackoverflow.com/questions/2767247/design-by-contracts-and-constructors other things that you could have decided to do not just concerning the choice of the default size . Giving a contract to ArrayList..
Why does C# execute Math.Sqrt() more slowly than VB.NET? http://stackoverflow.com/questions/3025968/why-does-c-sharp-execute-math-sqrt-more-slowly-than-vb-net morning my colleagues and I discovered some strange things concerning performance of C# code vs. VB.NET code. We started out comparing..
What is the best practice concerning C# short-circuit evaluation? http://stackoverflow.com/questions/361069/what-is-the-best-practice-concerning-c-sharp-short-circuit-evaluation is the best practice concerning C# short circuit evaluation An answer and subsequent debate..
Should I unsubscribe from events? [duplicate] http://stackoverflow.com/questions/4172809/should-i-unsubscribe-from-events event handlers 2 answers I have 3 questions concerning events Should I always unsubscribe events that were subscribed..
Passing variable between winforms http://stackoverflow.com/questions/4247807/passing-variable-between-winforms variable between winforms I have a problem concerning delegates in a Windows.Forms application. There are two forms..
What is the best way to do validations in windows forms http://stackoverflow.com/questions/4392555/what-is-the-best-way-to-do-validations-in-windows-forms error message icon control to validate etc... EDIT1 Now concerning validation other then in the UI that is the domain of your business..
Lock (Monitor) internal implementation in .NET http://stackoverflow.com/questions/5111779/lock-monitor-internal-implementation-in-net Albahari So this is what I'm asking about in last question concerning 'violated queue'. c# .net multithreading synchronization monitor..
How can I bind nested ViewModels from View to Controller in MVC3? http://stackoverflow.com/questions/5700558/how-can-i-bind-nested-viewmodels-from-view-to-controller-in-mvc3 in C# and I use Razor. I am now dealing with a problem concerning the binding of objects through ViewModels passed received to..
How can I get better results when shrinking an image http://stackoverflow.com/questions/6170912/how-can-i-get-better-results-when-shrinking-an-image source image. The code doesn't handle a few edge cases concerning input parameters but overall gets the job done I have additional..
Find Recursive Group Membership (Active Directory) using C# http://stackoverflow.com/questions/6252819/find-recursive-group-membership-active-directory-using-c-sharp in AD Search Filter Syntax . According to your remark concerning the fact that we don't know if a user explicitly belongs to..
How to hide wpf datagrid columns depending on a property http://stackoverflow.com/questions/6857780/how-to-hide-wpf-datagrid-columns-depending-on-a-property is 'Visibility' type 'Visibility' What is wrong in my code concerning the Visibility attribute c# wpf xaml data binding datagrid..
Migrating from ASP.NET WebForms to MVC [closed] http://stackoverflow.com/questions/8522841/migrating-from-asp-net-webforms-to-mvc MVC controllers and views. I ran into a few little issues concerning URL authorization and running in IIS integrated mode but once..
Business Objects, Validation And Exceptions http://stackoverflow.com/questions/88541/business-objects-validation-and-exceptions want to delve a bit in the remarkable work of Paul Stovell concerning data validation. He summed up his ideas at one time in this..
|