Posts

Showing posts from December, 2017

.NET Core - Lunch and Learn

Image
.NET Core - Lunch and Learn  - Session 1 Agenda: What is .NET Core Install .NET Core SDK Use Command Line Options Visual Studio Code Install & use IDE Run / Debug Visual Studio 2017  XXX What is .NET Core   .NET Core is a general-purpose development platform maintained by Microsoft and the .NET community on GitHub . It is cross-platform, supporting Windows, macOS and Linux, and can be used in device, cloud, and embedded/IoT scenarios. The following characteristics best define .NET Core: Flexible deployment: Can be included in your app or installed side-by-side user- or machine-wide. Cross-platform: Runs on Windows, macOS and Linux; can be ported to other operating systems. The supported Operating Systems (OS) , CPUs and application scenarios will grow over time, provided by Microsoft, other companies, and individuals. Command-line tools: All product scenarios can be exercised at the command-line. Compatible: .NET Core is compatible with .NE

Intro to MongoDB

I finally was able to write down some of my notes from watching the Pluralsight: Intro to MongoDB course.  These are just my notes but I absolutely recommend you watch the course and signup for Pluralsight.  MSDN subscriptions typically come with some free time with Pluralsight. Jump start your learning and good luck! Into to MongoDB                 Server                 Query/Manipulate                 Indexing No Schema Single Document write scope - No locking Eventual Consistency - multiple options                 Fire and Forget                 Majority                 Eventual Consistency Scalability                 no Schema - Really -> No schema Enforcement Server Setup                 Open Source (C++)                 Mongod                                 just Create data file/ Run                 mongod --install {installs as service}                 net start MongoDB MongoDB Shell                 Commands             

Azure RedShirt Days in NYU

Wanted to document high level notes I was randomly taking from the Azure RedShirt Days.  Watch it yourself online: ------------------------------ Microsoft Azure Scott Guthrie - Virtualization Can do VM, Inside VM - Creates Clone of a PC - Docker Containers only use a component and not an entire PC Has Path Management - Both OnPrem & Off Prem - Can Look at what is running on Servers too DR automatically Built in.  Can full test it.  Harder to do OnPrem - Have ability to do OnPrem but then use Azure for DR backup Monitor - Ability to Monitor all Servers in One place - Can use Azure on iPhone 42 Different Azure Regions around the world Azure App Services - Web Apps - Mobile Apps - Logic Apps - API Apps Azure Web Apps - Automated Deployments - Can Deploy through Github / gitClone - git remote add {url} - git push azure marker ?? VS.Net - Can push to Azure - Can Create new Azure Web App. Azure Deployment Slots - Ability to Have Dev, QA, Pro.