Skip to content
#

linq

Here are 739 public repositories matching this topic...

boris-turk
boris-turk commented Oct 25, 2020

Hi,

is it possible to define enum mappings WITHOUT using attributes, maybe with some kind of fluent API? The only possibility I see right now is to use the MapValue attribute:

public enum Gender
{
	[MapValue("M")] Male,
	[MapValue("F")] Female,
	[MapValue("U")] Unknown,
	[MapValue("O")] Other,
}

But I don't like this approach (see my longer explanation below). Thank you in

jrgcubano
jrgcubano commented Apr 17, 2018

On a general level I am not an expert in NHibernate or FluentNHibernate. I need your help to collect all the improvements and bugs that have been lost in the past and are relevant, and the following NHibernate improvements.

We can just break down everything in Features, Improvements and Bugs. If a new idea or bug just open a issue, if not leave here the reference to the issue or PR (example: #1

包含一些常用的操作类,大都是静态类,加密解密,反射操作,动态编译,权重随机筛选算法,简繁转换,分布式短id,表达式树,linq扩展,文件压缩,多线程下载和FTP客户端,硬件信息,字符串扩展方法,日期时间扩展操作,中国农历,大文件拷贝,图像裁剪,验证码,断点续传,实体映射、集合扩展等常用封装。任何性质的外包公司或996公司需要使用本类库,请联系作者进行商业授权,版权所有,违者必究!

  • Updated Dec 2, 2020
  • C#

Improve this page

Add a description, image, and links to the linq topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the linq topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.