Back-End
Share experience about backend end technology
How to Send MongoDB Logs to CloudWatch Logs
2021/03/05·1 min readThis blog shows how to send MongoDB log files to AWS CloudWatch logs, you can spend multiple logs to the AWS CloudWatch logs bydefining the awslogs.config file.
How to Setup MongoDB on Windows
2021/02/03·4 min readThis blog shows how to set up MongoDB 4.4 Community version on windows 10 as a local development environment, create a simpledatabase, table, and collection, and how to backup and store data by using mongoexport and mongoimport.
How to Use C# Enum Flag
2020/12/11·1 min readHow to Delete Data from MongoDB with Node.js and Mongoose
2020/08/11·2 min readThis blog will show a tutorial about how to delete data from MongoDB by using Node.js with Mongoose.
How to Setup MongoDB on Mac
2020/07/11·3 min readThis blog shows how to set up MongoDB 4.4 Community version on Mac OS, also will create a simple database, table, and collection,and how to backup and store data by using mongoexport and mongoimport.
How to Setup MongoDB on Amazon Linux EC2
2020/02/11·3 min readThis blog shows how to set up a MongoDB database environment on the cloud, AWS EC2 with Amazon Linux.
How to Create Sitecore Mvc Layout and Controller Rendering
2017/12/15·1 min readHow to create MVC Layout and Controller with Sitecore Layout and Controller Rendering.
How to Install Sitecore 9
2017/12/03·4 min readThis blog will focus on How to set up the local development environment for Sitecore 9.
Install Sitecore via SIM (Sitecore Instance Manager)
2017/11/29·4 min readThis article will describe how to use SIM to install default Sitecore 8 site.
Web Caching - Sample Code in ASP.NET MVC
2017/06/30·3 min readUse Mobile Center to Build
2017/05/06·2 min readThis blog is shows how to use mobile center to manage Xamarin Build.
Deploy Mobile App to Google Play Store with Xamarin
2017/03/31·3 min readHow to deploy mobile app to Google Play Store with Xamarin.
Use Mobile Azure Center for Mobile Analytic Crash Reports and More
2017/03/31·2 min readUse Sqllite at Xamarin.Form
2017/03/31·1 min readThis blog provides how to set up an Environment to use SQLite.
Few Xamarin Better Practice Tips
2017/03/31·1 min readXamarin Troubleshooting Tip
2017/03/31·1 min readGet Start with Xamarin.Form
2017/02/28·1 min readInformation to get started with Xamarin.
Xamarin - Setup Xamarin on Windows
2017/01/31·3 min readXamarin - Use Google Map
2017/01/31·1 min readThis blog shows how to set up Google Map at Xamarin.Form project.
Get Start with Xamarin for iOS, Android and Windows App
2016/12/31·2 min readSimple Guide to getting started with Xamarin on PC.
Xamarin - Can't Connect to Mac From Windows with Xamarin
2016/12/31·1 min readHow to Setup MongoDB Text Search with Node.js
2016/03/19·5 min readASP.NET Web API 2 with Autofac Owin
2016/02/29·1 min readHow to setup ASP.NET Web API 2 with Autofac and Owin
C# RSS Reader Publish Date Issue
2015/12/31·2 min readC# RSS reader publishes date issue.
Few Useful Visual Studio Extensions for .NET
2015/10/31·2 min readFew very nice visual studio extensions.
Sample Code - Use ASP.NET MVC With Razor
2015/10/31·1 min readEncrypt Decrypt Web.config ConnectionString by Use aspnet_regiis
2015/10/31·1 min readHow to Encrypt/Decrypt Web.config connectionString
ASP.NET Route All Url Go to Single Action
2015/10/31·1 min readasp.net mvc route for all the url
Windows Authentication
2015/10/31·2 min readSetup windows authentication
Cross-Origin Resource Sharing Example with ASP.NET
2015/09/05·1 min readSimple example of how to achieve cross domain access at asp.net.
Install Windows 10
2015/07/31·1 min readIf you can't install windows 10, hopefully following download link from microsoft could help you!
How to Add Item in Sitecore
2015/05/01·1 min readSample Code about how to add item in C#.
Few Tips About Windows Hosts File
2015/03/31·1 min readWith changing hosts file, you can mapping specific hostname to point to your own ip address, or let hostname to point to specificip address at your current computer. For example, I want dev-mysite.com to point to my local machine will be following.
Fix 404 Issues to Load Bootstrap Icons on IIS
2015/01/31·1 min readFix 404 error when request bootstrap fonts.
How To Implement Mongodb TextSearch with C#
2015/01/31·1 min readSimple code snippet to use mongoC# text search
Troubleshooting - Windows Server Task Scheduler Didn't Run Properly
2015/01/31·1 min readSo you setup windows server 2010 / 2012 task scheduler to run your application and you didn't see anything updated. However, when you run the application manually and finish successfully. It might many different issue that cause the applicationnot run but you can read this blog as reference to try few way here.
Sample Code for Creating ASP.NET MVC
2015/01/03·2 min readSimple Code to create ASP.NET MVC module.
List of Useful Links to Learn Sitecore
2014/10/31·1 min readFew list to learn sitecore. Athough, I don't like Sitecore, but just in case if I have to do it, following are list of resourcefor reference.
How to Create Your First Nuget Package
2014/10/03·2 min readHow to create and publish nuget package
How to Deploy Orchard CMS Open Source to IIS
2014/09/05·1 min readOpenSource Orchard is awesome, this blog demo how to donwload the source code and setup at IIS.
How to perform Geospatial Queries by Using MongoDB with C#
2014/08/02·1 min readTHis blog shows a example of how to use C# location query to MongoDB
Mongodb 2.6 upgrade
2014/08/02·1 min readhow to upgrade mongodb from 2.4 to 2.6
How to Setup MongoDB on Windows Service
2014/08/02·1 min readThis blog shows how to install simply install and use mongoDB.
How to Get Start With Orchard to Create Module
2014/08/01·1 min readThis blog shows how to create a HelloWorld module to Orchard, ASP.NET MVC open source application, also how to add the module asrole at create role page.
Few Commands about How to Export/Import MongoDB Collections
2014/05/31·1 min readThis blog shows few commands about how to export/import MongoDB Collections.
Simple Code to Setup WebApi with OData
2014/05/31·1 min readThis section show how to setup OData Web api
Few Commands about Import/Export Mongo Database
2014/05/10·1 min readWith mongodb's mongodump & mongorestore command, you can achieve export and import data to your mongo database.
Few GUI App to Use MongoDB at Windows
2014/05/03·1 min readList of Free Mongodb Management tools.
Few Tips for MongoDB
2014/05/02·1 min readFew mongo DB script/command note
How to Use Ninject as Dependency Injection with ASP.NET MVC
2014/04/05·2 min readHow to use Dependency Injection in Ninject at ASP.NET MVC application
Code Snippet - How to Add Index to Document at MongoDB C#
2014/03/01·1 min readSetup index to MongoDB document with C#.