¡@

Home 

c# Programming Glossary: frameworks

Writing C# Plugin System

http://stackoverflow.com/questions/1070787/writing-c-sharp-plugin-system

If you are building extensible applications extensible frameworks and application extensions then MEF is for you. http code.msdn.microsoft.com..

How to convert a simple .Net console project a into portable exe with Mono and mkbundle?

http://stackoverflow.com/questions/1321207/how-to-convert-a-simple-net-console-project-a-into-portable-exe-with-mono-and-m

without nagging your clients to install additional frameworks is it not So here we are. Lets bundle a .NET based application..

Aspect Oriented Programming in C#

http://stackoverflow.com/questions/1416880/aspect-oriented-programming-in-c-sharp

I need to understand AO programming not the libraries or frameworks available for .NET or C# c# .net aop share improve this question..

How to decide between MonoTouch and Objective-C?

http://stackoverflow.com/questions/1583856/how-to-decide-between-monotouch-and-objective-c

gotten used to with .Net's everything AND the kitchen sink frameworks MonoTouch. Web services MonoTouch. Syntactically they both have..

Which .NET Dependency Injection frameworks are worth looking into? [closed]

http://stackoverflow.com/questions/21288/which-net-dependency-injection-frameworks-are-worth-looking-into

.NET Dependency Injection frameworks are worth looking into closed Which C# .NET Dependency Injection.. looking into closed Which C# .NET Dependency Injection frameworks are worth looking into And what can you say about their complexity..

How do I intercept a method call in C#?

http://stackoverflow.com/questions/25803/how-do-i-intercept-a-method-call-in-c

. Maybe it's not the perfect solution as most IoC frameworks works by defining entry points which allow methods to be hooked..

Usage of IoC Containers; specifically Windsor

http://stackoverflow.com/questions/367178/usage-of-ioc-containers-specifically-windsor

up to the consumer of the container. For example some frameworks like Monorail and ASP.NET MVC allow you to intercept the creation.. See for example this ASP.NET MVC controller . In these frameworks you hardly ever need to call or even reference the container.. in your classes which is the recommended usage. Other frameworks don't let you get in the creation process easily like Webforms..

What C# mocking framework to use? [closed]

http://stackoverflow.com/questions/37359/what-c-sharp-mocking-framework-to-use

List Customer @Ngu Soon Hui I wasn't aware that the other frameworks don't have compile time checking. Moq certainly does. In my..

How do the major C# DI/IoC frameworks compare?

http://stackoverflow.com/questions/4581791/how-do-the-major-c-sharp-di-ioc-frameworks-compare

do the major C# DI IoC frameworks compare At the risk of stepping into holy war territory What.. are the strengths and weaknesses of these popular DI IoC frameworks and could one easily be considered the best .. Ninject Unity.. to be out of date can someone with knowledge of all these frameworks come forward and provide some real insight I realise that most..

POCO vs DTO

http://stackoverflow.com/questions/725348/poco-vs-dto

POCO should be used in the same context in .Net. Don't let frameworks dictate your object's design. A DTO's only purpose is to transfer..

Is there an effective tool to convert C# code to Java code?

http://stackoverflow.com/questions/78811/is-there-an-effective-tool-to-convert-c-sharp-code-to-java-code

conversion tool. The syntax would be easy enough but the frameworks are dramatically different. Even if there were a tool I would..

How to find FQDN of local machine in C#/.NET ?

http://stackoverflow.com/questions/804700/how-to-find-fqdn-of-local-machine-in-c-net

I think this solution only works in the .NET 2.0 and above frameworks. using System using System.Net ... public static string GetFQDN..

MVC Razor view nested foreach's model

http://stackoverflow.com/questions/8894442/mvc-razor-view-nested-foreachs-model

but how it does its work is important here. Note other frameworks like LINQ to SQL do similar things by walking an expression..