Tagged Questions
0
votes
6answers
326 views
Wise way to implement a website login and database tables for a small shop
Im building this website for a small store and I was told that its better not to keep the login and the rest of the users information on the same table.
Now im wondering, what is the best way to ...
3
votes
3answers
326 views
How much should I rely on Visual Studio's Auto Generated Code?
I'm reading about ASP.NET (VB.NET) and I want to built my professionally website. I'm wondering though; I'm still using the basics so I'm really just a novice, but how much should I rely on Visual ...
-1
votes
1answer
1k views
Developing Razor Web Pages - Visual Studio and/or WebMatrix?
When I started learning about Web Pages I followed several of the Microsoft tutorials, all of which utilized WebMatrix. I did this until I realized that WebMatrix offered no debugging. Wait? What?? No ...
27
votes
14answers
1k views
Newbie seeking advice on programming in general [closed]
need some of you to remember back to a time when you might have been bad at programming...
Been at my new job (as a software developer) for a couple of months now, passed probation period. Have very ...
7
votes
7answers
593 views
What is the difference between a prototype and a production level solution?
This question is purely for learning and to step-up my technical understanding. I know there is no perfect solution and this question has possible never ending solution list but I think it's very ...
5
votes
2answers
2k views
What's the difference between ASP.NET Web Applications and Websites?
Currently, I am reading Pro ASP.NET 4 in C# and in it, two ways of creating a web application are described:
Website
Web Application Project
In which scenarios should I choose the former over the ...
1
vote
2answers
316 views
Solution organisation
I have been working on asp.net applications for 6 years but almost all of it has been extending and maintaining existing applications. I now have the need to develop a new application and I am ...