TechnoApple Blogs
Developer's daily notes, blogs, and tutorials about software development, C#, Node.js, Javascript, AWS.
Few Useful Visual Studio Extensions for .NET
2015/10/31Few very nice visual studio extensions.
Sample Code - Use ASP.NET MVC With Razor
2015/10/31Encrypt Decrypt Web.config ConnectionString by Use aspnet_regiis
2015/10/31·2 min readHow to Encrypt/Decrypt Web.config connectionString
How to Hightlight Code Block by Use Prism
2015/10/31·1 min readPrism is very nice javascript, css library for syntaxhight your code.
Few Sample Applications for Angular.js
2015/10/2·1 min readList of angular app example, template from github or other open source.
How to Use Bootstrap SCSS at Visual Studio 2015
2015/10/2How can I use Bootstrap Sass at Visual Studio?There're many way to achieve this, but you can just use Nuget with visual studio to do this.Nuget + Web Compiler
List of Useful Commands for Nuget
2015/10/2·1 min readNuget is dependency management system for web development, if you use it you'll already familiar with following command. The firstnuget command is install angular, second one is uninstall nuget package.
Fix 404 Issues to Load Bootstrap Icons on IIS
2015/1/31·1 min readFix 404 error when request bootstrap fonts.
Sample Code for Creating ASP.NET MVC
2015/1/3·1 min readSimple Code to create ASP.NET MVC module.
Few Useful Commands for Connect to FTP
2015/1/3·1 min readFew useful info about Connect to FTP Server by command line.
Troubleshooting Issue When Deploy ASP.NET MVC5 to Windows Server
2015/1/3·1 min readIf you getting error as following at IIS when deploying ASP.NET, then this blog might help you. Could not load the file orassembly....
Customize Bootstrap Breakpoint for Show/Hide Nav Icon
2014/9/6·1 min readDefault for boostrap nav to show is 760px, if you want to change it, following is the setting you could do to customize thebootstrap. Following screen example show how to show or hide the nav icon at 1024px.
CSS Add Content Between Links
2014/9/6·1 min readsample code for apply style only for tablet, mobile, inserting cotent between links by css.
How to Deploy Orchard CMS Open Source to IIS
2014/9/5·1 min readOpenSource Orchard is awesome, this blog demo how to donwload the source code and setup at IIS.
Few Useful Links for Starting Python Framework
2014/9/27·1 min read13 Intranet Application for Use By Back-end Office System
2014/8/2·3 min readEvery company need a backend-office system, either SCM, ERP and others. You can build everything from scratch or start fromsomething already exist to save your time. Here, I tried to provide list of site provide Intranet functions will good content.
How to perform Geospatial Queries by Using MongoDB with C#
2014/8/2·2 min readTHis blog shows a example of how to use C# location query to MongoDB
Few Ways to Handler Environment Config at Express.js
2014/8/1·1 min readConfig for your application is very important, because your testing, development and production is going to have differentenviroment variable. This blog show few choice of using config at Node.js.
Crawl Postponed Because Robots.txt was Inaccessible
2014/7/5·2 min readWhen you see the error message "Crawl postponed because robots.txt was inaccessible" at your web master page. It is telling youthat google can't crawl your site, something wrong with your robots.txt. That means, your site's SEO is dead, unless somebody knowyour site go to your site directly, otherwise google will not showing your site to search.
Few Very Useful Links to Help Improve the SEO
2014/7/5·2 min readfew very useful seo tools and tools could improve your site's SEO.
How to Handler 500 Error at Express.js
2014/6/14·1 min readSample code about how to handler 500 error at Express.js
How to Use Forever in Linux for Node.js
2014/5/31·1 min readForever is an npm package, this blog shows how to use it.
How to Get Start with Node.js
2014/5/31·2 min readA sample code about how to use Node.js to create a simple web server.
Few GUI App to Use MongoDB at Windows
2014/5/3·1 min readList of Free Mongodb Management tools.
Code Snippet - How to Use Extension with Enum
2014/5/3In C# you sometime have to convert enum to Int value. Like following example
How to Use Different Environment Config with Node.js
2014/5/3·1 min readHow to use environment config with Node.js.
Code Snippet - How to Access Query String at Node.js
2014/5/2·1 min readSample Code snippet how to access querystring at Node.js.
Few Links About Convert Jade to Html and Vice Versa
2014/5/10Code Snippet - How to Add Index to Document at MongoDB C#
2014/3/1·1 min readSetup index to MongoDB document with C#.