- Rohit bhatt
Latest listings
-
ASP.NET Web API | Web API in MVC - DotNetTricksFreeLanguage Classes New Delhi (Delhi) April 17, 2022ASP.NET Web API is a framework for building Restful HTTP services that can be consumed by a broad range of clients including browsers, mobiles, and tablets. It is very similar to ASP.NET MVC since it contains the MVC features.
-
AWS Global Infrastructure - DotNetTricksFreeLanguage Classes New Delhi (Delhi) April 15, 2022The two very important component of AWS Global infrastructure is geographically isolated Regions and fault tolerant Availability Zones. AWS Regions are spread across the world, they are capable of independent existence when it comes to natural calami...
-
Ref and Out in C# - DotNetTricksFreeLanguage Classes New Delhi (Delhi) April 15, 2022Ref and out parameters are used to pass an argument within a method. The ref keyword is used to pass an argument as a reference. This means that when value of that parameter is changed in the method, it gets reflected in the calling method. The out k...
-
Abstract Class in C# - DotNetTricksFreeLanguage Classes New Delhi (Delhi) April 15, 2022Abstract class is a special type of class which cannot be instantiated and acts as a base class for other classes. Abstract class members marked as abstract must be implemented by derived classes. The purpose of an abstract class is to provide basic ...
-
DevOps Engineer Salary in India - DotNetTricksFreeLanguage Classes New Delhi (Delhi) April 15, 2022Currently, the demand for DevOps Engineers is high. Companies need individuals to possess the appropriate skill sets. Better the experience, the higher is the salary. The average salary of a DevOps engineer in India is INR 674,202 per year. This figu...
-
Partial View in ASP.NET MVC - DotNetTricksFreeLanguage Classes Central Delhi (Delhi) April 12, 2022A partial view is like as user control in Asp.Net Web forms that is used for code re-usability. Partial views helps us to reduce code duplication. Hence partial views are reusable views like as Header and Footer views. We can use partial view to disp...
-
AWS Certification Cost in India - DotNetTricksFreeLanguage Classes New Delhi (Delhi) April 12, 2022AWS (Amazon Web Services) is a secure cloud services platform that offers computational power, database storage, and several other functionalities to help businesses grow. In the recent market, AWS is one of the trendiest certifications. A suitable A...
-
SQL Server Functions - DotNetTricksFreeLanguage Classes Central Delhi (Delhi) April 12, 2022Function is a database object in SQL Server. Basically, it is a set of SQL statements that accept only input parameters, perform actions and return the result. Function can return an only single value or a table. We can’t use a function to Insert, Up...