Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New questions

How to surround a code block with a using statement in ReSharper?

Best Practices for implementing a modal Alert View using Cocoa Touch?

iphone cocoa-touch

Is there any decent OpenGL SceneGraph API/framework? [closed]

opengl scenegraph

Negating literal strings in a Java regular expression

java regex

Importing/Exporting Relationships

What is the best way to access properties from the same class, via accessors or directly? [closed]

vbscript : fso.opentextfile permission denied

vbscript file-permissions

How do get some of the object from a list without Linq?

c# .net .net-2.0 c#-2.0

Expose OnSelectedIndexChanged event in CompositeControl

Best c# generics class for replacing DataTable as collection?

c# .net generics datatable

Getting back on track after disruptions [closed]

organization

Iterating multiple $_POST arrays

Are there good reasons not to exploit '#!/bin/make -f' at the top of a makefile to give an executable makefile?

linux unix shell makefile

Get list of open windows form instance that are excuted from different assembly

c# window instance

One function with varying return types ... possible with Generics?

c# .net generics

Onselect event doesn't fire on div

html onselect

Iterating through an array while performing a request for each entry

javascript jquery ajax

Find() vs. enumeration on lists

c# performance search list

UML class diagram association - how, when and why?

DRY in ASP.NET MVC - details display vs. edit form

c# asp.net-mvc