ASP NET MVC5 with AngularJS Development “Master in ASP.NET MVC5 with the combination of AngularJS to develop interactive, scalable web application. At the end of this course, students will able to use …”
Redirect from HTTPS to HTTP using an htaccess file
I ran into some issues recently where I needed to redirect HTTP to HTTPS for all requests on my site. It took a surprising amount of Google searching and tinkering to find a solution. Ultimately the solution was pretty simple, so I figured I’d share it here and hopefully same other people some time. So, backstory, […]
htaccess, Linux, nginx, redirect, web hostingComplete ASP NET MVC Web Development – Newbie to Ninja …
I haven’t used this but it might be interesting to check out… Complete ASP NET MVC Web Development – Newbie to Ninja … “Learn Web Development with ASP NET MVC and C#. From absolute basics to ninja learn C# and MVC like Pro Web Developer!” https://www.udemy.com/better-web-development-pro-techniques-for-success/
Build an ASP.NET Core app on a Mac Using Visual Studio Code
Build an ASP.NET Core app on a Mac Using Visual Studio Code “Your project is now created, you can use the following commands to get going cd “MyFirstApp” dotnet restore dotnet build dotnet run Developing ASP.NET Core Applications on a Mac With Visual Studio Code. When the application is opened, Visual Studio Code will […]
The Best Way to Learn ASP.NET?
The Best Way to Learn ASP.NET “You’re looking to learn ASP.NET? I can’t blame you. It’s not required reading, but you’ll have an easier time learning ASP.NET with a solid foundation in C#. ASP.NET from Scratch: Nettuts+ has a semi-fast-paced series called ASP.NET from Scratch, presented by yours truly. Many Microsoft employees involved with […]
Web Development ASP.NET C# Hello World
Web Development ASP.NET C# Hello World How to create a simple Hello World in Visual Studio 2015 using ASP.NET C# and Web Forms.
RESTful API Development for ASP.NET Core
Found an interesting video online today… RESTful API Development for ASP.NET Core Sign up for Stormpath: http://bit.ly/2hBYNgl More from Stormpath: http://bit.ly/2hC23si Join Stormpath .NET Developer Evangelist, Nate Barbettini, to learn best …
IIS7 Application Pool Idle Time-out Settings
Whether you host in-house or with a managed Windows hosting provider, if you self-administer a web server it is good to know that by default IIS7 sets application pools to “time-out” after 20 minutes of inactivity. So if you don’t have any visitors to your site within 20 minutes, the application pool will shut down […]
Hosting, IIS, OrcsWeb, System Administration, tipGMail’s Send As Feature – SMTP Relaying
Gmail allows you to define multiple “send as” addresses. So if you want to use your GMail account but send email from You@YourCustomDomain.com, this can be supported. But, to support this you need to have a server set up that will relay the SMTP mail for you. For security reasons Google won’t allow you to […]
Email, gmail, IIS, security, smtpASP.NET 5 and MVC 6
I’m super-excited about ASP.NET 5 and MVC 6! I first taught myself to program in the early 80s. I taught myself again in the mid-90s. Then I started OrcsWeb and spent more time do “systems stuff” (I’m both an MCSE and RHCSA) and “business stuff” (yeah, it takes a lot of time to run a […]
ASP.NET, Development/Coding