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 send multiple logs to AWS CloudWatch Logs by defining the awslogs.conf 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 simple database, table, and collection, and how to backup and restore data by using mongoexport and mongoimport.
How to Use C# Enum Flag
2020/12/11·1 min readA quick code snippet showing how to use C# enum flags with the power of two for defining combinable flag values.
How to Find Record from MongoDB with Node.js and Mongoose
2020/09/11·2 min readThis blog shows a tutorial on how to find data from MongoDB by using Node.js with Mongoose.
How to Delete Data from MongoDB with Node.js and Mongoose
2020/08/11·2 min readThis blog shows a tutorial on how to delete data from MongoDB by using Node.js with Mongoose.
How to Update MongoDB Data with Node.js and Mongoose
2020/08/11·2 min readThis tutorial shows how to update data in MongoDB by using Node.js with Mongoose, including connecting to MongoDB, defining a schema, and performing update operations.
How to Insert Data into MongoDB with Node.js and Mongoose
2020/07/11·2 min readThis blog shows a tutorial on how to insert data into 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 macOS, create a simple database, table, and collection, and how to backup and restore 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 using AWS EC2 with Amazon Linux.
How to Create Sitecore MVC Layout and Controller Rendering
2017/12/15·1 min readHow to create an 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 a 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.
Use Mobile Azure Center for Mobile Analytic Crash Reports and More
2017/03/31·2 min readDeploy 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 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.
.NET Compiler Roslyn
2016/12/31·3 min readFew tips about .NET Compiler Roslyn.
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 readGulp ASP.NET MVC 4.5.2 Template and Browserify
2016/04/01·1 min readHow to use Gulp with ASP.NET MVC 4.5.2 Template and Browserify.
How to Setup MongoDB Text Search with Node.js
2016/03/19·5 min readA guide on how to set up and use MongoDB text search with Node.js, including indexing, querying, and scoring.
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.
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.
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.
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.
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.
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
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.
Windows Authentication
2015/10/31·2 min readSetup windows authentication
Cross-Origin Resource Sharing Example with ASP.NET
2015/09/05·1 min readA simple example of how to achieve cross-domain access in ASP.NET by modifying web.config.
Tips About How to Deploy ASP.NET Web Application
2015/07/31·1 min readTips and examples for deploying ASP.NET web applications, including project file configuration and publish profiles.
Install Windows 10
2015/07/31·1 min readIf you can't install Windows 10, the following download links from Microsoft could help you.
How to Add Item in Sitecore
2015/05/01·1 min readSample code showing how to programmatically add an item in Sitecore using C#.
Few Tips About Windows Hosts File
2015/03/31·1 min readBy changing the hosts file, you can map a specific hostname to point to your own IP address, or let a hostname point to a specific IP address on your current computer.
Fix 404 Issues to Load Bootstrap Icons on IIS
2015/01/31·1 min readFix 404 errors when requesting Bootstrap font files on ASP.NET and IIS.
How to Implement MongoDB TextSearch with C#
2015/01/31·1 min readSimple code snippet to use MongoDB C# 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 readA simple example demonstrating how to make ASP.NET MVC modular by dynamically adding MVC projects to a main web application.
MVC Bundle and Minification at Sitecore
2014/11/01·1 min readThis blog shows how to enable ASP.NET Bundle & Minification for JavaScript and CSS in Sitecore.
List of Useful Links to Learn Sitecore
2014/10/31·1 min readA list of resources for learning Sitecore. Although I don't like Sitecore, just in case I have to work with it, following are links for 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 readOrchard CMS is an awesome open-source platform. This blog demonstrates how to download the source code and set it up on IIS.
How to perform Geospatial Queries by Using MongoDB with C#
2014/08/02·1 min readThis blog shows an example of how to use C# to perform location-based queries with 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 simply install and use MongoDB as a Windows service.
How to Use MongoDB TextSearch by Mongoose
2014/08/02·1 min readHow to use MongoDB text search
How to Get Started With Orchard to Create a Module
2014/08/01·1 min readThis blog shows how to create a HelloWorld module in Orchard, an ASP.NET MVC open source application, and how to add the module as a role at the create role page.
How to Get Started with Mongoose
2014/06/21·1 min readThis article provides information to help you get started with Mongoose.
Set MongoDB GMT Time in C#
2014/06/07·1 min readHow to save DateTime as GMT/UTC time in MongoDB using C#.
Few Commands about How to Export/Import MongoDB Collections
2014/05/31·1 min readThis blog shows a few commands for how to export and 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 and mongorestore commands, you can export and import data to your Mongo database.
Few GUI App to Use MongoDB at Windows
2014/05/03·1 min readA list of free MongoDB management tools with GUI for Windows.
Few Tips for MongoDB
2014/05/02·1 min readA few MongoDB script and command notes for common operations.
How to Use Ninject as Dependency Injection with ASP.NET MVC
2014/04/05·2 min readHow to use Dependency Injection with Ninject in an ASP.NET MVC application.
Code Snippet - How to Add Index to Document at MongoDB C#
2014/03/01·1 min readA quick code snippet showing how to set up an index on a MongoDB document or subdocument field using C#.