• Twitter
  • LinkedIn
  • Amazon
  • Facebook
  • Github
  • RSS
  • Home
  • Tutorials
  • Paid Books
  • Free eBooks
  • Interview Questions
  • Practice Tests
  • GitHub
  • Contact Us
Skip to content
Code Teddy

Code Teddy

A Practical Approach

  • OOP/C#
  • MVC
  • Web API
  • Entity Framework
  • Asp.Net
  • Asp.Net Core
  • Azure
  • Python
  • Machine Learning
February 1, 2023 .Net / C#

Async and Await in C#

Async and Await are two keywords in C# that make it easier to write asynchronous code. They are used to write asynchronous methods that can run in the background, without blocking the main thread, and without causing the application to become unresponsive.

February 1, 2023 .Net / C#

Extension Methods in C#

C# extension methods are a way to extend the functionality of existing classes, structures or interfaces without having to modify their source code. They are defined as static methods in a static class, and the first parameter of the method must be preceded by the this keyword, which indicates that the method is an extension method.

February 1, 2023 .Net / C#

Tuples in C#

A tuple is a data structure that can store multiple values of different data types in a single unit. In C#, tuples are used to return multiple values from a method, or to store a group of values without creating a separate class.

July 25, 2019 Asp.Net Core / Tutorials / Web API

Learn ASP.NET Core Step by Step

learn to create ASP.NET Core Web API services step by step. Get familiar with request pipelines, status codes, creating and returning resources and a lot more.

July 25, 2019 Tutorials / Web API

Learn ASP.NET Web API Step by Step

Learn ASP.NET Web API step by step. Learn to create boilerplate project and step by step enhance it with security, logging, exception handing, unit testing IOC, DI, Repositories.

July 25, 2019 C# / Tutorials

Learn OOP with C# Step by Step

Follow the series to enhance/learn OOP and C# skills.

July 25, 2019 Microservices / Paid Books

Microservices using ASP.NET Core -Book

A handbook to get familiar with the Microservices concept and developing microservices using ASP.NET Core.This is a small book to cover the topic of microservices using a practical approach.

July 25, 2019 Entity Framework / FreeBooks / ORM (Object-relational mapping)

Diving into Entity Framework -FreeBook

In this book you will learn about the basics of Entity Framework and the three data access approaches that Microsoft’s Entity Framework provides. This book covers the introduction to Entity Framework, how Entity Framework’s capabilities could be leveraged in .Net development irrespective of the type of application used, the key features of Entity Framework.

July 25, 2019 FreeBooks / Web API

Diving into ASP.NET WebAPI – FreeBook

This book is a hands-on tutorial on ASP.NET Web API. It is a walk through to Web API with tutorials and practical demo applications.

July 25, 2019 C# / FreeBooks

Diving into OOP with C# -FreeBook

This book is a basic introduction to “Object Oriented Programming Using C#” for beginners. The book covers all the C# and OOP concepts in detail and step by step with practical examples.

July 6, 2019 artificial intelligence / machine learning / Paid Books

Getting Started with Chatbots – Book

Get Hands-on with Chat-bots. Learn to create your own chat-bot. This book makes you familiar with the concept of the chatbot. It focuses on creating a bot using Amazon’s Lex service and getting the bot deployed on Facebook messenger for live chatting.

June 13, 2019 .Net / Azure / Cloud

Blob Triggers and Queue Storage Trigger Azure Functions

Preface This article of getting accustomed to serverless functions will help a developer to learn what Azure functions are, how

Continue reading

June 7, 2019 .Net / Azure / Cloud

Creating Azure Functions in Visual Studio 2017: HTTP Triggered Azure Functions

This article of getting accustomed to serverless functions will help a developer to learn what Azure functions are, how to create an Azure function from Visual Studio, publish and test the function on Azure. The article will also teach how to debug a published Azure function from Visual Studio.

Posts navigation

«Previous Posts 1 2 3 4 5 6 … 14 Next Posts»
Advertisements

Top Posts & Pages

  • Tuples in C#
  • HTTP Triggered Azure Function on Azure Portal
  • Create API with ASP.NET Core (Day 3): Working With HTTP Status Codes In ASP.NET Core API
  • RESTful Day #7: Unit Testing and Integration Testing in WebAPI using NUnit and Moq framework (Part 1)
  • Async and Await in C#

Enter your email address to subscribe to this blog and receive notifications of new posts by email.

Join 3,173 other subscribers

RSS Links

RSS Feed RSS - Posts

RSS Subscribe

 Subscribe in a reader

About CodeTeddy

CodeTeddy CodeTeddy is a technical community blog site for all the developers who wants to work on cutting edge technologies and who are new to the programming concepts. Happy Coding!

Microsoft MVP
CodeProject MVP
C# Corner MVP
MCTS
Advertisements

Recent posts

  • Async and Await in C#
  • Extension Methods in C#
  • Tuples in C#
  • HTTP Triggered Azure Function on Azure Portal
  • Configuration Files in Python

Follow Us

  • LinkedIn
  • Amazon
  • Twitter
  • GitHub
  • Facebook
  • RSS Feed
  • RSS Feed
Follow Code Teddy on WordPress.com

Categories

.Net .Net Framework AI Asp.Net Asp.Net Core Azure C# C# Interview Questions Chat Bot Cloud Cognitive Services devops Entity Framework Face API Inheritance Interview Questions Microsoft 70-480 MVC MVC3 MVC4 OOP Polymorphism Practice Tests Repository Pattern REST Services Security Tutorials Visual Studio Web API Web Services
  • Contact Us
  • © 2019 CodeTeddy
Blog at WordPress.com.
  • Follow Following
    • Code Teddy
    • Join 199 other followers
    • Already have a WordPress.com account? Log in now.
    • Code Teddy
    • Customize
    • Follow Following
    • Sign up
    • Log in
    • Report this content
    • View site in Reader
    • Manage subscriptions
    • Collapse this bar
 

Loading Comments...