15,642 reputation
11636
bio website
location Tbilisi, Georgia
age 23
visits member for 2 years, 2 months
seen 6 hours ago
stats profile views 635

Convention over configuraiton!


Oct
12
comment Does ASP MVC use a cached production database?
There's no such functionality out of box, if you haven't implemented that by yourself. Asp.net mvc does not even use database by itself :)
Oct
12
comment Is it possible to use [HttpPost] attribute on JsonResult
@GibboK Ok, this exact code works fine for me, I can see all of parameters inside collection.
Oct
12
answered Is it possible to use [HttpPost] attribute on JsonResult
Oct
12
awarded  razor
Oct
10
comment Is it possible to use Entity Framework code first with MySQL
You could have found solution by googling faster than it took asking here
Oct
8
awarded  Enlightened
Oct
8
awarded  Nice Answer
Oct
5
comment how to setup a default value like datatime.now for [DataType(DataType.DateTime)]
What do you exactly mean under default value for an attribute?
Oct
4
comment How to get instance from Ninject
Nono, Kernel variable is public, so you just access it. Note, variable you need to access is Kernel, not private _kernel
Oct
4
comment How to get instance from Ninject
I edited my answer
Oct
4
revised How to get instance from Ninject
added 351 characters in body
Oct
4
answered How to get instance from Ninject
Oct
3
comment How to execute controller actions that return Views but keep the URL intact in ASP.NET MVC
In your words, and in web, "call" means requesting resource by specifying "url". There are no "both calls" if there's single url. You could use Ajax to request resources from server without updating page and url
Sep
28
answered MVC Label with html entities
Sep
26
comment MVC Razor helper does not exist in current context
You cannot call your helper like @Html.TextBox as that is razor helper, not html helper. You should call it as Darin Dimitrov suggested
Sep
26
comment MVC Razor helper does not exist in current context
You should show the code then, because way described in my answer works
Sep
26
answered MVC Razor helper does not exist in current context
Sep
26
revised How to setup OutputCahce only for Release configuration not Debug in ASP.NET MVC3?
deleted 1 characters in body
Sep
26
answered How to setup OutputCahce only for Release configuration not Debug in ASP.NET MVC3?
Sep
25
comment How i can set IDENTITY_INSERT to On
You could have spent less time googling and getting answer than asking here