Click here to Skip to main content
15,907,281 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionWCF Service is giving faulted Exception Pin
simpledeveloper13-Nov-18 7:10
simpledeveloper13-Nov-18 7:10 
AnswerRe: WCF Service is giving faulted Exception Pin
Ali Al Omairi(Abu AlHassan)14-Nov-18 6:05
professionalAli Al Omairi(Abu AlHassan)14-Nov-18 6:05 
GeneralRe: WCF Service is giving faulted Exception Pin
simpledeveloper14-Nov-18 8:56
simpledeveloper14-Nov-18 8:56 
QuestionGenerating Reports using ReportViewerForMVC tool Pin
simpledeveloper6-Nov-18 7:49
simpledeveloper6-Nov-18 7:49 
AnswerRe: Generating Reports using ReportViewerForMVC tool Pin
Richard Deeming6-Nov-18 8:13
mveRichard Deeming6-Nov-18 8:13 
QuestionIs it possible re-cycle an IIS Pool using code ? Pin
Member 140445425-Nov-18 5:13
Member 140445425-Nov-18 5:13 
AnswerRe: Is it possible re-cycle an IIS Pool using code ? Pin
F-ES Sitecore5-Nov-18 6:20
professionalF-ES Sitecore5-Nov-18 6:20 
AnswerRe: Is it possible re-cycle an IIS Pool using code ? Pin
sriyanssharma5-Nov-18 21:56
sriyanssharma5-Nov-18 21:56 
GeneralRe: Is it possible re-cycle an IIS Pool using code ? Pin
Member 140445426-Nov-18 5:05
Member 140445426-Nov-18 5:05 
QuestionHow to Allow/Deny access to Web page using Active Directory credentials Pin
CareConsulting5-Nov-18 4:20
CareConsulting5-Nov-18 4:20 
QuestionCSS for Ajax Tab on disabled TabPanel Pin
lti20003-Nov-18 7:09
lti20003-Nov-18 7:09 
QuestionUnable to read data when it comes as wrapper collection object from API Pin
Member 140403571-Nov-18 4:18
Member 140403571-Nov-18 4:18 
QuestionWant to create a grouped report using rdlc any help would be greatly helpful Pin
simpledeveloper31-Oct-18 11:50
simpledeveloper31-Oct-18 11:50 
QuestionreportViewer.Height is not setting the height of the report Pin
simpledeveloper31-Oct-18 7:31
simpledeveloper31-Oct-18 7:31 
AnswerRe: reportViewer.Height is not setting the height of the report Pin
Richard Deeming31-Oct-18 9:16
mveRichard Deeming31-Oct-18 9:16 
GeneralRe: reportViewer.Height is not setting the height of the report Pin
simpledeveloper31-Oct-18 11:41
simpledeveloper31-Oct-18 11:41 
QuestionWhy my code only read one row? Pin
NerakSeven29-Oct-18 12:02
NerakSeven29-Oct-18 12:02 
AnswerRe: Why my code only read one row? Pin
User 41802541-Nov-18 3:19
User 41802541-Nov-18 3:19 
QuestionASP.NET Website Template or CMS for Database-driven site? Pin
Member 1214932324-Oct-18 23:10
Member 1214932324-Oct-18 23:10 
AnswerRe: ASP.NET Website Template or CMS for Database-driven site? Pin
Afzaal Ahmad Zeeshan25-Oct-18 2:29
professionalAfzaal Ahmad Zeeshan25-Oct-18 2:29 
AnswerRe: ASP.NET Website Template or CMS for Database-driven site? Pin
sriyanssharma5-Nov-18 21:58
sriyanssharma5-Nov-18 21:58 
QuestionASP.NET Website Template or CMS for Database-driven site? Pin
Member 1214932324-Oct-18 23:10
Member 1214932324-Oct-18 23:10 
AnswerRe: ASP.NET Website Template or CMS for Database-driven site? Pin
Afzaal Ahmad Zeeshan25-Oct-18 2:36
professionalAfzaal Ahmad Zeeshan25-Oct-18 2:36 
That is like a huge project, sadly, discussions are not that much broad to cover every aspect of this project. I will like to talk about a few key areas here,
Quote:
I need to create a database-driven website
Your best bet would be on an ORM, consider using something like Entity Framework and develop your website on top of that. It can help you with most of the SQL stuff that you will have to do yourself.

Entity Framework | Microsoft Docs
Quote:
where a number of users will capture data, and where many users will be able to view the results of a large number of different database queries
Please also study the publisher-consumer pattern, this seems to be moving toward that—something like a blog website where a few users are publishing content, and almost every user is reading it.

Producer–consumer problem - Wikipedia
Quote:
CMS capability would be a plus.
CMS or page builder? Both these have their own libraries and tools that you can use in ASP.NET.
Quote:
I want a responsive interface from the word go
That is what Bootstrap is there for. Smile | :)
Bootstrap · The most popular HTML, CSS, and JS library in the world.
Quote:
Is there a website template available, with user management, and with the basic site infrastructure available, or should I use one of the ASP.NET CMSs, like Umbraco?

Yes, Umbraco is your only bet for the time being. And lastly, do not just depend on your extensive SQL knowledge and try to jump in the wild west of the Internet. There are several things that you need to know before you can publish the website, especially a website that is going to have a huge amount of user base and queries to database.

There are several concepts like, scaling, caching, security, responsiveness (as you have mentioned), and much more. Best bet is to consider an open source solution and leave everything to it. If you cannot then please study these concepts before moving forward.
The sh*t I complain about
It's like there ain't a cloud in the sky and it's raining out - Eminem
~! Firewall !~

GeneralASP.NET MVC dependency injection Pin
Dwayne Barsotta24-Oct-18 19:32
Dwayne Barsotta24-Oct-18 19:32 
GeneralRe: ASP.NET MVC dependency injection Pin
Nathan Minier25-Oct-18 1:21
professionalNathan Minier25-Oct-18 1:21 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.