I made a hosting subscription to Godaddy and I am doubtful to publish the project.
Currently in the root directory of the site contains only one HTML page: index.html, as we can see below.
index.html :
DoubtbeginswhenIstartpostingthesite...
I participated in DevDay 2015 and had the opportunity to take part in the Roberta Arcoverde lecture on the StackOverflow architecture. I found her approach to performance questioning interesting, including how well she stressed that they use c...
I'm having a problem, which would be a mistake saying that there is no parameter being passed to the procedure .
It is running the following code:
cmdProcedure.Parameters.AddWithValue("@id", 0);
Command:
public List<Models.Admin>...
I'm developing my first application in Asp.NET MVC and now creating the restriction and authorization part of users. I would like to do this so that the menus in my application would only be accessible to certain users.
For example:
@i...
I am creating a registration screen where in a text field I provide a search and the search result will have to appear in a dropdownlist.
Theprojectisasp.netmvc4c#andthecodeintheviewis:<scripttype="text/javascript">
$(function () {...
I have a controller in a Area named " LoginProfessional ", with actions Index, Logon, Logoff . I make a RenderPage by calling Index in the Area root of the project, however when I click the button it...
I have a list with 3 Banners .
I always have to show a different one every Refresh from Page , even after closing the browser.
I'm thinking of doing a counter of impressions every time a Banner is shown adds + 1 to the counter and I...
With this code, I bring everything, Domain / User.
ViewBag.User = System.Security.Principal.WindowsIdentity.GetCurrent().Name;
I would like to bring only the username. I can get all that, and get everything that comes after the "/" bar and...
A heavily used pattern in DDD , is service pattern .
My question is, where is the logic for references to "daughters"?
For example, a use case, Pedido that has Produtos
public class Pedido
{
public int Id {ge...