¡@

Home 

c# Programming Glossary: lightweight

Monitor vs Mutex in c# [duplicate]

http://stackoverflow.com/questions/1164038/monitor-vs-mutex-in-c-sharp

improve this question A Monitor is managed and more lightweight but is restricted to your AppDomain . A Mutex can be named and..

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

Monitor vs WaitHandle based thread sync

http://stackoverflow.com/questions/1355398/monitor-vs-waithandle-based-thread-sync

signal This works and is probably even more performant and lightweight but is less readable. And it's where the headache called concurrency..

Recommended ServiceStack API Structure

http://stackoverflow.com/questions/15231537/recommended-servicestack-api-structure

Ideally the root level AppHost project should be kept lightweight and implementation free. Although for small projects with only..

Graph nodes coordinates evaluation [closed]

http://stackoverflow.com/questions/15579069/graph-nodes-coordinates-evaluation

nodes or delete and then evaluate coordinates using some lightweight library. All I need is algorithm which could on dot file and..

How to Syntax Highlight in a RichTextBox [C#]?

http://stackoverflow.com/questions/1697360/how-to-syntax-highlight-in-a-richtextbox-c

TYPES and USING A String keywords . I will be publishing a lightweight notepad to the web soon and I want it to have syntax highlighting...

Why are .NET value types sealed?

http://stackoverflow.com/questions/1769306/why-are-net-value-types-sealed

types form an exception to .NET ™s rule precisely to allow lightweight objects that don ™t require indirection via references. So runtime..

Workflow Design Dilemma - State Machine, yes or no

http://stackoverflow.com/questions/1966950/workflow-design-dilemma-state-machine-yes-or-no

about workflows the MS workflow foundation and other more lightweight alternatives. Unfortunately there can only be one bounty winner..

Get Data From An Uploaded Excel File Without Saving to File System

http://stackoverflow.com/questions/262341/get-data-from-an-uploaded-excel-file-without-saving-to-file-system

upload share improve this question I found a great lightweight open source API on Codeplex for doing this called ExcelDataReader...

Best Continuous Integration Setup for a solo developer (.NET) [closed]

http://stackoverflow.com/questions/264307/best-continuous-integration-setup-for-a-solo-developer-net

Setup for a solo developer .NET closed I'm looking for a lightweight easy to setup CI server that I can run on my laptop along with..

What requirement was the tuple designed to solve?

http://stackoverflow.com/questions/3089706/what-requirement-was-the-tuple-designed-to-solve

of otherwise unrelated data in some structure that is more lightweight than a class is useful in many many places not just for formal..

Does reflection breaks the idea of private methods, because private methods can be access outside of the class?

http://stackoverflow.com/questions/3300680/does-reflection-breaks-the-idea-of-private-methods-because-private-methods-can

See http blogs.msdn.com b shawnfa archive 2006 10 05 using lightweight codegen from partial trust.aspx for details The executive summary..

Parsing a string C# LINQ expression

http://stackoverflow.com/questions/3782538/parsing-a-string-c-sharp-linq-expression

basically does what is suggested in point #1 and is nice lightweight and has the ability to only allow certain method calls. It parses..

I need a fast runtime expression parser

http://stackoverflow.com/questions/4392022/i-need-a-fast-runtime-expression-parser

a fast runtime expression parser I need to locate a fast lightweight expression parser. Ideally I want to pass it a list of name..

Can I use ASP.NET MVC together with regular ASP.NET Web forms

http://stackoverflow.com/questions/541703/can-i-use-asp-net-mvc-together-with-regular-asp-net-web-forms

standards and conventions the controller should be very lightweight. It's not the code behind which can contain as much logic as..

Is there an easy way to parse a (lambda expression) string into an Action delegate?

http://stackoverflow.com/questions/714799/is-there-an-easy-way-to-parse-a-lambda-expression-string-into-an-action-delega

as it'll generate expressions you can compile to code in a lightweight fashion. The example you provided actually produces a boolean.. result of the second one. Hackish but it's still probably lightweight compared to invoking the C# compiler. This way you don't have..

Exception Driven Programming in Java [closed]

http://stackoverflow.com/questions/760397/exception-driven-programming-in-java

usage history included with the error report. Is quite lightweight 500KB an has no external dependencies except JDBC driver obviously..

Bind datagrid column visibility MVVM

http://stackoverflow.com/questions/7711275/bind-datagrid-column-visibility-mvvm

... Change the framework element resource to something lightweight like a Textblock . Silverlight does not allow specifying static..

Big smart ViewModels, dumb Views, and any model, the best MVVM approach?

http://stackoverflow.com/questions/857820/big-smart-viewmodels-dumb-views-and-any-model-the-best-mvvm-approach

data returned from the Business Layer BL . This should be lightweight containing read only data. The Model classes are dumb and do..

View Models and dependency injection

http://stackoverflow.com/questions/14131804/view-models-and-dependency-injection

view models to be reused when appropriate of course . Lightweight view models Lightweight controller knows how to locate a composer.. when appropriate of course . Lightweight view models Lightweight controller knows how to locate a composer which assembles the..

Recommendation for C# Matrix Library [closed]

http://stackoverflow.com/questions/2336701/recommendation-for-c-sharp-matrix-library

MKL and Intel® Integrated Performance Primitives IPP Lightweight fast matrix class in C# Strassen algorithm LU decomposition..

Lightweight, open source PDF library in C#? [closed]

http://stackoverflow.com/questions/373926/lightweight-open-source-pdf-library-in-c

open source PDF library in C# closed I am looking for the bare..

can i use ADFS 2.0 to authenticate certain users against SQL Server

http://stackoverflow.com/questions/4313512/can-i-use-adfs-2-0-to-authenticate-certain-users-against-sql-server

Directory Domain Services AD DS and Active Directory Lightweight Directory Services AD LDS . Planning a Migration to AD FS 2.0..

Querying an LDAP

http://stackoverflow.com/questions/6452531/querying-an-ldap

1823 specifies Microsoft support it see MS Strategy for Lightweight Directory Access Protocol LDAP . You'll find the using and reference..

Big smart ViewModels, dumb Views, and any model, the best MVVM approach?

http://stackoverflow.com/questions/857820/big-smart-viewmodels-dumb-views-and-any-model-the-best-mvvm-approach

some ideas. Also I said above that the Model should be Lightweight. There are heavyweight options like CSLA but I'm not sure how..