Open in app

Sign In

Write

Sign In

Shivani Nalawade
Shivani Nalawade

26 Followers

Home

About

Nov 12, 2020

C# Tutorial Beginners - Part II

Welcome back to another story of C# Tutorial for Beginners. This article is help to prove that string are object !!! — If you are interested to know then stay with me soooo lets get started . Let’s see some example with there explanation to prove String are objects. In this above code we assign integer , boolean , double and string. if you think strings are primitive type then my answer is no its not look at the below image then you clearly understand 👇

4 min read

C# Tutorial Beginners — Part II
C# Tutorial Beginners — Part II

4 min read


Nov 11, 2020

C# Tutorial Beginners - Part 1

Welcome back to another story of C# Tutorial for Beginners. This article is all about Stack and Heap data, Garbage collector, Primitive datatypes and Boxing and Unboxing . Your reading this article because you know about programming and you would like to learn more about it. …

4 min read

C# Tutorial Beginners - Part 1
C# Tutorial Beginners - Part 1

4 min read


Sep 4, 2020

IL Code & JIT in .NET

This post is about our contributions to the .NET to help to create a new and more flexible .NET Intermediate Language (IL) and JIT(just in time). It will explain what IL is, why you would actually want to modify it. What is IL? Different user have different machine configuration and different operating system…

3 min read

IL Code & JIT in .NET
IL Code & JIT in .NET

3 min read


Sep 4, 2020

What is Common Type System (CTS) In .Net ?

.NET is language-agnostic, which allows programmers to write code in different languages (which can be compiled to IL), and that code can interact with other code written in different languages. Common Type System (CTS) describes the datatypes that can be used by managed code. The CTS defines the predefined data…

3 min read

What is Common Type System (CTS) In .Net ?
What is Common Type System (CTS) In .Net ?

3 min read


Jun 1, 2020

Session & Cookies

About Cookies : — Cookies are small package or small information file that are typically stored by your browser and the website is use cookies for multiple things. Cookies often used to identify a users uniquely, with the request sent by web servers to web browsers, and this is sent back to the server…

4 min read

Session & Cookies
Session & Cookies

4 min read


May 28, 2020

Bootstrapping & Request-Response Process in MVC.

Bootstrapping Process in MVC : — Let’s create one ASP.NET Core application and we will try to understand the flow of bootstrap process. Bootstrapping process starts with program.cs. Program.cs is responsible for starting web server where it invokes kestrel web server and makes IIS as a front end proxy. 1.Program.CS :

4 min read

Bootstrapping & Request-Response Process in MVC.
Bootstrapping & Request-Response Process in MVC.

4 min read


May 24, 2020

Kestrel Web Server &Reverse Proxy in ASP.NET Core

Before going through this huge knowledge ocean,I would like to clear what actually is this Web Server? Web server is server software that accept HTTP Request send by a web clients and provide appropriate response. Suppose, client sends request for a web page, the web server search for the requested…

4 min read

Kestrel Web Server &Reverse Proxy in ASP.NET Core
Kestrel Web Server &Reverse Proxy in ASP.NET Core

4 min read


May 18, 2020

MVC

Model View Controller or MVC as it is popularly called, software architecture pattern for developing web applications. A Model View Controller pattern is made up of the following three parts − Model View Controller Model : It is the lowest level of the pattern responsible for maintaining data. Model represents domain specific…

4 min read

MVC
MVC

4 min read


May 15, 2020

Angular Routing

This series aims to change that, by giving you, the developer, a deeper understanding of the router. This introductory article will provide an overview of the router’s architecture, as well as some useful models for gaining an second sight of how routing works in Angular.

4 min read

Angular Routing
Angular Routing

4 min read


May 15, 2020

Case Styles

Naming Convention: — In computer programming, a naming convention is a set of rules for choosing the character sequence to be used for identifiers which denote variables, types, functions, and other entities in source code and documentation. Reasons for using a naming convention🤔: To reduce the effort needed to read and understand source…

3 min read

3 min read

Shivani Nalawade

Shivani Nalawade

26 Followers
Following
  • Nishu Goel

    Nishu Goel

  • MajgaonkarDhanashri

    MajgaonkarDhanashri

  • Menka Chaugule

    Menka Chaugule

  • Avanti patil

    Avanti patil

  • Pramod Pattade

    Pramod Pattade

See all (22)

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Text to speech

Teams