Asp.net – What is the difference in C# lambda when the curly braces are used and when not?
What is the difference in C# lambda when the curly braces are used and when not? I am working on a project and we have the following piece of code: public void Configure(IApplicationBuilder app) { ... //some other code goes…