2
votes
5answers
372 views
How do I do a dynamic Linq2SQL Query?
I'm trying to build a method that will receive a Linq table, and should return a List<> of values that will be a DropDownList Datasource.
This is what I've got till now:
…
3
votes
6answers
500 views
Using Ninject in a plugin like architecture
I'm learning DI, and made my first project recently.
In this project I've implement the repository pattern. I have the interfaces and the concrete implementations. I wonder if is possible t …
0
votes
Using javascript to set value of hidden field then access value from serverside c# code
Are you submitting the form?
…
