ˇ@

Home 

c# Programming Glossary: explaining

Multiple Aggregates / Repositories in one Transaction

http://stackoverflow.com/questions/11445657/multiple-aggregates-repositories-in-one-transaction

collisions. Vaughn Vernon has done an excellent job explaining this in his 3 part article. However this is just a guiding principle..

How to secure an ASP.NET Web API

http://stackoverflow.com/questions/11775594/how-to-secure-an-asp-net-web-api

the standard but finding a good sample with documentation explaining how it works and that actually does work seems to be incredibly..

Public Fields versus Automatic Properties

http://stackoverflow.com/questions/1180860/public-fields-versus-automatic-properties

some time ago there was a link to a posting on Jeff's blog explaining some differences. Properties vs. Public Variables Reflection..

Best practice to make a multi language application in C#/WinForms? [closed]

http://stackoverflow.com/questions/119568/best-practice-to-make-a-multi-language-application-in-c-winforms

language applications. The are many articles on the web explaining how to use them. I have used two different ways A resource file..

Most Useful Attributes [closed]

http://stackoverflow.com/questions/144833/most-useful-attributes

properties in the properties tab. Here is a good question explaining attributes .NET What are attributes What are the predefined..

Understanding Garbage Collection in .net

http://stackoverflow.com/questions/17130382/understanding-garbage-collection-in-net

expected it would work. Which does leave with the task of explaining why it works so differently when you run the Debug build. That.. so differently when you run the Debug build. That requires explaining how the garbage collector discovers local variables and how..

MVP examples for Windows Forms

http://stackoverflow.com/questions/185993/mvp-examples-for-windows-forms

Forms Is there good example code or a test project for explaining the Model “view “presenter MVP pattern . There are a lot of explanation..

Is it abusive to use IDisposable and “using” as a means for getting “scoped behavior” for exception safety?

http://stackoverflow.com/questions/2101524/is-it-abusive-to-use-idisposable-and-using-as-a-means-for-getting-scoped-beha

on top of IDisposable to push it a bit further away explaining to other developers why that interface implies IDisposable...

Why do we need boxing and unboxing in C#?

http://stackoverflow.com/questions/2111857/why-do-we-need-boxing-and-unboxing-in-c

How to let an ASMX file output JSON

http://stackoverflow.com/questions/211348/how-to-let-an-asmx-file-output-json

is a POST request not a GET. Scott Guthrie has a post explaining why . Though it's written specifically for jQuery this may also..

Properties vs. Fields: Need help grasping the uses of Properties over Fields

http://stackoverflow.com/questions/3069901/properties-vs-fields-need-help-grasping-the-uses-of-properties-over-fields

to just ask a question that has been asked 100x without explaining why I am asking it again. c# properties fields encapsulation..

How deterministic is floating point inaccuracy?

http://stackoverflow.com/questions/328622/how-deterministic-is-floating-point-inaccuracy

have accuracy issues and there are plenty of questions explaining why. My question is if I run the same calculation twice can..

IIS Express enable external request

http://stackoverflow.com/questions/3313616/iis-express-enable-external-request

question There's a blog post up on the IIS team site now explaining how to enable remote connections on IIS Express . Here is the..

Digitally sign PDF files [closed]

http://stackoverflow.com/questions/378247/digitally-sign-pdf-files

library will allow you to do this. Here's a post explaining how to digitally sign a pdf file. If you don't want to use a..

Why can't I have protected interface members?

http://stackoverflow.com/questions/516148/why-cant-i-have-protected-interface-members

modifiers seems perfectly reasonable. I'm going to try explaining the utility of protected members on interface s by separating..

Proper use of the IDisposable interface

http://stackoverflow.com/questions/538060/proper-use-of-the-idisposable-interface

Reading For anyone who likes the style of this answer explaining the why so the how becomes obvious I suggest you read Chapter..

IPC Mechanisms in C# - Usage and Best Practices

http://stackoverflow.com/questions/56121/ipc-mechanisms-in-c-sharp-usage-and-best-practices

How is the scene in .NET enviroment Are there any tutorial explaining all available options and when to use and why c# .net ipc ..

Entity Framework with XML Files [closed]

http://stackoverflow.com/questions/608477/entity-framework-with-xml-files

XML Files closed Can someone point me to a good tutorial explaining the Entity Framework using an XML file instead of a database..

Best way to play MIDI sounds using C#

http://stackoverflow.com/questions/8763/best-way-to-play-midi-sounds-using-c-sharp

I thought this codeproject article did quite a good job on explaining how to do this vb.net article to play midi files To rewrite..