Ahamad Basha NSintro-to-c-net-core.hashnode.devΒ·7 hours agothe World of Control Structures! π’the World of Control Structures! π’ "Life is all about the choices we make and path we follow." Same goes for the code as well. Control Structures Let's explore how code can make decisions. Control structures are the building blocks that dictate the ...Discusslearncsharp
LordOfDarknessdevtriet.hashnode.devΒ·8 hours agoDay 5: Mastering Data Manipulation in SQL - A Journey into Database ManagementUnderstanding Data Manipulation: The Core Operations Data manipulation in SQL is like conducting an orchestra of information. Each operation - INSERT, UPDATE, and DELETE - plays a crucial role in managing the harmonious flow of data within a database...DiscussSQL
esProc Desktopesproc-desktop.hashnode.devΒ·19 hours ago#113 β Ranking of Row-Based DataProblem description & analysis: Here below is a data table: Task: Calculate the ranking of students by TotalScore (in descending order) and fill the results in corresponding cells of column D. Solution: Use SPL XLL and enter the following formula in...DiscussΒ·10 likesexcel
LordOfDarknessdevtriet.hashnode.devΒ·Dec 8, 2024Day 4: Crafting Database Foundations - Creating and Managing TablesBuilding on our journey through SQL, today we dive into a critical skill: creating and managing database tables. Think of this as designing the architectural blueprints for our digital information storage. Recap of Our SQL Journey In the previous day...DiscussSQL
PIYUSH SHARMAk8dev.hashnode.devΒ·Dec 6, 2024What the Hell is Dev?Mastering GitHub and DevOps: The Blueprint for Modern Development GitHub and DevOps are two integral aspects of modern software engineering that focus on collaboration, automation, and efficiency. By mastering both, teams can optimize the software de...DiscussGit
LordOfDarknessdevtriet.hashnode.devΒ·Dec 5, 2024Unlocking SQLite (Day 3): Essential Data Retrieval Techniques for Lightweight DatabasesHey there, data adventurer! Remember our last SQL journey? We set up our digital workspace and laid the groundwork for something bigger than just this tutorial series. Now, it's time to turn those foundational skills into something real and exciting ...DiscussΒ·5 likesSQL
Ahamad Basha NSintro-to-c-net-core.hashnode.devΒ·Dec 5, 2024Variables and Data Types in C#Variables A variable is a named storage location in memory that holds a value. In C#, you must declare a variable before using it. data_type variable_name; Data Types C# has a rich set of data types to represent different kinds of data. 1. Value Type...Discussreference datatypes
Ahamad Basha NSintro-to-c-net-core.hashnode.devΒ·Dec 3, 2024Road Map to Dot Net Core (Detailed)Level Up Your .NET Core Skills: A Comprehensive Roadmap Master the Fundamentals π: C# Fundamentals π¦ΈββοΈ: Syntax and Data Types π’ Object-Oriented Programming (OOP) ποΈ: Classes, Inheritance π§¬, Polymorphism π, Encapsulation π, Abstraction βοΈ ...DiscussC#
Ahamad Basha NSintro-to-c-net-core.hashnode.devΒ·Dec 3, 2024Diving into the .NET Core and C# World!Diving into the .NET Core and C# World π Today, we're starting a journey to explore the exciting realm of .NET Core and C#, the powerful tools for building modern applications ποΈ! What is .NET? π .NET is a powerful and versatile framework π οΈ deve...DiscussC#
esProc Desktopesproc-desktop.hashnode.devΒ·Dec 3, 2024#109 β Sorting of Row-Based Data β by the Combination of Multiple ColumnsProblem description & analysis: Here below is a data table: Task: Sort in reverse order by the order combination of three columns (Maths, English, and PE). Solution: Use SPL XLL and enter the following code: =spl("=E(?).sort(Maths:-1,English:-1,PE:-...DiscussΒ·10 likesexcel