Mono BLOG

Blog about Microsoft technologies (.NET, ASP.NET Core, Blazor, EF Core, WPF, TypeScript, etc.)

MonoBlog

A personal blog system built on ABP Framework and .NET Core, using MongoDB for data storage and Redis for caching. The project follows a microservice architecture with a clear separation between frontend and backend. The API follows RESTful principles, and the frontend is developed using Blazor. This project demonstrates an excellent .NET Core application that can serve as a learning resource.

Features

  • ๐Ÿ“ Blog post management with categories and tags
  • ๐Ÿ‘ฅ User authentication and authorization with multiple OAuth providers (GitHub, Gitee, Alipay, DingTalk, Microsoft, Weibo, QQ)
  • ๐Ÿ’ฌ Comment/Message system
  • ๐Ÿ” Advanced search functionality
  • ๐Ÿ”„ Background task processing with Hangfire
  • ๐ŸŒž Light/Dark theme mode
  • ๐Ÿ”’ JWT authentication for API protection
  • ๐Ÿ“ˆ Hot news/topics integration
  • โœ๏ธ Digital signature functionality
  • ๐ŸŒค๏ธ Weather information integration

Technologies

  • ๐Ÿ”ท .NET Core / C# - Core platform and language
  • ๐Ÿ—๏ธ ABP - Modular application framework
  • ๐Ÿ”ถ Blazor - Web UI framework
  • ๐Ÿ—„๏ธ MongoDB - Database for storing content
  • ๐Ÿš€ Redis - Caching service
  • ๐Ÿ”Œ Hangfire - Background task processing
  • ๐Ÿ” JWT - API authentication
  • ๐Ÿ“Š Swagger - API documentation
  • ๐Ÿณ Docker - Containerization support
  • ๐Ÿงช Health Checks - System monitoring
  • ๐Ÿ“ Markdown - Content formatting
  • ๐Ÿ“ Vditor - Markdown editor
  • ๐Ÿ–ผ๏ธ ImageSharp - Image processing
  • ๐Ÿงต YamlDotNet - YAML configuration support
  • ๐Ÿ“œ Serilog - Logging framework

JSON Converter Tool

A web-based API service that enables users to convert between various data formats (JSON, XML, YAML) and generate programming language code (C#, Java) from JSON data. The tool simplifies the transformation of structured data between formats and automatically generates class definitions for application development.

Features

  • ๐Ÿ”„ Convert between data formats:
    • JSON to XML conversion
    • JSON to YAML conversion
    • XML to JSON conversion
    • YAML to JSON conversion
  • ๐Ÿ’ป Generate code from JSON:
    • Generate C# classes with customizable options
    • Generate Java classes with customizable options
  • โš™๏ธ Customization options:
    • Control property naming conventions (PascalCase)
    • Toggle JSON serialization attributes
    • Set custom root class names
    • Choose between fields and properties
  • ๐Ÿ“š API documentation with Swagger UI
  • ๐Ÿ”’ CORS support for web applications

Technologies

  • ๐Ÿ”ท .NET 9.0 (ASP.NET Core)
  • ๐ŸŒ RESTful API architecture
  • ๐Ÿ“ฆ Newtonsoft.Json for JSON processing
  • ๐Ÿ“‘ YamlDotNet for YAML conversion
  • ๐Ÿ“˜ Swagger/OpenAPI for API documentation
  • ๐Ÿงช HTTP testing support