Pinned Repositories
awesome-interview-questions
:octocat: A curated awesome list of lists of interview questions. Feel free to contribute! :mortar_board:
Castel
dynamic-odata
Dynamic OData is a query library built upon OData Web API that allows you to query dynamically created Entity Data Models.
Moutain
My own learn repository
MyAspNetCore
Study ASP.NET Core, Share materials, points, views
mydotnetconf
This is a host for dotnet conf
Newtonsoft.Json
Json.NET is a popular high-performance JSON framework for .NET
odata.net
Open Data Protocol - .NET/Silverlight/WP8.1 Libraries and Frameworks
OData.OpenAPI
OData to Open API
WebApiSample
My WebApi Sample Project
xuzhg's Repositories
xuzhg/MyAspNetCore
Study ASP.NET Core, Share materials, points, views
xuzhg/WebApiSample
My WebApi Sample Project
xuzhg/mydotnetconf
This is a host for dotnet conf
xuzhg/dynamic-odata
Dynamic OData is a query library built upon OData Web API that allows you to query dynamically created Entity Data Models.
xuzhg/odata.net
Open Data Protocol - .NET/Silverlight/WP8.1 Libraries and Frameworks
xuzhg/OData.Query
xuzhg/WebApi
OData Web API: A server library built upon ODataLib and WebApi
xuzhg/Moutain
My own learn repository
xuzhg/algorithm-structure
2021年最新总结 100个常用数据结构,算法,算法导论,面试常用,大厂高级工程师整理总结
xuzhg/AspLabs
Repo for ASP.NET experiments that are not ready for a production release
xuzhg/AspNetCoreODataTest
xuzhg/CPP-3D-Game-Tutorial-Series
C++ DirectX 3D Game Tutorial Series - Learn to code a DirectX 3D Game in C++ from scratch
xuzhg/CsdlToDiagram
Simple console app and supporting library to generate PlantUML diagrams from an OData CSDL file.
xuzhg/DayDayUp
xuzhg/DelegateDecompiler
A library which is able to decompile a delegate or a method body to its lambda representation
xuzhg/Docs
My own docs home pages
xuzhg/docs-1
This repository contains .NET Documentation.
xuzhg/dotNETConf
Creative and technical content for running a .NET Conf local event in your community
xuzhg/drawio
Source to app.diagrams.net
xuzhg/EdmUtils
The Ugly Tools for OData Edm
xuzhg/grpc-dotnet
gRPC for .NET
xuzhg/HelloKerry
My first repository
xuzhg/lab
This repository is for exploring new ideas and developing early prototypes of various OData stacks.
xuzhg/LeetCode
This repository contains the solutions and explanations to the algorithm problems on LeetCode. Only medium or above are included. All are written in C++/Python and implemented by myself. The problems attempted multiple times are labelled with hyperlinks.
xuzhg/odata-geospatial
xuzhg/OData.QueryBuilder
OData.QueryBuilder - The library primarily targets OData Version 4.01 and provides linq syntax for creating OData queries based on a data model.
xuzhg/ODataV8Demo
xuzhg/Routing
xuzhg/Swashbuckle.AspNetCore
Swagger tools for documenting API's built on ASP.NET Core
xuzhg/Tinyhttpd
Tinyhttpd 是J. David Blackstone在1999年写的一个不到 500 行的超轻量型 Http Server,用来学习非常不错,可以帮助我们真正理解服务器程序的本质。官网:http://tinyhttpd.sourceforge.net