Google Maps for ASP.NET c# [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 6 years ago.
Improve this question
Is there a google maps API for C# to use in an ASP.NET application? I've only seen posts and resources for the javascript api and was wondering if there was a c# version....
Thanks

I use this one with my ASP.NET site:
GoogleMap
it seems to work pretty well
EDIT:
here are a couple more that i have not used
Subgurim googlemaps
Shabdar - has a tutorial with it

Related

what is the best way for Using SignalR in a webform project with c#? [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 wanna have notifications in my project that is in Asp.net WebForms C# ..
is using SignalR with Kendo Framewrok well?
You Can Read Adding SignalR to an ASP.NET WebForms Project
Post in Code Project that Implements SingnalR On ASP.NET WebForm.

Create an app to display an existing website using xamarin [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 would like to create an app to display a website in Android mobiles. I am been looking how to do it and I found Xamarin that uses C#. Somebody know any tutorial or web to learn how to do it?
You are looking for a webview inside an app which can easily be done using both the flavors of Xamarin and there are tutorials and samples available for both:
Using Xamarin.Forms
Tutorial: https://developer.xamarin.com/guides/xamarin-forms/user-interface/webview/
Github Sample: https://github.com/xamarin/xamarin-forms-samples/tree/master/WorkingWithWebview
Using Xamarin.Native
Tutorial: https://developer.xamarin.com/guides/android/user_interface/web_view/

free .NET translation libraries [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 8 years ago.
Improve this question
I am looking for a .net C# library that can do translations. I tried googles one but they charge money now for it.
I am looking for something that can preferably auto detect languages, translate blocks of text or download the entire page and convert it.
This all has to of course be done through code.
Thanks
Have you tried using bing?
http://www.microsofttranslator.com/
There is a translator .net library on codeplex that uses bing: http://translateit.codeplex.com/

How to develop a proxy server using DotNet? [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 6 years ago.
Improve this question
Hai
I am Developing an Windows application using C#.Net where I have to block certain websites from accessing by the user.So I am trying to develop a proxy server which can block the websites.Can some one suggest me how I can do this with an example or a site which can help me.
Thank you
Chaithu
Try these links:
http://www.mentalis.org/soft/projects/proxy/
HTTP Proxy server in C#
http://www.codeproject.com/KB/IP/reverseproxy.aspx
http://support.microsoft.com/kb/307023
http://www.c-sharpcorner.com/UploadFile/psingh/web_proxy11162005001036AM/web_proxy.aspx
http://www.codeproject.com/KB/aspnet/asproxy.aspx

forum in asp.net 2.0 [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 6 years ago.
Improve this question
Hi is there any open source forum in asp.net with c# 2.0?
If so can you post those links?
thank you,
nagu
http://www.yetanotherforum.net/
Some of the other starter kits at this next link are open source projects that contain forums as part of the portal offering.
http://www.asp.net/community/projects/
stacked is an Open Source implementation of StackOverflow.. check out..

Categories

Resources