How do I keep track of users info without having them log in (Using asp.net mvc4 with Visual Studio) [closed] - asp.net

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
New developer here. I'm building a website that has users play a series of games and tracks their decision making. I haven't found a good way to keep track of these users as they move through the series of games. Do you have any suggestions for the best way to do this without forcing each to make a profile?

This would be done using HTTP Cookies
Here's a tutorial on how to use them in ASP.NET MVC

Related

very basic intranet page [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 days ago.
Improve this question
I need to create an internal page where there are links to approx 10 files. These will be HR compliance forms and training manuals. Just a list of links, no frills. I started going down the sharepoint path but it seems too complex for what I need. Is there a way to create a 1 page link that will open in a web browser and just list the files in a specific folder? THe files are already stored on a network drive all users have access to. Thanks!
I tried sharepoint but it involves setting up on a server and seems too complex for my needs. T

Is SignalR suitable for my web application, or is there a better choice? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 6 years ago.
Improve this question
I am going to be building an auction website using ASP.NET MVC with an MS SQL Server database backend, and I've been looking at SignalR as part of it. What I envision is using SignalR to provide real-time updates of auctions as bidding occurs or some other action happens on each auction.
Part of this is that I want to display multiple auctions on a page and have each auction updating in the client's web browser. Is this something that SignalR would be the right technology for, or is there something else I should consider?
Well, SignalR is what you are looking for. Create a group for each auction and broadcast to all users in that group

What is the usage of Signalr [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
Im wants to make a live chat feature in my web applicatin in asp.net. I found signalr for live chat, but i want to save that text from one browser to How to save text user's message in signalr
SignalR is used to push changes to the client. Saving messages is not a concern for SignalR. You need to roll your own persistence for this, maybe your application have a database already?

Browser detection in ASP.Net 4 [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 8 years ago.
Improve this question
I have requirement to check browser detection in ASP.Net 4.0.
In this I need to check all browser including latest smart phone browsers also.
currently I am using code mention in this page: http://msdn.microsoft.com/library/3yekbd5b
Is there any other better approach for this.
I have found MS browser detection to be clunky and has a dependency on local .browser files. With additional maintenance updating I find this method out-dated. SAAS parties such as:
51 degrees mobile detection
http://51degrees.codeplex.com/
Provide a more consistent and reliable system.

how to create cms from scratch using asp.net [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
I'm thinking of building my own CMS but I'm not that professional in PHP,
More advanced in asp.net
So if anyone knows the basics steps or has a tutorial for that I'll be thankful.
Regards,
Did you give Microsoft's blogengine a try?
You can find it at http://www.dotnetblogengine.net
They gave it a very nice site with lots of content on how to build your own asp.net blog-style cms. From there, you should be able to work your way to your very own engine.

Resources