1
Hello, I’m a beginner in programming and I’ve touched a little with c# but very little! In my work was put a proposal for me to make a program in c#, html or java to store the release of company invoices (small company) and as I am the only one from the computer part the son is my rs As I have never dealt with java integrated with databases or html I am thinking of making the form in C# for the data to be stored on the server here of the company and my boss would like to have the possibility to be made the query and the release of the data via web as well. Open the program, be connected on the internet, enter the data and bang, are in the server database even without being local network. Is that possible? And if so, could someone help me by giving me some cool website or something? It’s my first job, I’m still an intern, but I want to do it well! Thanks in advance!
Yes, I will study and much to do it, also because I do not want to simply do I want to learn. I just really wanted to know if it is possible, for example, to create the program by
Visual Studio C#
, create a database and then integrate them online. From what you said, I understood that it would be "easier" to do the page onhtml
and use the formshtml
for inserting and displaying database data.– kaamis
http://www.devmedia.com.br/criando-um-web-project-visual-studio-e-c/20168
– Maicon Carraro
Just to make it clear that with C# for the WEB the keyword is ASP.NET. The Webforms It’s just a way to use ASP.NET. Although Webforms seems simpler at first, I would recommend it to those who are starting to use ASP.NET MVC, as it abstracts less HTML and HTTP communication. If she’s going to have to learn how to code for the Web it’s better to do it in a more transparent way.
– Marcus Vinicius
@Marcusvinicius For those who have ease with programming and understand the flow really MVC is easier, but for learning I believe that Webforms is easier.
– Maicon Carraro
@kaamis Here’s an example with a database: http://csharpbrasil.com.br/development-de-website-com-asp-net-e-sql-server-parte-1/
– Maicon Carraro
Thank you guys, I’m gonna take a look around and work my way up. I received the proposal today, I still have no deadline but, as I have never touched this integration online I want to ensure a base to study at least. Especially since I’m practically alone in this.
– kaamis