Skip to content

Instantly share code, notes, and snippets.

View appcoreopc's full-sized avatar

jeremy woo appcoreopc

  • New Zealand
View GitHub Profile
var entryPoint = (from ep in dbContext.tbl_EntryPoint
join e in dbContext.tbl_Entry on ep.EID equals e.EID
join t in dbContext.tbl_Title on e.TID equals t.TID
where e.OwnerID == user.UID
select new {
UID = e.OwnerID,
TID = e.TID,
Title = t.Title,
EID = e.EID
}).Take(10);
{
“MailInfo” : {
“From” : “jeremy.woo@test.com”,
“Recipients” : [“kepung@gmail.com”, “kepung@hotmail.com”],
“Subject” : “Demo demo”,
“ContentBody” : “Helllo”,
“IsBodyHtml” : “True”,
“Sender” : “jeremy.woo@test.com”,
“SenderName” : “jeremy woo weng kong”
},
{
"camid" : "Camera0",
"devid" : "0500209E",
"devmac" : "ac:64:cf:c1:3b:5b",
"devname" : "Sutramas",
"devno" : "00000001",
"event" : "common",
"faces" : [
{
"Temperature" : "36.373779",
{
"camid" : "Camera0",
"devid" : "0500209E",
"devmac" : "ac:64:cf:c1:3b:5b",
"devname" : "Sutramas",
"devno" : "00000001",
"event" : "common",
"faces" : [
{
"Temperature" : "36.504829",
{
"camid" : "Camera0",
"devid" : "0500209E",
"devmac" : "ac:64:cf:c1:3b:5b",
"devname" : "Sutramas",
"devno" : "00000001",
"event" : "common",
"faces" : [
{
"Temperature" : "36.314705",
{
"camid" : "Camera0",
"devid" : "0500209E",
"devmac" : "ac:64:cf:c1:3b:5b",
"devname" : "Sutramas",
"devno" : "00000001",
"event" : "common",
"faces" : [
{
"Temperature" : "36.314705",
{
"camid" : "Camera0",
"devid" : "0500209E",
"devmac" : "ac:64:cf:c1:3b:5b",
"devname" : "Sutramas",
"devno" : "00000001",
"event" : "common",
"faces" : [
{
"Temperature" : "36.434525",
{
"camid" : "Camera0",
"devid" : "0500209E",
"devmac" : "00:15:18:88:51:86",
"devname" : "Sutramas",
"devno" : "00000001",
"event" : "common",
"faces" : [
{
"Temperature" : "36.184334",
using System.Collections.Generic;
using System.Linq;
namespace Olo
{
public class TopPizzaSelector : ITopSelector
{
private const string Separator = ",";
Dictionary<string, int> DataMapper = new Dictionary<string, int>();
We couldn’t find that file to show.