Let’s Play Greedy Pig Game

ipungproseo

Games are a great way to engage students. I found this game that allows for a team of players to roll a die to compete against each other. What I am looking for in my classroom is opportunities for students to strategize and to share their strategy. Play this game […]

6 state management techniques for ASP.NET Core MVC

ipungproseo

Because HTTP is a stateless protocol, state information is not preserved between requests. This means you must write your own logic to maintain state or find another way to preserve state information. This article will explore some of the most common state management techniques available in ASP.NET Core MVC and […]