Skip to content
GeekFrisk
  • Home
  • Angular
  • .NET
  • Interview Questions
  • Forum
  • Tools
  • About Us
GeekFrisk
  • Home
  • Angular
  • .NET
  • Interview Questions
  • Forum
  • Tools
  • About Us

Length of Last Word – C-Sharp Program

  • by geekfrisk
  • April 18, 2022April 18, 2022

Find the length of the last word present in the sentence Step 1: Remove the extra spaces from the string Use inbuilt Trim() function to… Read More »Length of Last Word – C-Sharp Program

Angular Interview Questions and Answers

Angular Interview Questions And Answers

  • by geekfrisk
  • April 18, 2022April 18, 2022

In this article, we are going to discuss the most interview questions asked In the angular interview 1. What is an Angular? Angular is a… Read More »Angular Interview Questions And Answers

Running Sum of 1d Array – C# Program

  • by geekfrisk
  • April 18, 2022April 18, 2022

Problem: Input: nums = [1,2,3,4] Output: [1,3,6,10] Explanation: Running sum is obtained as follows: [1, 1+2, 1+2+3, 1+2+3+4]. Solution 1: Solution 2: The simple and… Read More »Running Sum of 1d Array – C# Program

Add bootstrap in Angular

How to add bootstrap in Angular

  • by geekfrisk
  • April 18, 2022September 4, 2024

In this article, you will learn how to integrate bootstrap in the angular application. Bootstrap is an open-source framework to develop a responsive application. There… Read More »How to add bootstrap in Angular

ASP.NET MVC Interview Questions and Answers

ASP.NET MVC Interview Questions and Answers

  • by geekfrisk
  • April 18, 2022April 18, 2022

In this post, you will understand the most interview questions asked in ASP.NET MVC Interview What is MVC ? MVC is an architectural pattern, it’s… Read More »ASP.NET MVC Interview Questions and Answers

add font-awesome in Angular

How to add font-awesome in Angular

  • by geekfrisk
  • April 17, 2022April 18, 2022

In this article, I will guide you on how to integrate font-awesome in the angular. Font-awesome we use to add icons in the application, font-awesome… Read More »How to add font-awesome in Angular

How to Reverse words from the string in C sharp

  • by geekfrisk
  • December 8, 2021January 29, 2023

In this post you will get to know , how we can reverse the words present in the string, Input: “Hello world” Output: “world Hello”

How to create a custom directive in angular

How to create a custom directive in angular

  • by geekfrisk
  • November 28, 2021April 29, 2022

In this article, we are going to discuss the custom directive. What is a directive? Type of directives? and how to create the custom directive… Read More »How to create a custom directive in angular

Difference between stored procedure and trigger in SQL

  • by geekfrisk
  • November 27, 2021November 27, 2021

In this post, you will understand the difference between the stored procedure and trigger. Stored Procedure The stored procedure has contained a collection of SQL… Read More »Difference between stored procedure and trigger in SQL

Install React Js

How to install react js

  • by geekfrisk
  • November 22, 2021November 22, 2021

React Js is an open-source front-end JavaScript library for building user interfaces based on the UI component. In this article, we are going to discuss… Read More »How to install react js

  • « Previous
  • 1
  • 2
  • 3
  • 4
  • 5
  • Next »

Popular Post

  • SQL Server – AND Operator
  • How to add bootstrap in Angular
  • How to Reverse words from the string in C sharp
  • Length of Last Word – C-Sharp Program
  • Difference between Object and Class

Categories

  • .NET (9)
  • Angular (11)
  • C# (15)
    • C# Program (8)
  • Career (1)
  • General (2)
  • Interview Questions (3)
  • Programs (1)
  • React Js (1)
  • SQL (10)

Recent Posts

  • Unlocking Performance and Scalability with Async Controllers in C#
  • How to create a PDF viewer in angular – ng2-pdf-viewer
  • Find a Middle of the Linked List – Geekfrisk
  • Matrix Diagonal Sum in Java, C# and python
  • How to prepare a resume – tips for freshers and experienced
  • Privacy Policy
  • Contact Us