Skip to content

Instantly share code, notes, and snippets.

View Tangrila-BG's full-sized avatar

Ivo Gyumov Tangrila-BG

View GitHub Profile
using System;
using System.Linq;
namespace StudentDatabase
{
using System.Data.Entity;
using Models;
class StudentDbCreateIfNotExists : CreateDatabaseIfNotExists<StudentContext>
{
protected override void Seed(StudentContext context)
@Tangrila-BG
Tangrila-BG / Program.cs
Created February 4, 2017 02:11
Problem 9. Google
using System;
using System.Collections.Generic;
using System.Globalization;
using System.Linq;
namespace Exercises
{
class Program
{
static void Main(string[] args)
@Tangrila-BG
Tangrila-BG / Program.cs
Created February 3, 2017 00:45
Problem 8. Pokemon Trainer
using System;
using System.Collections.Generic;
using System.Linq;
namespace Exercises
{
class Program
{
static void Main(string[] args)
{
@Tangrila-BG
Tangrila-BG / Program.cs
Last active February 2, 2017 21:12
Problem 7. Car Salesman
using System;
using System.Collections.Generic;
using System.Linq;
namespace Exercises
{
class Program
{
static void Main(string[] args)
{
@Tangrila-BG
Tangrila-BG / Program.cs
Created February 2, 2017 16:54
Problem 6. *Raw Data
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading;
namespace Exercises
{
class Program
{
static void Main(string[] args)
@Tangrila-BG
Tangrila-BG / Program.cs
Created February 2, 2017 13:54
Problem 5. *Speed Racing
using System;
using System.Collections.Generic;
using System.Linq;
namespace Exercises
{
class Program
{
static void Main(string[] args)
{
using System;
using System.Collections.Generic;
namespace random
{
class Program
{
static void Main(string[] args)
{
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text.RegularExpressions;
namespace random
{
class Program
{
static void Main(string[] args)