New Web app with accounts [closed] - c#

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 5 years ago.
Improve this question
I'm working on a new web application in ASP.NET 2.0 using C#, and in this application there are two key things I need. The first is basic user accounts on the website, and the second is a profile page for the each user. I have some experience with web apps, but I've never done user accounts. Will I need a back-end database?
Can anyone point me to any relevant resources, or help me out themselves?
Thanks in advance!

Yes, you will need a database (you can use Sql Server Express, which is free). There's an in-built system for user accounts in asp.net, called membership, which you should take a look at. It also supports simple profiles.

do you want to identify and use the winows user accounts, like the Active Directory ones or you want to create your own user and group lists?
I would say 99% of the cases you would need a database in both cases, if you plan to be able to set which permissions every user or group has on which object and you want to handle group membership as well...

Related

C# bot, that can instantly buy released item [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 2 years ago.
Improve this question
is it even possible to make a bot in C# (windows forms), that would work like when Supreme release new items, the bot would instantly buy them? If anyone has any ideas please share them, thanks!
The answer is - yes, it surely is possible.
First of all you have to think about logging in on the site
Afterwards you have to have a link on where these drops appear and pass it to the code
Finally you need to just implement a automatic checkout system.
It will require a bit of work and time to do it.
There are already some projects made for this kind of websites.
You can check this link: https://github.com/jg-fisher/supreme-bot
It has an automatic checkout (providing personal details in the checkout form).
Also some bigger project of chrome extension - https://github.com/Paulowarren31/Supreme-Bot
I advise you to get suggestions from there and build your own program.

library manage account with asp.net [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 5 years ago.
Improve this question
I have trouble creating a project with asp .net. and terelik
I have to create a system. Account management Everytime i want to know Which libraries help to create account management with .net and support the terelik ui
some thing like manage rule for the any method, just install packages then the packages has initial the table model controller or something.
I guess there are no package which you can just install and get everything already done but there are number of projects in code project site. You can download them and integrate. Beside that you can use Microsoft Identity which provide bootstrap code for user registration/login and you can customize according to your need and role base access can be simply done in mvc just by providing role in controller attribute.
And I am not aware of Telerik providing such functionality. You should implement those using Telerik controls.

C# DataBase choice to save information about 70.000 element [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
I have a project that must be able to :
Collect information about medical plants(texts only the pictures are hosted elsewhere).
Once done, preview those information and manipulate them as needed(For example, show only the names and description of plants from category A and having a life span of 2 years).
Information about the project :
I'm using : C#
The project will result in a desktop software that will run on my
personal computer only.
The number of plants is 70.000.
Every plant needs one "A4" page of information(name,description,...).
What is the best Database choice in my case and why ?
(Is using an XML file as a DataBase a bad idea ?)
Thank you.
Use SqlExpress LocalDb, thats more than enough for your needs, yet still easily portable.
P.S. This kind of questions are not welcome here, you should find a
Forum where you can discuss about pros and cons. If you have specific
questions about the implementation you are more than welcome to ask
here.

Use SharePoint components in existing MVC3 website [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 4 years ago.
Improve this question
Hello StackOV experts!
I've just completed the core pieces of my first MVC3 site. While showcasing it to folks, I received additional requirements (Wiki and document library being the ones of concern here).
One of the other developers suggested using SharePoint components to address the feature needs. We have a SharePoint server. Can we use the SharePoint components and incorporate them in the current site without overhauling the website to SharePoint? If so, can you please provide some examples?
Thanks in advance!!
hmm... those are the key features which make SP solution win over any ASP.Net or MVC application.
Anyway , few options you have is to write custom UI
and use client object model / Rest APIs to post and pull data from SP2010
If you are using MOSS 2007 then you can look into "SPServices" project in Codeplex , which uses JQuery + SP2007 Webservice to give you kind of same behaviour.
There will be lot of limitation also as you will not be able to use Office Integration from MVC application as you can do in SP2010.

Automatic calling functionality (Dialer + IVR + Text to Speech) [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 3 years ago.
Improve this question
I have a scenario where I have to use the automatic calling functionality using VOIP (Diagrammatically).
I need a system or dialler that will automate the process of dialling and get response through the system. We need a tool that could be able to dial by itself (we don’t have any agent interaction) the given number and will provide the information after processing the dial.
We don’t need any agent interaction, we are supposed to be develop an application that will process an order online, and we need the confirmation with seller by text to speech process i.e. when the customer place an order on-line the system will check the availability of the order from the reseller and give the response to the customer.
I can recommend you a solution that may fits to your needs. It is software product that can receive incoming calls
automatically and answers them. This is an IVR system. There caller are received by a voice menu. So dealing with
calls is perfectly automated. This system based on an SDK. You can find more information about IVR solution and
a sample IVR system which is expandable:
http://www.voip-sip-sdk.com/p_117-how-to-use-the-c-sip-softphone-source-implementation-of-ozeki-voip-sdk-for-dtmf-ivr-voip.html
Take a look at the hosted voice application platforms: tropo.com, twilio.com, ifbyphone.com, anveo.com etc. They all have good web API's that allow you to initiate and process voice calls.

Categories