Skip to content

Instantly share code, notes, and snippets.

@kristijankralj
kristijankralj / Setup.txt
Last active November 6, 2019 06:40
Desktop Setup
Disable-UAC
# Show hidden files, Show protected OS files, Show file extensions
Set-WindowsExplorerOptions -EnableShowHiddenFilesFoldersDrives -EnableShowFileExtensions
#Install browsers
choco install -y brave
choco install -y firefox
choco install -y googlechrome
@kristijankralj
kristijankralj / App.cs
Last active June 28, 2020 12:38
Snippets for MVVM
using Autofac;
using System;
using System.Reflection;
using Xamarin.Forms;
namespace Navigation
{
public partial class App : Application
{
public App()
@kristijankralj
kristijankralj / App.cs
Last active March 13, 2021 09:36
Xamarin.Forms Shell code snippets
using System.Reflection;
using Autofac;
using Xamarin.Forms;
namespace SampleNamespace
{
public partial class App : Application
{
public static IContainer Container;
@kristijankralj
kristijankralj / testaaa.snippet
Created May 25, 2021 15:37
Test AAA snippet
<?xml version="1.0" encoding="utf-8"?>
<CodeSnippets xmlns="http://schemas.microsoft.com/VisualStudio/2005/CodeSnippet">
<CodeSnippet Format="1.0.0">
<Header>
<Title>AAA Test Structure</Title>
<Shortcut>testaaa</Shortcut>
</Header>
<Snippet>
<Code Language="CSharp">
<![CDATA[[Fact]