Jinnoo
On this page, you find all documents, package deals, and flashcards offered by seller jinnoo.
- 5
- 0
- 1
Community
- Followers
- Following
6 items
Computer science study notes
.NET Study Notes Summary – Description

The .NET Framework is a robust, feature-rich development platform created by Microsoft that enables developers to build a wide variety of applications, including desktop, web, mobile, and cloud-based systems. It supports multiple programming languages like C#, VB.NET, #F
- Package deal
- • 5 items •
- ASP.Net study notes • Summary
- Building a view • Summary
- Andriod Programming notes • Class notes
- Dot net programming • Summary
- Datagrid and Repeator • Summary
.NET Study Notes Summary – Description

The .NET Framework is a robust, feature-rich development platform created by Microsoft that enables developers to build a wide variety of applications, including desktop, web, mobile, and cloud-based systems. It supports multiple programming languages like C#, VB.NET, #F
Datagrid and Repeator
Study Notes: Description of DataGrid and Repeater in ASP.NET 
 
DataGrid and Repeater are data-bound controls in ASP.NET used to display and manage data retrieved from a data source such as a database. 
 
1. DataGrid Control: 
 
The DataGrid is a powerful and flexible control used to display data in a tabular (grid-like) format. It supports features like: 
 
Automatic paging, sorting, and editing 
 
Built-in support for columns, headers, and styling 
 
Easy integration with data sources like SQL...
- Package deal
- Summary
- • 18 pages •
Study Notes: Description of DataGrid and Repeater in ASP.NET 
 
DataGrid and Repeater are data-bound controls in ASP.NET used to display and manage data retrieved from a data source such as a database. 
 
1. DataGrid Control: 
 
The DataGrid is a powerful and flexible control used to display data in a tabular (grid-like) format. It supports features like: 
 
Automatic paging, sorting, and editing 
 
Built-in support for columns, headers, and styling 
 
Easy integration with data sources like SQL...
Dot net programming
Study Notes: Description of .NET Framework 
 
.NET is a software development framework created by Microsoft that supports the creation of applications for Windows, web, cloud, mobile, and more. It provides a managed environment for building, deploying, and running applications using multiple programming languages like C#, VB.NET, and F#. 
 
These study notes focus on the key components and features of the .NET platform, including: 
 
Common Language Runtime (CLR): Executes .NET programs and mana...
- Package deal
- Summary
- • 10 pages •
Study Notes: Description of .NET Framework 
 
.NET is a software development framework created by Microsoft that supports the creation of applications for Windows, web, cloud, mobile, and more. It provides a managed environment for building, deploying, and running applications using multiple programming languages like C#, VB.NET, and F#. 
 
These study notes focus on the key components and features of the .NET platform, including: 
 
Common Language Runtime (CLR): Executes .NET programs and mana...
Andriod Programming notes
Study Notes: Description of Android Application Development 
 
Android application development is the process of creating software applications that run on the Android operating system, which is widely used on smartphones, tablets, smart TVs, and wearable devices. 
 
Android apps are primarily developed using Java or Kotlin with the Android SDK (Software Development Kit) in Android Studio, the official IDE provided by Google. 
 
These study notes cover the core components of Android development,...
- Package deal
- Class notes
- • 27 pages •
Study Notes: Description of Android Application Development 
 
Android application development is the process of creating software applications that run on the Android operating system, which is widely used on smartphones, tablets, smart TVs, and wearable devices. 
 
Android apps are primarily developed using Java or Kotlin with the Android SDK (Software Development Kit) in Android Studio, the official IDE provided by Google. 
 
These study notes cover the core components of Android development,...
Building a view
Study Notes: Description of Building a View in ASP.NET MVC 
 
Building a View in ASP.NET MVC refers to creating the user interface (UI) component that displays data and interacts with users. A view is typically an HTML page embedded with Razor syntax that renders dynamic content passed from the controller. 
 
In the MVC pattern: 
 
Model handles the data. 
 
Controller processes input and business logic. 
 
View displays the data to the user. 
 
 
Views are created as .cshtml files and are store...
- Package deal
- Summary
- • 15 pages •
Study Notes: Description of Building a View in ASP.NET MVC 
 
Building a View in ASP.NET MVC refers to creating the user interface (UI) component that displays data and interacts with users. A view is typically an HTML page embedded with Razor syntax that renders dynamic content passed from the controller. 
 
In the MVC pattern: 
 
Model handles the data. 
 
Controller processes input and business logic. 
 
View displays the data to the user. 
 
 
Views are created as .cshtml files and are store...
ASP.Net study notes
ASP.NET is an open-source, server-side web application framework developed by Microsoft that allows developers to build dynamic websites, web applications, and web services. It is part of the .NET platform and supports languages like C# and VB.NET. 
 
These study notes cover the essential concepts of ASP.NET, including: 
 
Introduction to ASP.NET: Overview, architecture, and advantages. 
 
Web Forms and MVC: Understanding the two primary development models. 
 
Page Lifecycle: Events from request...
- Package deal
- Summary
- • 3 pages •
ASP.NET is an open-source, server-side web application framework developed by Microsoft that allows developers to build dynamic websites, web applications, and web services. It is part of the .NET platform and supports languages like C# and VB.NET. 
 
These study notes cover the essential concepts of ASP.NET, including: 
 
Introduction to ASP.NET: Overview, architecture, and advantages. 
 
Web Forms and MVC: Understanding the two primary development models. 
 
Page Lifecycle: Events from request...