Skip to content

Instantly share code, notes, and snippets.

@Daviddonadze
Daviddonadze / ArrayLoops
Created August 17, 2016 01:06
ArrayLoops
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace ArrayLoops
{
class Program
{
@Daviddonadze
Daviddonadze / Entity Framework and LINQ(Lambda)
Last active August 17, 2016 01:00
Entity Framework and LINQ(Lambda)
using EsSample.Data;
using EsSample.Models;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Data.Entity;
namespace EsSample
{