How to put users in queue using C# and ASP.NET [closed] - c#

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
I have created a dynamic data website in visual studio 2010 using C# and ASP.NET
When a user creates a request (for example a request for software installation), i would like that request to go into some kind of queue. So that i can check the users request and either allow or deny it.
Can someone help me with this ?

Store all request in a database, and add a flag that it has not been processed

Related

How to create a message in Azure Service Bus Queues after a new item is added to a Sharepoint 2013 list? [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 9 years ago.
I need to create messages on a Windows Azure Service Bus Queue every time an item is created under a specific Sharepoint 2013 List. Later I would process those messages with another application.
Some guidance or examples would be helpful.
how about event receivers on your SP 2013 List?
something similar to the approach in the app sample mentioned here: http://blogs.msdn.com/b/officeapps/archive/2013/01/03/debugging-remote-event-receivers-with-visual-studio.aspx#service-bus

How to log in in ftp account using c#? [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
I want to log in to an ftp account and display the files or directories in fileview control.
What is the best approach to do it?
I am able to do it but some security issues are arises like if you are using your username and password in the URL, the location of the file also displays your credentials you've provided..
I want to connect the fileview without loging in in the log in dialog that appears.
You could take a look at this FTP client + control:
http://www.blackbeltcoder.com/Articles/client/an-ftpclient-class-and-winform-control

How could I send a text? [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
I am currently working on an app for Windows Phone. What I wish to do is simple - allow the user to set a time, and, at this time, the phone will send a text message to a specified number.
Is it possible to do this ? How can I do this ?
Thanks very much.
There is a way to launch the Messaging application with the "Body" and "To" field programmatically field in.
The SmsComposeTask Class is what you need to launch the messaging application.

How to implement TOTP C/S (Time One Time Password Client/Server) in C#? [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
I want to create a client/server application using C#, and my application must have the ability to deal with time one time passwords, meaning that my server can authenticate a client after a (TOTP) entry.
I searched over the internet for any example that might be close to something like this or thing but coudln't find anything at all.
Do you happen to have an idea about implementing TOTP, even if its not the same situation I have in here , I just need someone to give me some clues.

How to search recent post for keywords on twitter with c#? [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 11 years ago.
I've made games with c# but have never done anything with networking or accessing a website via c#, so I was wondering how I would be able to search twitter post for certain keywords, counting how many come up but are recent post. Thank you very much.
I suggest that you'll check Linq to Twitter:
http://linqtotwitter.codeplex.com/
This website should get you on the right track with searching inside a post with Linq To Twitter:
http://geekswithblogs.net/WinAZ/archive/2011/04/28/displaying-search-results-with-linq-to-twitter-and-asp.net-mvc.aspx

Categories