Answered by:
Web Application Research

Question
-
User-1345814707 posted
Can Anyone give me some example of web application that run with asp.net using visual studio 2012?
for example:
- Sending SMS from a web application
- Implementing a web-based chat engine
- Utilizing webcam in a web application for photo capturing
- Recording and playing audio in a web application
- Generating and reading QR-codes in a web application
- Serving and consuming JSON data in a web application
So any can provide more example since my education need me to do research base on web application... Thx Alot
Thursday, October 9, 2014 3:30 AM
Answers
-
User1918509225 posted
Hi MoonSiew,
Thanks for your post here.
About how to Send SMS from a web application, please try the link below:
http://www.aspsnippets.com/Articles/How-to-send-free-SMS-from-ASPNet-application-to-Mobile.aspx
About Implementing a web-based chat engine, please try the links below:
http://www.codeproject.com/Articles/16201/Building-an-AJAX-based-chat-room-in-ASP-NET
http://www.codeplex.com/site/search?query=web%20chat&sortBy=Relevance&licenses=%7C
About Utilizing webcam in a web application for photo capturing, please try the link below:
http://www.c-sharpcorner.com/uploadfile/9f0ae2/capture-images-using-web-camera-in-asp-net-4-5/
About recording and playing audio in a web application, please refer to the link below:
http://www.codeproject.com/Questions/452690/Record-and-play-voice-using-Csharp-Asp-net
About Generating and reading QR-codes in a web application,please refer to the link below:
http://www.onbarcode.com/asp_net/qr-code-generator.html
About Serving and consuming JSON data in a web application,please refer to the link below:
http://www.codeproject.com/Articles/773359/Introduction-to-JSON-Using-JSON-in-ASP-NET-Web-App
Best Regards,
Kevin Shen.
This response contains a reference to a third party World Wide Web site. Microsoft is providing this information as a convenience to you. Microsoft does not control these sites and has not tested any software or information found on these sites; therefore, Microsoft cannot make any representations regarding the quality, safety, or suitability of any software or information found there. There are inherent dangers in the use of any software found on the Internet, and Microsoft cautions you to make sure that you completely understand the risk before retrieving any software from the Internet.
- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Thursday, October 9, 2014 10:08 PM
All replies
-
User527778624 posted
Hi,
Check these sites having some of the projects:
http://msdn.microsoft.com/en-us/library/vstudio/ee332498%28v=vs.100%29.aspxhttp://1000projects.org/asp-net-projects.html
for more tricky projects, you have to google for them specifically.
Thursday, October 9, 2014 3:50 AM -
User1918509225 posted
Hi MoonSiew,
Thanks for your post here.
About how to Send SMS from a web application, please try the link below:
http://www.aspsnippets.com/Articles/How-to-send-free-SMS-from-ASPNet-application-to-Mobile.aspx
About Implementing a web-based chat engine, please try the links below:
http://www.codeproject.com/Articles/16201/Building-an-AJAX-based-chat-room-in-ASP-NET
http://www.codeplex.com/site/search?query=web%20chat&sortBy=Relevance&licenses=%7C
About Utilizing webcam in a web application for photo capturing, please try the link below:
http://www.c-sharpcorner.com/uploadfile/9f0ae2/capture-images-using-web-camera-in-asp-net-4-5/
About recording and playing audio in a web application, please refer to the link below:
http://www.codeproject.com/Questions/452690/Record-and-play-voice-using-Csharp-Asp-net
About Generating and reading QR-codes in a web application,please refer to the link below:
http://www.onbarcode.com/asp_net/qr-code-generator.html
About Serving and consuming JSON data in a web application,please refer to the link below:
http://www.codeproject.com/Articles/773359/Introduction-to-JSON-Using-JSON-in-ASP-NET-Web-App
Best Regards,
Kevin Shen.
This response contains a reference to a third party World Wide Web site. Microsoft is providing this information as a convenience to you. Microsoft does not control these sites and has not tested any software or information found on these sites; therefore, Microsoft cannot make any representations regarding the quality, safety, or suitability of any software or information found there. There are inherent dangers in the use of any software found on the Internet, and Microsoft cautions you to make sure that you completely understand the risk before retrieving any software from the Internet.
- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Thursday, October 9, 2014 10:08 PM