Well I have an idea and do not know where to get started as I have been out of the website building and coding game for a while so maybe someone has some insight. What I would like to do is
Create and deploy a Microsoft Server or other required server..
Create and deploy multiple databases that can be connected to from any client like example, the website I create, windows application, or smartphone devices
It has to be secure
I am not sure which server to deploy, what applications to use for a database, or how to make a secure connection that anyone can connect to this server around the nation or world... any tips where I should start learning? =]
I am not sure which server to deploy, what applications to use for a database, or how to make a secure connection that anyone can connect to this server around the nation or world... any tips where I should start learning? =]
Member
3 Points
2 Posts
Create a database, build website or applications to access database
Feb 17, 2018 03:10 PM|uid726463|LINK
Hello all!
Well I have an idea and do not know where to get started as I have been out of the website building and coding game for a while so maybe someone has some insight. What I would like to do is
I am not sure which server to deploy, what applications to use for a database, or how to make a secure connection that anyone can connect to this server around the nation or world... any tips where I should start learning? =]
Participant
1051 Points
658 Posts
Re: Create a database, build website or applications to access database
Feb 17, 2018 03:52 PM|jzero|LINK
Suggest you start right here on Get Started, you have 2 options for your development WebForms and MVC, in following link there are some intro videos
https://www.asp.net/web-forms
https://www.asp.net/mvc
Participant
1644 Points
792 Posts
Re: Create a database, build website or applications to access database
Feb 28, 2018 01:55 PM|rajesh93180|LINK
Hello,
Here are few websites which explain clearly how to create websites and MS SQL Server database.
ADO .Net to access database from website.
Hope this helps. Feel free to ask if needed more clear info.
-Rajesh
Mark as answer if you find this post helpful.
Contributor
4863 Points
4122 Posts
Re: Create a database, build website or applications to access database
Mar 01, 2018 05:13 AM|DA924|LINK
I am not sure which server to deploy, what applications to use for a database, or how to make a secure connection that anyone can connect to this server around the nation or world... any tips where I should start learning? =]
https://en.wikipedia.org/wiki/Separation_of_concerns
https://msdn.microsoft.com/en-us/library/ee658117.aspx
https://msdn.microsoft.com/en-us/library/bb384398.aspx
https://msdn.microsoft.com/en-us/library/ee658090.aspx?f=255&MSPPError=-2147217396
http://www.dofactory.com/products/net-design-pattern-framework
Member
3 Points
2 Posts
Re: Create a database, build website or applications to access database
Mar 01, 2018 12:51 PM|uid726463|LINK
Thanks all, am giving it a look!