diff --git a/dotnet-user-groups.html b/dotnet-user-groups.html new file mode 100644 index 0000000..e490935 --- /dev/null +++ b/dotnet-user-groups.html @@ -0,0 +1,30 @@ + + +
+This page list events for the set of .NET user group meetups that we found on meetup.com. We hope that you find this list helpful, particularly if you are looking for a local user group. If you would like your group's events listed here (even if not on meetup), please contact us, either by twitter or the "Contact" button on the right-hand side of this page.
+ +You can see the list of user groups that we found on meetup, by taking a look at the dotnet meetup account. We also maintain a much larger list of .NET meetup groups on twitter. Once again, please contact us if your group should be on either of those lists.
+ + + + + + + + + + + + \ No newline at end of file diff --git a/install-dotnet-framework.html b/install-dotnet-framework.html new file mode 100644 index 0000000..144efaa --- /dev/null +++ b/install-dotnet-framework.html @@ -0,0 +1,62 @@ + + + +
+ Install the .NET FrameworkYou need to install the .NET Framework to run many apps on Windows. The best versions to install are the .NET Framework 4.6 and the .NET Framework 3.5 SP1. Those two versions should run nearly all .NET apps.
+ +Developers may want to check out Targeting Dotnet Platforms and Targeting .NET Framework Versions to learn more about targeting .NET Framework versions.
+ + + + + + + + + \ No newline at end of file diff --git a/meetup.js b/meetup.js new file mode 100644 index 0000000..7f89ce4 --- /dev/null +++ b/meetup.js @@ -0,0 +1,89 @@ +//requires two variables to be set externally: +//var meetupCount = [10]; +//var showMeetupSource = true; + +$(document).ready(function () { + + var cmLogo = "http://dotnetsocialweb.azurewebsites.net/assets/cm_logo.png"; + var mLogo = "http://dotnetsocialweb.azurewebsites.net/assets/meetup_logo.png"; + var dLogo = "http://dotnetsocialweb.azurewebsites.net/assets/net_logo.png" + var defaultUrl ="https://twitter.com/DotNet/dotnet-user-groups"; + var cmBaseUrl ="http://www.communitymegaphone.com"; + var meetupBaseUrl="http://www.meetup.com/"; + var host = "http://dotnetsocial.cloudapp.net"; + //host = "http://localhost:63238/"; + var requestUrl = host + "/api/meetup?count=" + meetupCount + "&expiry=60"; + //requestUrl = "http://api.meetup.com/2/events?key=24657261295c237904a6b334343c50&member_id=self&page=" + meetupCount; + + var table ="
Targeting .NET Platforms: Desktop, Server, Cloud and DevicesYou can build apps for many platforms and services by downloading .NET Framework targeting packs and SDKs and using them with Visual Studio. Check out the .NET Framework blog for information on new releases.
+ +The downloads available differ by Visual Studio version. Pick your Visual Studio version by using the buttons below.
+ + + +Note: These SDK and .NET Framework downloads may update Visual Studio and the .NET Framework on your machine.
+ + + + + + + \ No newline at end of file