Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c#

Model-View-Presenter framework: In which project should the interfaces live?

c# interface project mvp

ConvertNullDate extension method

c# .net extension-methods

How to pass parameters to callback method using RegisterWaitForSingleObject?

c# .net periodic-processing

Entity framework select entities bigger than DateTime (plus the entity before)

c# entity-framework

MVVM ListBox - changing the background of an item based on its index

c# wpf mvvm

Filtering list of XElements against a dictionary

c# linq

How to upload profile picture using a web form

c# asp.net file-upload

Caching - IDictionary vs top level key prefixes

c# asp.net caching dictionary

Thinking OO with TDD - Where to start?

c# oop tdd

Access Textbox from JQuery

c# .net javascript jquery

When to call base.method() and what code should go in a base.method()?

c# oop

Registry settings immediate effect using C#

c# controlpanel

Can I put commands after Form.Close()?

c# winforms

How do I determine when to show a tooltip?

Is it possible to have too many anonymous delegates?

c# .net performance logging

Masking a textbox for Numbers only but wont accept BackSpace

c# winforms masking

Restricting read/write access of class properties to certain classes in .NET

c# .net