2881099

Results 15 issues of 2881099

.NET ORM 作者相互攻击,诋毁,抹黑,在圈内已经众人皆知,需要区分性质,尊重事实或恶意抹黑。 FreeSql 自开源以来多次受到同行恶意抹黑,本贴收集相关黑料。如对方称被诋毁的时候,请分清性质是事实还是恶意。FreeSql 一直以光明证大的比较,不比较怎么知道痛点,怎么提升进步?反而有些知名 ORM 作者,自命不凡甚至开小号的恶意攻击,抄袭原创颠倒是否黑白,这才是真正的大黑子。 FreeSql 2018 年开源以来,本人进行过几次主流 ORM 功能、性能等对比文章,内容尊重事实的原则相互改进,我有痛点帮我提,你有痛点帮你提,只可惜同行是冤家,他们说你黑他们,诋毁他们,甚至不高看你一眼。直到2022年,各种假面具撕开了。。。 ## 黑子1号 `China-Mr-zhong` [《[开源精品] .NET Redis Client 又多了一个选择》](https://www.cnblogs.com/FreeSql/p/16455983.html),评论区发现第一个黑子,昵称 `China-Mr-zhong`,并且发现该黑子近一年多次恶意攻击,只要是我发的新文章,必定回复贬低,甚至连发表的老文章也进行挖坟留评论,每条评论也都是差不多的意思,如: > 写的项目 都很烂 怎么好意思 说是精品 以前没当回事,这一次查看了他的个人资料,不看不要紧一看震惊了,原来他也是 ORM 作者:...

docs

```c# public interface ITenant { int TenantId { get; set; } } public class Startup { public static IFreeSql Fsql { get; private set; } public static AsyncLocal TenantId {...

确实已安装:FreeSql.Provider.PostgreSQL v3.2.640+ --- 第一步:单独引用 Npgsql.NetTopologySuite.dll 6.0.4 原因是 npgsql 6.0+ 才处理了 numeric -> BigInteger 映射 如果不升级报错 Can't cast database type numeric to BigInteger --- 第二步:处理读取,AOP 事件全局设置一次 如果不处理报错 Numeric value does not...

感谢大家近两年的陪伴,和持续给出的优化建议,让 FreeSql 从无到有越来越强大。 FreeSql v2.0.0 版本现征集意见,年底发布。 欢迎跟帖发表你的需求意见。

enhancement

1、fsql.Ado.方法 ```c# var ps = new[] { new SqlParameter("@TableName", "tb1"), new SqlParameter("@FInterID", System.Data.SqlDbType.Int) }; //new SqlParameter 切换数据库不方便 ps[1].Direction = System.Data.ParameterDirection.Output; fsql.Ado.ExecuteNonQuery(System.Data.CommandType.StoredProcedure, "dbo.GetICMaxNum", ps); Console.WriteLine(ps[1].Value); ``` 2、fsql.Ado.CommandFluent ```c# DbParameter p2 =...

![image](https://user-images.githubusercontent.com/16286519/98686168-34f45000-23a3-11eb-99e6-54d3dada856a.png) 官方文档:https://redis.io/topics/client-side-caching 客户端缓存是一种用于创建高性能的技术。利用应用程序的可用内存,将 redis-server 信息的某些数据直接存储在应用程序端。 使用客户端缓存时,而无需再次请求 redis-server ## FreeRedis 怎样提供 API 给使用者 > 目前功能已经走通,demo:https://github.com/2881099/FreeRedis/tree/master/examples/console_netcore31_client_side_caching ```shell 192.168.164.10:6379 > GET Interceptor01 sdflkjyuiyui (1ms) Not connected > GET Interceptor01 sdflkjyuiyui (0ms) Not connected...

Epic
need : discuss

![image](https://user-images.githubusercontent.com/16286519/56229638-f3a79b80-60ac-11e9-8cf6-e58e95ab53c1.png)

![image](https://user-images.githubusercontent.com/16286519/76141354-4790e980-609e-11ea-869b-bb2c6980d98f.png)

![image](https://user-images.githubusercontent.com/16286519/58793525-e0cf3300-8628-11e9-8959-d2efed685843.png)

![image](https://user-images.githubusercontent.com/16286519/58411804-b240dd80-80a7-11e9-8899-5b8cb714c0b2.png)