here is a t4 file. save it using .tt extension and change the connection accordingly and drag to visual studio solution.
A blog about web application development mainly on backend side
Tuesday, February 26, 2013
Subscribe to:
Posts (Atom)
What is DaemonSet in Kubernetes
A DaemonSet is a type of controller object that ensures that a specific pod runs on each node in the cluster. DaemonSets are useful for dep...
-
Both .NET and NodeJS are popular programming frameworks that have their own strengths and weaknesses, which makes for an interesting compar...
-
A DaemonSet is a type of controller object that ensures that a specific pod runs on each node in the cluster. DaemonSets are useful for dep...
-
Take the following Program.cs class as example - var builder = WebApplication . CreateBuilder ( args ); // Add services to the container...