Vanasis Baboomi

Results 4 issues of Vanasis Baboomi

what is usage of **public class Ref**

Emmet Generate extra tabs in razor view pages current behavior: ``` @{ ViewBag.Title = "Calculator"; } ``` expected behavior ``` @{ ViewBag.Title = "Calculator"; } ```

enhancement

Hi, Can i know your reason to put Repository layer inside of application layer? why you dont put it inside domain layer? is it possible to move it in next...

Hello, I'm using the StateMachine library to handle state transitions, but I want to streamline the process by transitioning directly to a target state instead of firing an event name....