diff --git a/dotnet-user-groups.html b/dotnet-user-groups.html index e490935..f53a453 100644 --- a/dotnet-user-groups.html +++ b/dotnet-user-groups.html @@ -1,19 +1,19 @@ - .NET Meetup Test Page2 -- Local Address + .NET Meetups in your town -

var m = new List<Meetup>(Kind.dotNet, Scope.Planet)

+

.NET Meetups in your town

-

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.

+

This page list events for the set of .NET user group meetups from meetup.com and http://communitymegaphone.com/.

-

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.

+

We also maintain a much larger list of .NET meetup groups on twitter. If you would like your group's events listed on either list, please contact us, on twitter.

diff --git a/install-dotnet-framework.html b/install-dotnet-framework.html index 144efaa..aabd1fd 100644 --- a/install-dotnet-framework.html +++ b/install-dotnet-framework.html @@ -20,7 +20,9 @@ Install the .NET Framework -

You 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.

+

You need to install the .NET Framework to run many apps on Windows. The best versions to install is the .NET Framework 4.6. Some apps may required .NET Framework 3.5 SP1. Those two versions should run nearly all .NET apps.

+ +

The following .NET versions are available.

@@ -40,7 +42,7 @@ div {font-size: 12pt;} document.title = "Install .NET Framework Versions"; $(document).ready(function() { var data; - var json = "https://dotnetweb.blob.core.windows.net/platforms/platforms.json"; + var json = "platforms.json"; $.support.cors = true; $.getJSON( json, function( d ) { diff --git a/target-dotnet-platforms.html b/target-dotnet-platforms.html index ca0bef1..3513e4d 100644 --- a/target-dotnet-platforms.html +++ b/target-dotnet-platforms.html @@ -1,13 +1,11 @@ - Foo site + Targeting .NET Platforms - - - + + -

Targeting .NET Platforms: Desktop, Server, Cloud and Devices

+

Targeting .NET Platforms

You 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.

@@ -39,7 +39,6 @@ td p {font-size: 16px; margin-bottom:2px;} th p {font-size: 16px; margin:0px; font-weight: bold;}