Skip to content

Instantly share code, notes, and snippets.

View michaelviveiros's full-sized avatar
writing...

Michael Viveiros michaelviveiros

writing...
View GitHub Profile
@stand-sure
stand-sure / Moq-demo.cs
Last active April 26, 2024 14:58
Example of how to use Moq in ASP.NET MVC Unit Tests with NUnit
namespace MoqDemo.Tests
{
using System;
using System.Web;
using System.Web.Mvc;
using System.Web.Routing;
using Moq;
using NUnit.Framework;
using HomeController = Controllers.HomeController;
@mcnkbr
mcnkbr / GenericRepository.cs
Last active February 29, 2024 05:35
Generic Repository and AutoMapper for .NET Entity Framework
using System;
using System.Collections.Generic;
using System.Data.Entity;
using System.Linq;
using System.Linq.Expressions;
using Common.Extensions;
using AutoMapper;
namespace Repository
{
@rxaviers
rxaviers / gist:7360908
Last active May 10, 2024 03:24
Complete list of github markdown emoji markup

People

:bowtie: :bowtie: 😄 :smile: 😆 :laughing:
😊 :blush: 😃 :smiley: ☺️ :relaxed:
😏 :smirk: 😍 :heart_eyes: 😘 :kissing_heart:
😚 :kissing_closed_eyes: 😳 :flushed: 😌 :relieved:
😆 :satisfied: 😁 :grin: 😉 :wink:
😜 :stuck_out_tongue_winking_eye: 😝 :stuck_out_tongue_closed_eyes: 😀 :grinning:
😗 :kissing: 😙 :kissing_smiling_eyes: 😛 :stuck_out_tongue: