Bug #2319
.Net Backend Training
Updated by Shreya Agarwal about 2 months ago
Today I Learned C# fundamental including data types , variables, loops and also learned
OOPs concept in C# such as inheritance , polymorphism , encapsulation, abstraction.
Updated by Shreya Agarwal about 2 months ago
learn about c# in which if-else,loops,oops etc and also learn about asp.net
Updated by Shreya Agarwal about 1 month ago
Today I focused on coding exercise on loop and conditional statements and implemented program to improve understanding of basic syntax , control flow and worked on basic logical program to improve problem solving in C# . Program to calculate sum of two number using loop ,factorial, number-based , even odd.
Updated by Shreya Agarwal about 1 month ago
Understanding Console App structure and syntax in visual studio , Practice Basic Programs , Array based program , implemented class and object , namespace and folder based structure , looking forward to continue oops and other remaining topics tomorrow. and today also i learned basic knowledge of APIs.
Updated by Shreya Agarwal about 1 month ago
Revised Console Application ,practiced basic program ,implemented class object with student and also basic learning about APIs in which i read what is get , put , post , delete method and practice small concept of all of this method
Updated by Shreya Agarwal about 1 month ago
understood the basic concept of Web APIs .Implemented simple GET and also learn about controllers and understand get and delete method .also practice on .NET application concept
Updated by Shreya Agarwal about 1 month ago
.NET Console Application concept and Learning and practice of ASP.NET Core Web API fundamentals .Practice on c# concept
Updated by Shreya Agarwal about 1 month ago
practice on API and Started working on EV charging platform user management API . created the sql server database and users table . set up ASP .NET core web API project. implements basic user model and project structure
Updated by Shreya Agarwal about 1 month ago
Today I explored and reviewed the EVCSMS project to understand its overall workflow and architecture. I analyzed the project structure and identified the technologies used in different modules. Additionally, I practiced and learned writing complex SQL queries.
Updated by Shreya Agarwal about 1 month ago
Today I Continued working on the EVCSMS project and focused on understanding its structure and backend workflow . also learned how to use PIVOT operator in SQL in which I worked on generating monthly salary reports from the stored data .I learned how to convert row based data into a horizontal report format using SQL queries with CASE statement and PIVOT operator , where month appear as columns and employees appear as rows . This helped me understand how report can be generated more efficiently from database.
Updated by Shreya Agarwal 29 days ago
reviewed on the the EVCSMS project and focused on understanding of its structure and workflow of application.