Blog

Thoughts on software and AI

Static Keyword In C#

When a method is static, it can be invoked directly from the class level without creating an object. It is the reason for making a main() method static.

What is C# and .NET

C# is an elegant and type-safe object-oriented programming language that enables developer to build a variety of secure and robust applications on the top of .NET Framework. It was developed...

Do A Program Have Multiple Main Method

Basically main method is the entry point into application. We can define multiple Main methods but we have to select a single main method when running our app. Need to...

This is a test post!

You’ll find this post in your _posts directory. Go ahead and edit it and re-build the site to see your changes. You can rebuild the site in many different ways,...

Hello World

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi...

Welcome to Jekyll!

You’ll find this post in your _posts directory. Go ahead and edit it and re-build the site to see your changes. You can rebuild the site in many different ways,...