For this example we are going to:
March 4, 2018 by David Shifflet - |
So I had created a Planning Poker game for Sprint Story estimation in the past. It's available here. The problem was that Peer.JS uses WebRTC and in the absence of a decent TURN server (which I don't have) doesn't work well with NAT and people behind firewalls. Solution: Use websockets. Read MoreApril 14, 2018 by David Shifflet - |
So NHibernate has been released with .NET Core support! NHibernate Announcement Which means in theory we can use that as an ORM and combined with the .NET Core support from Oracle.ManagedDataAccess we can use it with Oracle Databases! So in this example, we will use the previous Linq2Db examples and move those over to NHibernate! We will still maintain the Sqlite tests we had before. Read MoreMarch 26, 2018 by David Shifflet - |
Stop using string replace with tokens. Use Razor Templates. This will show you how!
Log Temporary Files somewhere else via POST and give them a Time To Live (TTL)