Skip to content

Instantly share code, notes, and snippets.

View LuceCarter's full-sized avatar

Luce Carter LuceCarter

View GitHub Profile
@LuceCarter
LuceCarter / MyPage.xaml.cs
Last active January 6, 2018 12:45
Ooui MyPage
public partial class MyPage : ContentPage
{
public MyPage()
{
InitializeComponent();
}
void Handle_Clicked(object sender, System.EventArgs e)
{
@LuceCarter
LuceCarter / IDSGUsefulLinks
Last active May 15, 2019 17:20
I don't Speak German - Useful Links
<Slider Maximum="100"
Minimum="8"
Value="{Binding SliderValue}"
BackgroundColor="CornflowerBlue"
ThumbColor="BlueViolet"
Margin="20"/>
<Button Padding="2"
Text="Analyse Sentiment"
TextColor="Black">
<Button.Background>
<LinearGradientBrush EndPoint="1,0">
<GradientStop Color="Red"
Offset="0.1"/>
<GradientStop Color="Orange"
Offset="0.225"/>
<GradientStop Color="Yellow"

Zero to Document Hero - Intro to MongoDB and .NET

Heard about Document Databases and MongoDB but wondered what it is about? Tried NoSQL in the past and not been able to get your head around the differences with SQL and relational databases? In this talk I break down the differences and also look at how well it works with .NET development with added AI content!