Mixing languages in .Net [closed]
Closed 11 years ago.
Pair programming remotely with Visual Studio?
What tools exist to facilitate pair programming with Visual Studio when the programmers are not in the same physical location? At the moment we are thinking voice (Skype?) plus remote desktop (VNC? TeamViewer?), but it would be good to know of other suggestions and experiences. Also, is there anything more integrated with Visual Studio?
BDD in .NET – Chicken or Egg or..?
Predicate: I’m brand new to BDD / TDD, but I’ve done my homework.
Why is the use of abstractions (such as LINQ) so taboo? [closed]
Closed. This question is opinion-based. It is not currently accepting answers. Closed 9 years ago. Locked. This question and its answers are locked because the question is off-topic but has historical significance. It is not currently accepting new answers or interactions. I am an independent contractor and, as such, I interview 3-4 times a year […]
Is an Inner Function Justified in this Situation
I’m new to the functional programming concepts in C#, but I have some experience with higher order functions via Haskell, Scala, Python and Ruby. I’m currently going through an old .NET 2.0 codebase with a LOT of duplication in it. Most of it is simple “copy/paste” with a few variables changed. I’m trying to condense as much of this as possible.
Is it bad practice to use public fields? [duplicate]
Possible Duplicate:
When are Getters and Setters Justified
Why are public and private accessors considered good practice?
Design considerations on JSON schema for scalars with a consistent attachment property
Want to improve this post? Provide detailed answers to this question, including citations and an explanation of why your answer is correct. Answers without enough detail may be edited or deleted. I’m trying to create a JSON schema for the results of doing statistical analysis based on disparate pieces of data. The current schema I […]
How should I deal with Time Zones in a .NET WCF application?
Our company runs a SaaS application where users log in from across the world (although mostly in the US). We store all our time relevant information as UTC, but we need to display times using local time. The application is web based, and we would like to “auto-detect” the user’s Time Zone by using javascript to determine their UTC offsets during various times of the year. The user’s offset info would be passed to our server in their first request and the server will look up all the Time Zones that it knows about and see which valid time zones match.
How to share methods and properties between custom web controls
I’m building some custom web controls in .NET using C#. The controls inherit from the standard web controls, and add additional properties and functionality (e.g. I’m creating an ‘extendedTextBox’ and I’m adding a ‘required’ property, which if set to ‘true’ will add a .NET required field validator to the control automatically.
The limit of Int32 for Identity Column
This is just a consideration for a site am creating and for other big sites out there.