I have a controller endpoint and I need help with the naming convention. Basically, the endpoint is supposed to find a customer by their Id/Email (which is sent in the url of the request). Thus I need …
Tag: .net
How project Lombok in java works and is that possible in .net using attributes?
Project Lombok makes it trivial to implement the boilerplate code in the classes. Is that possible with .NET attributes? Is any .net port there? Answer Well in Lombok a Java class might look like this While in C# the same class would look like this So C# (3.0 in this example) gets rather close without any other libraries, but as
IKVM and Licensing
I have been looking into IKVMing Apache’s FOP project to use with our .NET app. It’s a commercial product, and looking into licensing, IKVM runs into some sticky areas because of its use of GNU …