摘要:
Code First Migrations in Team Environments 10/23/2016 14 minutes to read Note This article assumes you know how to use Code First Migrations in basic 阅读全文
随笔档案-2019年12月
SQL Server UPDATE JOIN
2019-12-20 09:39 by 卡车司机, 6856 阅读, 收藏, 编辑
摘要:
Summary: in this tutorial, you will learn how to use the SQL Server UPDATE JOIN statement to perform a cross-table update. SQL Server UPDATE JOIN synt 阅读全文
visual studio 使用正则表达式实现代码批量查找和替换
2019-12-11 09:43 by 卡车司机, 1783 阅读, 收藏, 编辑
摘要:
需要在visual studio里批量查找替换大量文件, 替换规则是将下面的代码一替换为代码二. 简单讲就是批量给实体对象添加公共基类 为实现批量自动查找替换, 可以使用visual studio 的正则查找替换功能. 1. 打开查找和替换对话框 依次点击visual studio主菜单的"编辑" 阅读全文