--- https://github.com/csharpfritz/PhillyCC2017.1AmA
Text your name and the Twilio folks will put your name into the raffle
-
What REALLY happened with project.json??
- Runtime identifiers and how to publish with ASP.NET Core article on CodeProject
- When does support for project.json expire
-
Where is NuGet.config on disk?
- %appdata%\NuGet
-
How does the versioning for .NET get decided, ex: changed from 1.2 to 2.0
-
Can I run an ASP.NET Core service in Docker using Visual Studio 2015?
-
How does the dotnet CLI command actually work? How do you build subcommands and how do they know when to work? ++
- See docs: https://docs.microsoft.com/en-us/dotnet/articles/core/tools/extensibility
- Check out the "broken sample" dotnet-environment
-
Any changes to async syntax and behavior? (C# language feature)
-
Do I need to learn C# when I already know Visual Basic? What about Visual Basic support for .NET Core?
-
Unit test frameworks for .NET Core - mstest able to support core, what are the plans?
-
Tools: what's going RTM with the latest release, and what is still coming as a patch of an update after the fact?
-
Inconsistencies in documentation / support materials online when new version of .NET Core are released [comment]
-
Azure web apps - if I build with ASP.NET Core can I deploy to Azure Web Apps?