Skip to content
  • Home
  • Roadways Time
  • Development
    • .Net
      • Asp.Net MVC
      • C#
      • Xamarin
      • Entity/LINQ
    • Worpress
      • Optimisation
      • Enhancing Functionality
    • Web Technologies
      • Javascript
      • JQuery
    • SQL Server
      • Stored Procedures
  • Networking
    • Firewalls
  • Books
  • Important Links
  • Symex
  • Linux
  • Interview Questions
    • .Net Core
    • .Net MVC
    • C#
    • Css
    • Design Patterns
    • Javascript
    • Jquery
    • Unit Testing
Technical Blog

Learning Means Growing

Category: .Net

.Net C# Development

Virtual Method in C#

October 14, 2020 by sumit

C# virtual method is a method that can be redefined in derived classes. In C#, a virtual method has an implementation in a base class as well as derived the class. It is used when a…

.Net C# Development

C# Interfaces, What Are They and Why Use Them

October 14, 2020 by sumit

What Is an Interface? First and foremost, interfaces in C# are a means to get around the lack of multiple inheritances in C#, meaning you cannot inherit from multiple classes but you can implement multiple…

.Net C# Development

C# Arrays and Jagged Arrays

October 14, 2020 by sumit
.Net C# Development

Serialization and Deserialization in C#

October 14, 2020 by sumit

What is Serialization in C#?  Serialization in C# is the process of bringing an object into a form that it can be written on stream. It’s the process of converting the object into a form…

.Net C# Development

Ref and Out, Return Multiple Values From a Function in C#

October 14, 2020 by sumit

We all understand that functions in C# have a function signature, function body and a return type. The signature comprises the parameters sent to the function, the function body is the lines of code executed…

.Net Asp.Net MVC

Show all modestate errors

November 7, 2019 by sumit
Entity/LINQ

EFCore – How to have multiple navigation properties to the same type?

November 4, 2019 by sumit
.Net Asp.Net MVC C# Development

API url not working

September 23, 2019 by sumit

Check the apirouteconfig file in App_Data folder of the web API

.Net Development Xamarin

Types of Layouts

September 22, 2019September 22, 2019 by sumit

The Layout<T> class is abstract, but four classes derive from Layout<View>, a class that can have multiple children of type View. In alphabetical order, these four classes are: AbsoluteLayout Grid RelativeLayout StackLayout Each of them…

.Net Asp.Net MVC Development

Handle Ajax Requests in ASP.NET Core Razor Pages

September 19, 2019 by sumit

Razor Pages are a new feature of ASP.NET Core that makes coding page-focused scenarios easier and more productive. Razor pages use handler methods to deal with the incoming HTTP request (GET/POST/PUT/Delete). These are similar to Action…

Posts navigation

Older posts
Newer posts
© 2023 Technical Blog | WordPress Theme Design by Superb