• 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.

August 26, 2013 C# / javascript

Javascript Alert in C#

Code: ///  /// A JavaScript alert  ///  public static class Alert {     ///      /// Shows a client-side JavaScript alert in the browser.    ///      /// The message to

Continue reading

August 26, 2013 .Net

Session Helper Class (Facade)

                                       

Continue reading

August 26, 2013 .Net

Use the ENUM object to manipulate Enumerated Values

Enums are a tremendously easy way to make your code understandable. In the bad old days, when working on someone

Continue reading

August 26, 2013 .Net Framework

Features Added in Different Version of .Net Framework

.Net Framework 1.0 – This is the first version of .Net Framework that was released by Microsoft..Net Framework 1.1 – This is

Continue reading

August 26, 2013 .Net

ASP.Net Grid View Sorting using jQuery

Download Source Code The Article explains how to implement Sorting in Asp.Net Grid View using jQuery, Just open the solution,

Continue reading

August 21, 2013 .Net

CRUD Operations using AutoMapper in C# MVC Application

Download Source Code          Introduction:   In our article series of Learning MVC, we learnt a lot

Continue reading

August 19, 2013 C# / Interview Questions / MVC / MVC2 / MVC3 / MVC4

ASP.Net MVC Interview Questions and Answers

Introduction: My this article on Interview Questions and Answers of MVC basically covers most of the MVC 2, MVC3 and

Continue reading

August 19, 2013 ASP.NET Interview Questions / C# / C# Interview Questions

C# and ASP.Net Interview Question and Answers

   What is the significance of Finalize method in .NET? .NET Garbage collector does almost all clean up activity for

Continue reading

April 1, 2013 Entity Framework / MVC3

Code First Approach using Entity Framework 4.1, Inversion of Control, Unity Framework, Repository & Unit of Work Pattern and MVC3 Razor View

Download Source Code Introduction : In my previous article I discussed about developing a simple basic multilayered architecture for a

Continue reading

April 1, 2013 .Net

Understanding Multilayered Architecture in .Net

Download Source Code      Introduction :      This article focussses on understanding a basic multilayered architecture in C#.Net, The

Continue reading

Posts navigation

«Previous Posts 1 … 11 12 13 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...