Skip to content

Desi banjara

learn and grow together

  • Azure
    • Azure Compute
      • Azure Logic Apps
      • Azure Mobile Apps
      • Azure App Service
      • Azure Serverless Computing
        • Azure Functions
    • Azure Networking services
      • Azure Networking – VNET
    • Azure Database Services
      • Azure SQL
      • Azure Data Factory
      • Azure Databricks
    • Azure Analytics Services
    • Azure Cognitive Services
    • Azure Data and Storage
    • Azure Devops
    • Azure landing zone
    • Azure IaaS
    • Azure Internet of Things (IoT)
      • Azure Machine Learning
      • Azure AI and ML services
    • Azure Migration
    • Microsoft Azure Log Analytics
  • Azure Security
    • Azure Identity and Access Management
    • Azure Active Directory
    • Azure Defender
    • Azure security tools for logging and monitoring
    • Azure Sentinel
    • Azure Sentinel – Data connectors
  • Agile Software development
    • Atlassian Jira
  • Amazon Web Services (AWS)
    • Amazon EC2
    • Amazon ECS
    • AWS Lambda
  • Google
    • Google Cloud Platform (GCP)
    • gmail api
    • Google Ads
    • Google AdSense
    • Google Analytics
    • Google Docs
    • Google Drive
    • Google Maps
    • Google search console
  • Software architecture
    • Service-oriented architecture (SOA)
    • Domain-Driven Design (DDD)
    • Microservices
    • Event-Driven Architecture
    • Command Query Responsibility Segregation (CQRS) Pattern
    • Layered Pattern
    • Model-View-Controller (MVC) Pattern
    • Hexagonal Architecture Pattern
    • Peer-to-Peer (P2P) pattern
    • Pipeline Pattern
  • Enterprise application architecture
  • IT/Software development
    • API development
    • ASP.Net MVC
    • ASP.NET Web API
    • C# development
    • RESTful APIs
  • Cybersecurity
    • Cross Site Scripting (XSS)
    • Reflected XSS
    • DOM-based XSS
    • Stored XSS attacks
    • Ransomware
    • cyber breaches
    • Static Application Security Testing (SAST)
  • Interview questions
    • Microsoft Azure Interview Questions
    • Amazon Web Services (AWS) Interview Questions
    • Agile Software development interview questions
    • C# interview questions with answers
    • Google analytics interview questions with answers
    • Javascript interview questions with answers
    • Python interview questions with answers
    • WordPress developer interview questions and answers
  • Cloud
    • Cloud computing
    • Infrastructure as a Service (IaaS)
    • Platform as a Service (PaaS)
    • Software as a Service (SaaS)
    • Zero Trust strategy
  • Toggle search form
  • Microsoft AI-900 Certification Exam Practice Questions -3 Microsoft AI-900 Certification Exam
  • What is ASP.NET Web API ? ASP.NET Web API
  • Amazon ECS Amazon ECS
  • Azure Stream Analytics Azure
  • Microsoft AZ-900 Certification Exam Practice Questions – 4 Microsoft AZ-900 Certification Exam
  • Microsoft AI-900 Certification Exam Practice Questions -4 Microsoft AI-900 Certification Exam
  • Microsoft AZ-104 Certification Exam Practice Questions – 2 Microsoft AZ-104 Certification Exam
  • How to enable gmail api to use as smtp server? gmail api

Category: Web development

ASP.NET Core – How to show total number of users in each country on google map?

Posted on March 24, 2023March 24, 2023 By DesiBanjara No Comments on ASP.NET Core – How to show total number of users in each country on google map?

To show the total number of users in each country on Google Maps using ASP.NET Core, you can follow these general steps: Collect the user data, including the country information for each user, from your database or another source. You can use LINQ to group the users by country and count the number of users…

Read More “ASP.NET Core – How to show total number of users in each country on google map?” »

ASP.NET Core, ASP.Net MVC, C# development, Google, Google Maps

Add Google Maps in ASP.NET core web application

Posted on March 24, 2023 By DesiBanjara No Comments on Add Google Maps in ASP.NET core web application

To add Google Maps in an ASP.NET Core web application, you can follow these steps: Get an API Key: First, you need to get a Google Maps API key. You can get this by following the instructions on the Google Maps Platform website. Install Google Maps JavaScript API: Next, you need to install the Google…

Read More “Add Google Maps in ASP.NET core web application” »

ASP.NET Core, Google Maps, Web development

ASP.NET MVC – Differences between DisplayName and Display Attributes

Posted on March 23, 2023 By DesiBanjara No Comments on ASP.NET MVC – Differences between DisplayName and Display Attributes

DisplayName Attribute: The DisplayName attribute is used to specify the display name of a model property. It is typically used in conjunction with the EditorFor and DisplayFor HTML helpers to render the property name in the UI. The DisplayName attribute can be applied to either a property or a class, and it can take a…

Read More “ASP.NET MVC – Differences between DisplayName and Display Attributes” »

ASP.NET Core, ASP.Net MVC

Deploy ASP.NET Core apps to Azure App Service

Posted on March 22, 2023March 25, 2023 By DesiBanjara No Comments on Deploy ASP.NET Core apps to Azure App Service

Here are the detailed steps to deploy an ASP.NET Core application to Azure App Service: Create an Azure App Service: Log in to your Azure portal (https://portal.azure.com/) Click on “Create a resource” button (+) in the top left corner and select “Web App” Choose a unique app name, subscription, resource group, operating system, runtime stack…

Read More “Deploy ASP.NET Core apps to Azure App Service” »

ASP.NET Core, Azure App Service

How to make API call to invite user and keep user on same page but change button title to invited?

Posted on January 29, 2023March 29, 2023 By DesiBanjara No Comments on How to make API call to invite user and keep user on same page but change button title to invited?

The best way to achieve this in ASP.NET Core is to use AJAX calls to the API endpoint and update the button text on the client-side once the API call is successful. Below are the high-level steps: Create an API endpoint that accepts the user’s invitation details and updates the user’s record in the database…

Read More “How to make API call to invite user and keep user on same page but change button title to invited?” »

ASP.NET Core

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

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

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

Interview question: In how many ways you can pass parameters to a method?

Posted on July 30, 2018 By DesiBanjara No Comments on Interview question: In how many ways you can pass parameters to a method?

There are three ways we can pass parameters to a method: Value parameters – This method copies the actual value of an argument into the formal parameter of the function. In this case, changes made to the parameter inside the function have no side effect on the argument. Reference parameters – This method copies the…

Read More “Interview question: In how many ways you can pass parameters to a method?” »

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

Posts navigation

1 2 Next



Categories

  • Agile Software development
  • Amazon AWS Certification Exam
  • Amazon EC2
  • Amazon ECS
  • Amazon Web Services (AWS)
  • Apache Kafka
  • API development
  • Apple Mac
  • ASP.NET Core
  • ASP.Net MVC
  • ASP.NET Web API
  • Atlassian Jira
  • AWS DevOps Engineer Professional Exam
  • AWS Lambda
  • AZ-300: Microsoft Azure Architect Technologies Exam
  • Azure
  • Azure Active Directory
  • Azure AI and ML services
  • Azure Analytics Services
  • Azure App Service
  • Azure Application Gateway
  • Azure Archive Storage
  • Azure Blob Storage
  • Azure Cognitive Services
  • Azure Compute
  • Azure Container Instances (ACI)
  • Azure Core Services
  • Azure Data and Storage
  • Azure Data Factory
  • Azure Data Lake Storage
  • Azure Database Services
  • Azure Databricks
  • Azure DDoS Protection
  • Azure Defender
  • Azure Devops
  • Azure Disk Storage
  • Azure File Storage
  • Azure Functions
  • Azure IaaS
  • Azure Identity and Access Management
  • Azure Internet of Things (IoT)
  • Azure Key Vault
  • Azure Kubernetes Service (AKS)
  • Azure landing zone
  • Azure Load Balancer
  • Azure Logic Apps
  • Azure Machine Learning
  • Azure Machine Learning
  • Azure Migration
  • Azure Mobile Apps
  • Azure Networking – VNET
  • Azure Networking services
  • Azure Pricing and Support
  • Azure Queue Storage
  • Azure Resource Manager
  • Azure Security
  • Azure Security Center
  • Azure Security Information and Event Management (SIEM)
  • Azure security tools for logging and monitoring
  • Azure Security, Privacy, Compliance, and Trust
  • Azure Sentinel
  • Azure Sentinel – Data connectors
  • Azure Serverless Computing
  • Azure Service Level Agreement (SLA)
  • Azure SLA calculation
  • Azure SQL
  • Azure SQL Database
  • Azure Storage
  • Azure Stream Analytics
  • Azure Synapse Analytics
  • Azure Table Storage
  • Azure Virtual Machine
  • Azure VNET
  • Business
  • C# development
  • C# interview questions with answers
  • CDA (Clinical Document Architecture)
  • ChatGPT
  • CI/CD pipeline
  • CISSP certification
  • Cloud
  • Cloud computing
  • Cloud Computing Concepts
  • Cloud services
  • COBIT
  • Command Query Responsibility Segregation (CQRS) Pattern
  • Configure SSL offloading
  • Content management system
  • Continuous Integration
  • conversational AI
  • Cross Site Scripting (XSS)
  • cyber breaches
  • Cybersecurity
  • Data Analysis
  • Database
  • DevOps
  • DevSecOps
  • Docker
  • DOM-based XSS
  • Domain-Driven Design (DDD)
  • Dynamic Application Security Testing (DAST)
  • Enterprise application architecture
  • Event-Driven Architecture
  • GIT
  • git
  • gmail api
  • Google
  • Google Ads
  • Google AdSense
  • Google Analytics
  • Google analytics interview questions with answers
  • Google Cloud Platform (GCP)
  • Google Docs
  • Google Drive
  • Google Maps
  • Google search console
  • Healthcare Interoperability Resources
  • Hexagonal Architecture Pattern
  • HL7 vs FHIR
  • HTML
  • Information security
  • Infrastructure as a Service (IaaS)
  • Internet of Things (IoT)
  • Interview questions
  • Introduction to DICOM
  • Introduction to FHIR
  • Introduction to HL7
  • IT governance
  • IT Infrastructure networking
  • IT/Software development
  • Javascript interview questions with answers
  • Layered Pattern
  • Leadership Quote
  • Life lessons
  • Load Balancing Algorithms
  • Low-code development platform
  • Microservices
  • Microservices
  • Microsoft
  • Microsoft 365 Defender
  • 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 Azure Log Analytics
  • Microsoft Cloud Adoption Framework
  • Microsoft Exam AZ-220
  • Microsoft Exam AZ-400
  • Microsoft Excel
  • Microsoft Office
  • Microsoft Teams
  • Microsoft Teams
  • Microsoft word
  • Model-View-Controller (MVC) Pattern
  • Monitoring and analytics
  • NoSQL
  • OpenAI
  • OutSystems
  • Peer-to-Peer (P2P) pattern
  • Pipeline Pattern
  • PL-100: Microsoft Power Platform App Maker
  • PL-200: Microsoft Power Platform Functional Consultant Certification
  • PL-900: Microsoft Power Platform Fundamentals
  • Platform as a Service (PaaS)
  • postman
  • Postman
  • Project management
  • Python interview questions with answers
  • Ransomware
  • Reflected XSS
  • RESTful APIs
  • SC-100: Microsoft Cybersecurity Architect
  • Scrum Master Certification
  • Service-oriented architecture (SOA)
  • Software architecture
  • Software as a Service (SaaS)
  • SonarQube
  • Splunk
  • SQL
  • SQL Azure Table
  • SQL Server
  • Static Application Security Testing (SAST)
  • Stored XSS attacks
  • Table Storage
  • Test Driven Development (TDD)
  • Top technology trends for 2023
  • Uncategorized
  • User Experience (UX) design
  • Version control system
  • WCF (Windows Communication Foundation)
  • Web development
  • WordPress
  • WordPress developer interview questions and answers
  • Zero Trust strategy



Recent Posts

  • Azure DDoS Protection
  • Azure Security Information and Event Management (SIEM)
  • Azure Key Vault
  • Azure SLA calculation
  • Azure Security Center

Recent Comments

    • Interview question: What is Jagged Array in C#? C# development
    • How to show/access hidden files on Mac? Apple Mac
    • Overview of Microsoft Teams Microsoft Teams
    • Azure SQL Database Microsoft Azure
    • Cloud Computing Concepts Cloud
    • Azure Security Information and Event Management (SIEM) Azure Security Information and Event Management (SIEM)
    • Peer-to-Peer (P2P) pattern Peer-to-Peer (P2P) pattern
    • Google analytics interview questions with answers Google analytics interview questions with answers

    Copyright © 2023 Desi banjara.

    Powered by PressBook News WordPress theme