What's new and wonderful on the DNN ecosystem in the month of November/2015. Also, what is coming up on DNNHero.com.
50 min : 18 sec
What's new and wonderful on the DNN ecosystem in the month of November/2015. Also, what is coming up on DNNHero.com.
Chat Breakdown:
- 0:00 - Pleasantries
- 1:30 - DNN 8 CTP7 Release + Release Schedule
- 3:45 - A New Beginning by Charles Nurse
- 5:15 - DNNCon
- 8:45 - DNN 8 Contest
- 12:00 - IOT + DNN by Clint Patterson + IOT for Kids
- 19:30 - DNN Survey + The 10 Biggest Pain Points of DNN in 2014
- 21:30 - Vendor Interview: Salar Golestanian, Founder @ Salaro.com + New Interviews
- 25:45 - Course: DNN 7.4 Advanced
- 27:00 - JS Rules! by Daniel Mettler
- 29:15 - Get on with SPA and Angular
1 - Client-Centric Module Development in DNN
2 - Angular Module Development
3 - Angular Tutorial with Dan Wahlin: AngularJS Fundamentals In 60-ish Minutes
4 - AngularJS JumpStart with Dan Wahlin
5 - Advanced Angular Concepts for DNN
6 - Learn to Build AngularJS Custom Directives with Dan Wahlin
- 41:45 - Horror Stories - Running out of space
- Disk usage statistics viewer: WinDirStat
Scripts:
1 - Find if database is running on FULL or SIMPLE recovery mode:
- SELECT name, user_access_desc, is_read_only, state_desc, recovery_model_desc FROM sys.databases
2 - Change database to recovery simple:
- Alter Database [DATABASE-NAME] SET Recovery simple
3 - Shrink the log file:
- DBCC Shrinkfile([DATABASE-LOG-FILE],1)
- 49:45 - See you again in December!