• Stars
    star
    1
  • Language
    F#
  • License
    Apache License 2.0
  • Created almost 3 years ago
  • Updated almost 3 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Just playing around... inspired by https://www.twitch.tv/laylacodesit

More Repositories

1

orm-lightning

LIGHTNING TALK - ORMs - they haven't gone away.
C#
2
star
2

notely

An AngularJS 1.4 note-taking app.
JavaScript
1
star
3

solid_patterns_core

Code built in .NET Core to follow along with https://youtu.be/agkWYPUcLpg
C#
1
star
4

AspNetCoreWebApplication

Sample ASP.NET Core Application for performance testing
C#
1
star
5

Stooges

AngularJS training repository
HTML
1
star
6

IoT-DevKit

code for my MXChip IoT DevKit
C++
1
star
7

CodingExercise

Write a ‘Hello World’ program.
C#
1
star
8

JavaScriptTestCoverage

- a cozy blanket on a rainy day
JavaScript
1
star
9

blogger2firebase

Code to parse a blogger backup file and store it in Firebase database for use in a new custom application later.
JavaScript
1
star
10

orms

ORMs… can’t live with ‘em, can’t kill ‘em. Object-relational mappers enable developers to work with relational databases like Microsoft SQL using the languages they know and love. Sometimes that means that the developers don’t know the underlying queries and statements being sent to the database. This doesn’t mean that the developers don’t love SQL. It just means that they don’t know it yet. In this session, we’ll look at the latest builds of Microsoft’s Entity Framework and see what programming tools developers use to work with SQL databases. We’ll also take a look at Sequelize. Sequelize is an open source ORM written in JavaScript for Node.js. We’ll take a look at code first development, advanced querying techniques, connecting to existing databases and migrations. We’ll also take a look at lazy and eager loading techniques. We’ll take a look at these two ORM’s from the eyes of the developer and the DBA.
JavaScript
1
star