Skip to content

Instantly share code, notes, and snippets.

@mbcrump
Last active August 29, 2015 14:19
Show Gist options
  • Save mbcrump/e0d03bce688ef16c8903 to your computer and use it in GitHub Desktop.
Save mbcrump/e0d03bce688ef16c8903 to your computer and use it in GitHub Desktop.

##Contact info

Michael's Twitter | Blog | Slides

Sam's Twitter | Blog | Slides


##ASP.NET

Latest ASP.NET Docs

ASP.NET on OSX

Getting Started with xPlat ASP.NET

MVC 6

ASP.NET vNext Tooling


Visual Studio 2015 Features

Visual Studio RC Download

Visual Studio 2015 Code Samples

  1. Open VS 2015 and create two windows layouts that are specific to your needs.
  2. Try some of the new Smart Tags and remove the "Using Statements" to a file.
  3. Create a shared project application and share code between Windows Phone, Console, WPF and WinForms.
  4. Create a new ASP.NET project and open your bower.json file and add an external JavaScript framework.
  5. Write a lambda expression and put a break point on it to debug the expression.

C# 6.0

C# 6.0 Code Samples

Roslyn in the Browser

  1. Try the new Static Using Statements on something other than the Console Namespace.
  2. Create an error and use the new expressioin filters with async and await.
  3. Try the new String Interpolation feature by converting the "old" way of doing it with the "new".

JustCode

Go to type

Go to member

Go to symbol

Visual Aid

Debug Decompiled Code

  1. Using the links provided above, try some of the features of JustCode. (Got questions? We're here to help!)
  2. Try the debug decompiled code for yourself!

##The Desktop (Also explore the QSF)

Telerik UI for WPF

Telerik UI for WinForms

  1. Create a new UI for WPF project and export the contents of a Grid to PDF.
  2. Create a new UI for WPF project (or use the same one) and use explicit styling and make a Grid use our new touch theme.
  3. Create a new UI for WinForms project and use one of the built-in templates such as Outlook and examine the code.

##Mobile Apps with Visual Studio

AppBuilder | Get the App for your device

Telerik UI for Xamarin | Download Xamarin

  1. Using AppBuilder, download the app for your device (iOS, Android, WP)
  2. Download the VS Extension for AppBuilder and select the Side Drawer Template and modify a view. Launch it in the Simulator to view your changes.
  3. Additionally, modify one of the sample apps and use LiveSync to deploy it onto your device.
  4. Create your first Xamarin.Forms Application by navigating to Mobile Apps -> Xamarin.Forms (Portable). Right click any platform and launch the app. Go back to the "Portable" Project and modify the text to say something else. As a bonus, create a MainPage.xaml in the "Portable Project" that each platform uses.
  5. Try adding our Chart to the Application by either looking at the docs or my sample project located above.

##Data

Data Connectors

##Windows 10

Telerik UI for Windows Universal Windows 10-tools for developers

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment