15,894 reputation
11738
bio website
location Tbilisi, Georgia
age 23
visits member for 2 years, 3 months
seen 5 hours ago
stats profile views 643

Convention over configuraiton!


Dec
11
answered Pass Value from Button back to C# Controller from ASP.NET MVC 3 Razor Page
Dec
10
awarded  Student
Dec
7
awarded  Revival
Dec
5
comment How to Ensure Latest Javascript & CSS in Browser Cache in ASP.NET MVC
what version of asp.net-mvc are you using?
Dec
5
comment Should I use AsyncController at ASP.NET MVC 4?
Yes, answer is "no". If using .NET 4.5, using Tasks is simpler and better way than subclassing AsyncController
Dec
5
answered Should I use AsyncController at ASP.NET MVC 4?
Nov
30
comment Submit form with GET method
You should show us full code, including views
Nov
30
answered Tool to list MVC routes - Visual Studio Express
Nov
30
answered Two MVC applications using ninject to the same services and repositories
Nov
30
answered Asp.Net Mvc Url.Action in external js file?
Nov
30
awarded  jquery
Nov
15
comment Binding Custom exception from BAL to ModelState of controller in MVC
What do you mean in binding errors to ModelState? ModelState.Add does that I think
Nov
15
answered Binding Custom exception from BAL to ModelState of controller in MVC
Nov
12
answered Cannot convert anonymous type to int - compoiled linq to sql query
Nov
12
comment Entity Framework - attribute IN Clause usage
whathaveyoutried.com? That has nothing special to do with EF, you are asking for syntax correction. Both any and contains would do the job
Nov
10
answered Razor view display domain model properties without knowing the domain model
Nov
7
awarded  Nice Answer
Nov
7
comment deployment script
if object_id('table') = null?
Oct
26
comment Issue with @html.password
@beingfab as i mentioned, writing @Html.Password("Password") is enough.
Oct
23
answered Issue with @html.password