Code

Github

Most of my code (that I can share) is on Github.  https://github.com/trendoid I'm pretty easy to find. If you search for "trendoid" on any platform, that's probably me.

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.

Starting in SQL 2016, two rivals entered the ring in a professional fight for format supremacy. XML seems too fat to compete with the newcomer JSON but a fight has begun.  JSON doesn't seem experienced enough to have real punching power but does it have the speed to win?  Who is the pound for pound format champion?  Come watch this action-packed bout between two titans of SQL.

https://github.com/77media/ssm-verification-service-sample
Sample user verification service that will either return a formatted user object or false.

https://github.com/77media/ssm-report-data-client
Sample application to consume report data from 77media Platform https://ssm-report-data-client.azurewebsites.net

https://github.com/77media/ssm-angular-card 
Angular directive for visual credit card input and validation.

Comments

Popular posts from this blog

Special Characters are Truly Special

.NET Maui and VS Code

Where’s my phone update?