ASP .NET Ajax examples for the beginner [closed] - c#

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
Hi I am looking for some good collection of examples on AJAX in ASP.Net. Please share some excellent links, also if you think there is a good resource which can help me learning - please share it. Thanks.

The official ASP.NET site is a great resource...
http://www.asp.net/ajax/ - Site
http://www.asp.net/learn/ajax-videos/ - Videos
http://www.asp.net/learn/ajax/ - Tutorials

Good to use AJAX control Toolkit,,,,From this link, you will example of each AJAX control toolkit...
http://www.asp.net/AJAX/AjaxControlToolkit/Samples

Related

Can anyone give an example of server side implementation of OAuth 2.0? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a book, tool, software library, tutorial or other off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
Can anyone give an example of server side implementation of OAuth 2.0? Basically im creating an API where the API users could authenticate them self and use apis same way we do on Facebook. so need an OAuth server implementation for WCF REST service.
Search GitHub, there are lots of examples there.
https://github.com/search?utf8=%E2%9C%93&q=oauth+server
You should do some research and work before posting questions like this here.

Datepicker for MVC View [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
I am using asp.net mvc razor and I need to implament datepicker in some fields.
Maybe someone could offer a useful nuget package to do so in MVC razor view?
Thank you.
you can use this one :
Install-Package jQuery.UI.Widgets.Datepicker

How to set up a back end application on a server [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I would like to develop a back-end application in C# and install it on a server.
While I know C# and also have done a small Java based back-end for Android App on AWS developed with Eclipse, I do not know where to start with C# and mySql.
Is there a tutorial or any other good place to get a head start?
Seems like you're looking for ASP.Net WebAPI

Organization chart component for ASP.NET [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I need a "free" organization chart component for ASP.NET.
Google has a free one within their charting api's. http://code.google.com/apis/visualization/documentation/gallery/orgchart.html
My favorite resources for free web components and examples are:
CodePlex
CodeProject
The ASP.NET Control Gallery
I found this at the control gallery. Maybe it'll help.
http://www.asp.net/community/control-gallery/Item.aspx?i=3224
Chart4.NET is an advanced organization chart component that has a free version.
But logo will be there.
Demo:
http://organization.unifosys.com/Create_Organization_Chart_From_Database_Sample_WebForm.aspx
http://unifosys.com/hierarchy-chart/downloads.html
Here is a HTML5/canvas version of organization chart lib, simple interface + image node support, check it out here: http://orgplot.codeplex.com
Use this http://orgchartwebcontrol.codeplex.com/releases/view/34288 from codeplex

Which Memcached client library should I use for .NET? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I've noticed there are a few solutions to allow the use of memcached on C# / ASP.NET:
memcacheddotnet
enyim.com Memcached Client
BeIT
Which one should I use? It seems like the enyim port has more active development, but I wanted to see what you guys recommend.
I use BeIT and i am happy with it.
Take a look at Velocity. Its Microsofts new alternative, its not stable yet but looks promising.

Categories