Skip to content
Code Martini

Code Martini

A code cocktail.

  • C #
  • Design Patterns
  • Type Script
  • ETL Testing
  • Privacy Policy

LINQ C#

Posted on 21st September 20195th October 2019 by Dev

LINQ (Language Integrated Query) is uniform query syntax to retrieve data from different sources and formats supported in C# and

Continue reading
C #, Interview Questions
Leave a comment

Get employees under Manager

Posted on 20th September 20195th October 2019 by Dev

Problem statement: In an organisation display number of employees under each manager. Solution: To solve this problem we will use

Continue reading
C #, Design Patterns, Interview Questions
Leave a comment

Factorial program in C#

Posted on 20th September 20195th October 2019 by Dev

Factorial of n is the product of all positive descending integers. Example: 4! = 4*3*2*1 = 24 Factorial is the

Continue reading
C #, Interview Questions
Leave a comment

Fibonacci number using Dynamic Programming

Posted on 20th September 20195th October 2019 by Dev

Fibonacci Series : the current number is the sum of previous two number. The Fibonacci series are the numbers in the following

Continue reading
C #, Interview Questions
Leave a comment

Enum in TypeScript

Posted on 19th September 20195th October 2019 by Dev

Enumeration (or enum) allow us to define a set of named constants. TypeScript supports 3 types of enums as well

Continue reading
Type Script
Leave a comment

TypeScript Arrays

Posted on 18th September 20195th October 2019 by Dev

Typescript provides Array data structure consisting of a collection of elements. Declaration and Initialization Multi Type Array : In typescript

Continue reading
Type Script
Leave a comment

Abstract Factory Design Pattern in C#

Posted on 18th September 201918th September 2019 by Dev

Abstract Factory pattern comes under Creational Pattern of Gang of Four (GoF) Design Patterns. In Abstract Factory pattern an interface

Continue reading
Design Patterns

GOF Design Patterns C#

Posted on 17th September 20195th October 2019 by Dev

A design pattern is a reusable solution to a recurring problem in software design. Benefits of using Design Patterns Best

Continue reading
Design Patterns
Leave a comment

BlockingCollection C#

Posted on 15th December 20185th October 2019 by Dev

 BlockingCollection is a wrapper around thread safe collections  that implements   IProducerConsumerCollection<T>. According to the Producer-Consumer pattern implemented by the BlockingCollection,

Continue reading
C #
Leave a comment

ASP.NET Page Life Cycle

Posted on 15th December 20185th October 2019 by Dev

When a visitor first requests an .aspx page on your server, the server sends it to the HTTP Pipeline. The

Continue reading
ASP.Net
Leave a comment

Posts navigation

«Previous Posts 1 2 3 Next Posts»

Categories

  • ASP.Net
  • C #
  • Design Patterns
  • ETL Testing
  • Interview Questions
  • Others
  • Type Script

Recent Posts

  • gRPC .Net Core sample with Stream call
  • Gitlab CI yml file for .Net Winforms application
  • Find duplicate records in oracle database
  • What is boxing and unboxing in C#? Difference and example.
  • Work smart, use – Group By with Rollup
WordPress Theme: Donovan by ThemeZee.