EFCore+IdentityUser实现快速用户登陆开发
Winform控件DataGridView的CRUD演示
一款国外开发的创建自己语法的解析器可以根据自己定义的规则解析出相应的C#和VB.NET代码Oneofthemoredifficulttasksincomputerscienceisbuildingparsersandcompilers.Therearealotoftoolsavailablethataidinthetedioustask,mostnotably,FlexandYacc,bothavailableontheLinux/UNIXplatform.TheprogramIpresenthereinthisarticleiscalledTokenIcer.ItissimilartoFlex,butTokenIcerprovidesaniceeasytouseGUIthatservesasaneditorforyourrules,aswellasatestbedfortestingyourrules.Inaddition,onceyourparsingruleshavebeendefined,TokenIcercancreateaparserclass,basedonyourrul
NET中的简单中介者模式实现,一种进程内消息传递机制(无其他外部依赖) 支持以同步或异步的形式进行请求/响应,命令,查询,通知和事件的消息传递,并通过泛型支持消息的智能调度。