c# Programming Glossary: expectations
C# Events Memory Leak [closed] http://stackoverflow.com/questions/12133551/c-sharp-events-memory-leak and Unsubscribe methods but that doesn't convey the type's expectations they are too optional to call and introduce a temporal coupling...
Moq: unit testing a method relying on HttpContext http://stackoverflow.com/questions/1214178/moq-unit-testing-a-method-relying-on-httpcontext better you can mock an HttpContextBase and set up your expectations on it using Moq. Including the logged in user etc. var mockContext..
What are the real-world pros and cons of each of the major mocking frameworks? http://stackoverflow.com/questions/1718463/what-are-the-real-world-pros-and-cons-of-each-of-the-major-mocking-frameworks competitors It can't mock delegates It can't do ordered expectations probably other things I can't think of right now... Can only..
C#/SQL Database listener help needed http://stackoverflow.com/questions/2152516/c-sql-database-listener-help-needed but I have stress tested it and it greatly exceeded my expectations. And compared to SQL Server Service Broker it's a very easy..
IEnumerable.Cast<> http://stackoverflow.com/questions/2760804/ienumerable-cast share improve this question Well you have incorrect expectations of Cast that's all it's meant to deal with boxing unboxing reference..
Are C# Strings (and other .NET API's) limited to 2GB in size? http://stackoverflow.com/questions/3106945/are-c-sharp-strings-and-other-net-apis-limited-to-2gb-in-size store an unlimited quantity of text you've got unrealistic expectations. When it comes to objects of this size it becomes questionable..
Best practice of using the “out” keyword in C# http://stackoverflow.com/questions/413218/best-practice-of-using-the-out-keyword-in-c-sharp locally scoped someOtherNumber before calling. From usage expectations not all callers are going to be interested in someOtherNumber..
I need a fast runtime expression parser http://stackoverflow.com/questions/4392022/i-need-a-fast-runtime-expression-parser loss. In short nCalc met all of our needs and exceeded our expectations. c# asp.net 4.0 share improve this question Have you seen..
Does MEF lend any value to the Singleton pattern? http://stackoverflow.com/questions/4484619/does-mef-lend-any-value-to-the-singleton-pattern there are other ways I could do this. But here is my rough expectations on how to implement the pattern DataLibrary referenced by Host..
Strange behaviour of .NET binary serialization on Dictionary<Key, Value> http://stackoverflow.com/questions/457134/strange-behaviour-of-net-binary-serialization-on-dictionarykey-value on Dictionary Key Value I encountered a at least to my expectations strange behavior in the binary serialization of .NET. All items..
Sending Outlook meeting requests without Outlook? http://stackoverflow.com/questions/461889/sending-outlook-meeting-requests-without-outlook Outlook needs the UIDs and SEQUENCES to match it's expectations but with a UID you made up this will hardly work. For help on..
Rhinomocks - Mocking delegates http://stackoverflow.com/questions/5650804/rhinomocks-mocking-delegates When I run this test media is null. Any idea how can I set expectations on this mock c# rhino mocks rhino mocks 3.5 share improve..
BackgroundWorker OnWorkCompleted throws cross-thread exception http://stackoverflow.com/questions/818767/backgroundworker-onworkcompleted-throws-cross-thread-exception but I want to understand why it is happening against my expectations. In my real code I'd like to always know that the RunWorkerCompleted..
Handling warning for possible multiple enumeration of IEnumerable http://stackoverflow.com/questions/8240844/handling-warning-for-possible-multiple-enumeration-of-ienumerable you will at least make it clearer to the caller what your expectations are and they can avoid costly mistakes. Otherwise most developers..
Setting the httpcontext current session in unit test http://stackoverflow.com/questions/9624242/setting-the-httpcontext-current-session-in-unit-test you can also access the HttpContextFactory and mock your expectations This is an example using Moq private HttpContextBase GetMockedHttpContext..
Why is Multiple Inheritance not allowed in Java or C#? http://stackoverflow.com/questions/995255/why-is-multiple-inheritance-not-allowed-in-java-or-c decided not to Different languages actually have different expectations for how MI works. For example how conflicts are resolved and..
|