Skip to content

Desi banjara

  • “Oh the places you’ll go.” – Dr. Seuss Quotes
  • Your age doesn’t matter, the only thing that matters is how you feel! Congrats on your big day – make it special! Birthday Wishes
  • How to transfer books to Amazon Kindle, Kindle Paparwhite, Kindle Fire (HD) from PC or Mac. Amazon Kindle
  • “I travel a lot; I hate having my life disrupted by routine.” – Caskie Stinnett Quotes
  • “Investment in travel is an investment in yourself.” ~ Matthew Karsten Quotes
  • I know that the most special day in your life is my birthday. But today we are celebrating the most special day in my life – Your birthday. Happy birthday mom. Birthday Wishes For Mom
  • Family Quotes – A mother’s love for her child is like nothing else Family Quotes
  • “Never let your head hang down. Never give up and sit down and grieve. Find another way. And don’t pray when it rains if you don’t pray when the sun shines.”– Leroy Satchel Paige Motivational & Inspirational Quotes

Tag: Interview questions

Top 20 GIT Interview Questions

Posted on December 25, 2018 By DesiBanjara No Comments on Top 20 GIT Interview Questions

Top 20 [amazon_textlink asin=’B01ISNIKES|1449316387′ text=’GIT ‘ template=’ProductLink’ store=’desibanjara22-21|desibanjaraco-21′ marketplace=’IN|UK’ link_id=’68a83645-0879-11e9-9eea-b3538ea6ba7b’] interview questions:   What is a repository in GIT? Git stores this information in a data structure called a repository. A repository contains a directory named .git, where git keeps all of its metadata for the repository. The content of the .git directory are private to git….

Read More “Top 20 GIT Interview Questions” »

GIT, Interview questions, IT/Software development

ASP.Net MVC Interview Questions

Posted on September 9, 2018 By DesiBanjara No Comments on ASP.Net MVC Interview Questions

Interview Question 1: What is MVC? MVC is an architectural pattern which separates the representation and user interaction. It’s divided into three broader sections, Model, View, and Controller. Below is how each one of them handles the task. The View is responsible for the look and feel. It is the presentation layer in MVC. Model…

Read More “ASP.Net MVC Interview Questions” »

ASP.Net MVC, Interview questions, IT/Software development

Object Oriented Programming (OOP) in C#

Posted on September 9, 2018 By DesiBanjara No Comments on Object Oriented Programming (OOP) in C#

Interview Questions- Object Oriented Programming (OOP) in C#   1- What is Object oriented programming? Object-oriented programming (OOP) is a programming model based on the concept of “objects”. Objects are the real world entities which can have data and some behaviour. Data we call as attributes or fields or properties. Behaviour we call as procedures…

Read More “Object Oriented Programming (OOP) in C#” »

C# development, Interview questions, IT/Software development

SOLID Design Principles

Posted on September 9, 2018 By DesiBanjara No Comments on SOLID Design Principles

[amazon_textlink asin=’1484227611|1484236394′ text=’SOLID Design Principles’ template=’ProductLink’ store=’desibanjara22-21|desibanjaraco-21′ marketplace=’IN|UK’ link_id=’c71be429-b44f-11e8-bcc2-e9178ccb09b7′] are the design principles that enable us developers to manage most of the software design problems. The term SOLID is an acronym for five design principles intended to make software designs more understandable, flexible and maintainable. The principles are a subset of many principles introduced by…

Read More “SOLID Design Principles” »

C# development, Interview questions, IT/Software development, Web development

Differences between struct and classes in C# : Interview question

Posted on September 2, 2018 By DesiBanjara No Comments on Differences between struct and classes in C# : Interview question

Differences between struct and classes are: Struct Class Struct are value types; A variable of a structure type contains the structure’s data. Classes are reference types. A variable of a class type contains a reference to the data as a class type does. Struct use stack allocation. Classes use heap allocation. All struct elements are…

Read More “Differences between struct and classes in C# : Interview question” »

C# development, Interview questions, IT/Software development

C# interview Questions – What is struct in C#?

Posted on September 2, 2018 By DesiBanjara No Comments on C# interview Questions – What is struct in C#?

What is struct in C#? A struct type is a value type that is typically used to encapsulate small groups of related variables. When an object is created from a struct and assigned to a variable, the variable contains the complete value of the struct. When a variable that contains a struct is copied, all…

Read More “C# interview Questions – What is struct in C#?” »

C# development, Interview questions, IT/Software development

Asp.Net WebApi Interview Questions – Cont.

Posted on August 21, 2018 By DesiBanjara No Comments on Asp.Net WebApi Interview Questions – Cont.

Interview Questions 16 – What is the benefit of using REST in WebAPI? REST is used to make fewer data transfers between client and server which make it an ideal for using it in mobile apps. WebAPI also supports HTTP protocol. Therefore, it reintroduces the traditional way of the HTTP verbs for communication. Interview Questions…

Read More “Asp.Net WebApi Interview Questions – Cont.” »

ASP.NET Web API, Interview questions, IT/Software development, Web development

Asp.Net WebApi Interview Questions

Posted on August 21, 2018 By DesiBanjara No Comments on Asp.Net WebApi Interview Questions

Asp.Net WebApi Interview Questions   Interview Questions 1 – Explain what is REST and RESTFUL? Representational State Transfer (REST) is an architectural style that defines a set of constraints to be used for creating web services and APIs. It has defined guidelines for creating services which are scalable. REST used with HTTP protocol using its…

Read More “Asp.Net WebApi Interview Questions” »

ASP.NET Web API, Interview questions, IT/Software development, Web development

Top 20 beginner level C# interview questions

Posted on August 4, 2018 By DesiBanjara No Comments on Top 20 beginner level C# interview questions

Top 20 beginner level C# interview questions What is C#? C# is a simple, modern, type-safe, managed and object oriented language, which is compiled by .Net framework for generating intermediate language (IL). It is designed to be a platform-independent language although it is implemented primarily on Windows. Its syntax is similar to C and C++…

Read More “Top 20 beginner level C# interview questions” »

C# development, Interview questions, IT/Software development

Interview question: How to sort an array in C#?

Posted on July 31, 2018 By DesiBanjara No Comments on Interview question: How to sort an array in C#?

By using Array.sort (arrayName) method.  It sorts the elements in an entire one-dimensional Array using the IComparable implementation of each element of the Array. If you want to sort in descending order, First sort the array using Array.sort(arrayName) then reverse the same using Array.reverse (arrayName) method. [amazon_link asins=’9351190900,007070368X,8120352068,9386873583|1840787198,1484230175,0985580135′ template=’ProductGrid’ store=’desibanjara22-21|desibanjaraco-21′ marketplace=’IN|UK’ link_id=’66554407-915d-11e8-9dd7-b3406be566d4′]

C# development, Interview questions

Posts navigation

1 2 … 5 Next



Archives

  • February 2023
  • February 2022
  • June 2021
  • March 2021
  • January 2021
  • December 2020
  • November 2020
  • October 2020
  • September 2020
  • July 2020
  • June 2020
  • April 2020
  • December 2019
  • December 2018
  • November 2018
  • October 2018
  • September 2018
  • August 2018
  • July 2018
  • June 2018
  • May 2018
  • April 2018
  • January 2018
  • September 2017
  • August 2017
  • July 2017
  • June 2017
  • May 2017
  • April 2017
  • August 2015
  • May 2015
  • April 2014
  • November 2013

Categories

  • Acer
  • Amazon AWS Certification Exam
  • Amazon Kindle
  • Android phones
  • ASP.Net MVC
  • ASP.NET Web API
  • AWS DevOps Engineer Professional Exam
  • AZ-300: Microsoft Azure Architect Technologies Exam
  • Azure Active Directory
  • Azure App Services
  • Azure Data Factory
  • Azure Logic Apps
  • Azure Mobile Apps
  • Azure Virtual Machine
  • Best Wishes Messages
  • birthday messages for boyfriend
  • Birthday messages For Girlfriend
  • Birthday Wishes
  • Birthday Wishes For Mom
  • Business
  • C# development
  • Cameras
  • Canon
  • Cloud
  • Cloud services
  • digital-cameras
  • Diwali
  • Entrepreneurship
  • eReaders
  • Family Quotes
  • Family Quotes
  • Friendship Quotes
  • Gadgets
  • Games
  • Get Well Soon Messages
  • GIT
  • Good Morning Wishes
  • Google
  • Gratitude Quote
  • Guru Nanak Jayanti
  • Halloween
  • Happiness Quote
  • Happy Diwali Wishes
  • Happy Independence Day Wishes
  • Happy New Year Wishes
  • HTC
  • HTC One
  • HTML
  • I Miss You Messages
  • Inspirational Quotes
  • Inspirational Travel Quotes
  • Interview questions
  • IT/Software development
  • Leadership Quote
  • Life lessons
  • Love Quotes
  • Love shayari
  • Messages
  • Microsoft AI-900 Certification Exam
  • Microsoft AZ-104 Certification Exam
  • Microsoft AZ-204 Certification Exam
  • Microsoft AZ-900 Certification Exam
  • Microsoft Azure
  • Microsoft Azure certifications
  • Microsoft Exam AZ-220
  • Microsoft Excel
  • Microsoft Office
  • Microsoft word
  • Mobile phones
  • Motivational & Inspirational Quotes
  • Nature Quotes
  • Nexus
  • Nikon
  • Pixels
  • PL-200: Microsoft Power Platform Functional Consultant Certification
  • PL-900: Microsoft Power Platform Fundamentals
  • postman
  • Quotes
  • Robin Sharma
  • Samsung Galaxy S5
  • Self improvement quotes
  • Self-Confidence Quote
  • SonarQube
  • Sony PlayStation 4
  • SQL
  • SQL Server
  • Success Quotes
  • Travel Quotes
  • Uncategorized
  • Uplifting Quotes
  • WCF (Windows Communication Foundation)
  • Web development
  • Wishes
  • Wishes for Newborn Baby

Meta

  • Log in
  • Entries feed
  • Comments feed
  • WordPress.org



Recent Posts

  • Azure Data Factory
  • What is Azure Active Directory?
  • Azure Virtual Machine
  • Azure Logic Apps
  • Azure Mobile Apps

Recent Comments

  • Yosianus on Error while sending json model in POST request to web API service using postman
  • Best Friendship Quotes Friendship Quotes
  • ASP.NET MVC: How to show html data from database to front end view Uncategorized
  • Wishing the day is as amazing as you are. A very Happy Birthday buddy. Birthday Wishes
  • Microsoft AI-900 Certification Exam Practice Questions Microsoft AI-900 Certification Exam
  • “Man cannot discover new oceans unless he has the courage to lose sight of the shore.” – Andre Gide Quotes
  • AWS DevOps Engineer Professional Exam Practice Questions – 14 AWS DevOps Engineer Professional Exam
  • “Things turn out the best for the people who make the best of the way things turn out.”-John Wooden Motivational & Inspirational Quotes
  • Birthdays are good for health, the more you celebrate them, the longer you live. Birthday Wishes

Copyright © 2023 Desi banjara.

Powered by PressBook News WordPress theme