TechnoApple Blogs
Practical guides, tutorials, and insights on cloud, full-stack development, and everything in between.
How to Setup and Customize Swagger with ASP.NET MVC
2016/03/04·5 min readThis walkthrough tutorial is about how to set up Swagger with ASP.NET MVC API by using Visual Studio 2015, also provides steps of how to customize the Swagger UI.
How to Use npm live-server
2016/03/03·2 min readHow to use the npm package live-server to serve files during development.
Upgrade Visual Studio 2013 v4 to Visual Studio 2015
2016/03/01·1 min readA guide on upgrading from Visual Studio 2013 to Visual Studio 2015, including solution file changes, configuring WinMerge, and recommended extensions.
ASP.NET Web API 2 with Autofac Owin
2016/02/29·1 min readHow to set up ASP.NET Web API 2 with Autofac and Owin for dependency injection.
Choose CSS Foundation Template
2016/02/03·1 min readA comparison table to help you decide which Foundation CSS framework template to use for your project.
Getting Started with Azure WebJob
2016/02/03·3 min readThis blog shows how to use Azure WebJob to run background tasks.
List of Resources to Learn .NET
2016/02/02·1 min readA curated list of resources to learn .NET, including RSS feeds, forums, and other useful links.
Google Plus Share
2016/02/01·1 min readHow to implement Google Plus share into your web application.
How to Use Grunt with Keystone.js for Minifying CSS, JavaScript, and HTML
2016/02/01·2 min readHow to use Grunt to set up tasks in Keystone.js for minifying CSS, JavaScript, and HTML.
How to Add Facebook Share Button to the Page
2016/01/31·4 min readThis blog shows how to use Facebook share in 3 ways. Contains code snippets in HTML and JavaScript.
How to Debug Node.js Code with Visual Studio
2016/01/31·1 min readHow to debug a Node.js app in Visual Studio.
How to Use gigya to Share and Comments
2016/01/31·1 min readHow to use Gigya to share and comment
SEO - Robots and Sitemap.xml
2016/01/07·1 min readHow to improve your SEO by adding a robots.txt file and sitemap.xml to your website.
iOS Development Information
2016/01/07·1 min readA quick reference for iOS development resources including App Store review times.
C# RSS Reader Publish Date Issue
2015/12/31·2 min readHow to handle C# RSS reader publish date parsing issues when using SyndicationFeed, with an alternative XDocument approach.
Fix Google Crawl Errors 404
2015/12/31·1 min readHow to fix Google crawl 404 errors by redirecting old or broken URLs to the correct pages.
HTML i Tag Closing Tag
2015/12/31·1 min readA quick note about the importance of closing the HTML i tag and how missing it affects the DOM.
Troubleshoot IIS - Service Not Available 503 Issue
2015/12/31·1 min readA collection of resources for troubleshooting the IIS 503 Service Unavailable error and application pool issues.
Stop Using Visual Studio 2013 with Node.js Project
2015/12/31·1 min readWhy you should stop using Visual Studio 2013 for Node.js projects due to performance issues.
Code Snippet - Use T-SQL to Search Table Name by Column Name
2015/12/31·1 min readA T-SQL code snippet to find table names when you only know the column name.
Use IIS Url Rewrite Module to Redirect from Http to Https
2015/12/31·1 min readHow to use IIS Rewrite module for redirect from http to https.
About Browsers Market Share
2015/12/30·1 min readAbout Javascript on the browser.
About Javascript Best Practices, ECMAScript 5
2015/12/29·3 min readEverything about Javascript ECMAScript 5.
A Memo for ECMAScript 5 - The Good, Bad, and Awful Parts
2015/12/04·4 min readA comprehensive guide to JavaScript quirks, pitfalls, and best practices based on Douglas Crockford's JavaScript - The Good Parts.
How to Create a Simple Angular Contact Form at Keystone.js
2015/11/01·4 min readAngular.js with keystone.js
Few Useful Visual Studio Extensions for .NET
2015/10/31·2 min readA list of useful Visual Studio extensions for .NET developers, including tools for code cleanup, productivity, and cross-platform development.
Sample Code - Use ASP.NET MVC With Razor
2015/10/31·1 min readA sample showing how to use one ASP.NET MVC action to handle multiple page data using Razor ViewBag and a page data model.
Encrypt and Decrypt Web.config ConnectionString Using aspnet_regiis
2015/10/31·1 min readHow to encrypt and decrypt Web.config connectionString using aspnet_regiis
How to Highlight Code Blocks Using Prism
2015/10/31·1 min readPrism is a lightweight JavaScript and CSS library for syntax highlighting your code on the web.
ASP.NET Route All URLs to a Single Action
2015/10/31·1 min readHow to configure ASP.NET MVC routing to direct all URLs to a single controller action, and how to define specific routes before the catch-all route.