I have a generic class with a method that needs to sort a generic object.
However, giving error saying that it does not recognize the Reflection GetProperty method, since lambda can not translate.
How can I do this sort order logic?
publ...
I'm trying to put a condition on a WebGrid line and the following error occurs: Cannot convert lambda expression to type 'string' because it is not delegate type EventhoughI'mbasingmyselfonthispost# with credits from MeAjudaSilvio I...
I have a model where I have the attribute status , this attribute is a int that I define values. In my form I have 2 buttons: gravar e publicar and gravar , each of these buttons would be a status value, in which case...
I can not render bootstrap, scripts, and so on, since my @Scripts.Render and @Styles.Render does not work.
The reference System.Web.Optmization is included in the project.
See the image with the reference and the rende...
debug of an ASP.NET MVC project in Visual Studio targeting the Chrome browser , it already opens the broken page:
This only occurs when the browser is closed. When it already has an open flap, it works perfectly. Why does this hap...
Hello,
I'm having some problems regarding Asynchronous Controllers because the server's request queuing continues to be blocked for the client during some operation. The routines work exactly, I can execute even parallel functions (for exam...
I'm doing a routine and I'm not succeeding I'm having this error and in web.config I left it like this
<system.net >
<mailSettings>
<smtp from="[email protected]">
<network host="smtp.gmail.com" password="******" port=...
Good afternoon, I'm testing ASP.MVC 5 and I made a test app, I published it in visual studio exporting to a directory and tried to upload it in IIS in Windows 10.
I did all the procedure described on the site ASP and trying to open appears...
How do I do a routine in C # or Razor on my site, to instead of the guy only by the login page, have the option to log in for the facebook user?
I'm not asking for ready code, just how I do it.