TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
About blocks
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Shivprasad (6)
Reeta Singh Lodhi (2)
Sateesh Arveti (2)
Prashant Bansal (2)
Sanjay Kumar (1)
Rajeev Kumar (1)
Rikam Palkar (1)
Sukanya Mandal (1)
Abhishek Chadha (1)
Abhishek Arora (1)
Ratnesh Singh (1)
Anil Kumar (1)
Gurpreet Arora (1)
Satheesh Elumalai (1)
Mahesh Chand (1)
Aman Gupta (1)
Dhairya Krishnat (1)
Sarthak Varshney (1)
Sonia Bhadouria Vishvkarma (1)
Hiren Thesiya (1)
Zia Ahmed Shaikh (1)
Usama Shahid (1)
Jatin Malik (1)
Sumit Deshmukh (1)
Yatendra Sharma (1)
Kalyan Bandarupalli (1)
Sahil Sharma (1)
Abhijit Patil (1)
Sagar Pardeshi (1)
Mahesh Alle (1)
Vidya Vrat Agarwal (1)
Amisha Mehta (1)
Related resources for blocks
No resource found
Explain Switch Case Uses in C#
9/11/2024 6:46:10 AM.
In C#, the switch statement serves as a control structure that enables the execution of distinct code blocks based on the value of a variable. It is frequently utilized when there is a need to compare
Mask an Aadhar Number into Blocks of 4 Digits Each
7/30/2024 5:51:41 AM.
This C# code demonstrates how to mask sensitive numbers, like Aadhar or account numbers. It validates input length, uses StringBuilder to format Aadhar numbers with spaces, and shows account number ma
Dynamic Rendering in Blazor Using Implicit and Explicit Expressions
7/11/2024 10:42:11 AM.
Blazor, known for its component-based architecture, integrates HTML and C# seamlessly for dynamic rendering. It offers implicit expressions for straightforward data binding, explicit expressions for c
Internet of Things (IoT) - Part 2 (Building Blocks & Architecture)
6/7/2024 10:44:39 AM.
This article explores the foundational elements of the Internet of Things (IoT), covering its basic building blocks: sensors, processors, gateways, and applications. It delves into IoT architecture la
Methods for Effective Error Handling in Javascript
5/29/2024 10:02:17 AM.
JavaScript error handling involves managing syntax, runtime, and logical errors. Techniques include try...catch blocks, throwing custom errors, and handling asynchronous errors. Employing best practic
Using Await in Catch and Finally Blocks: A New Feature of C# 6.0
5/29/2024 8:12:06 AM.
Discover the power of using 'await' in catch and finally blocks with C# 6.0. Explore how this feature revolutionizes error handling and asynchronous programming, improving code readability and
Exception Handling in MVC
5/2/2024 9:50:23 AM.
Learn effective exception-handling techniques in MVC (Model-View-Controller) for robust web applications. Explore try-catch blocks, global exception filters, custom error pages, and logging strategies
Enterprise Library New Version 6
4/29/2024 10:15:21 AM.
Enterprise Library Version 6 is a Microsoft .NET Framework library offering application blocks for logging, caching, data access, security, and more. It provides configurable components for common ent
Learn Exception Handling in C#
2/28/2024 11:14:25 AM.
Exception Handling in C# is crucial for robust code. Using try-catch blocks, catch blocks, and finally blocks, developers manage unexpected issues gracefully, ensuring dependable and solid application
Building Blocks Of Angular
3/19/2022 6:40:57 AM.
In this article, we are going to see about the building blocks of Angular.
An Introduction To Blockchain
6/30/2021 1:44:59 PM.
In this video Mark explains the basic building blocks of blockchain.
Learn About Exception Handling In Java
4/19/2021 1:25:27 PM.
Through this article, users will get in-depth knowledge of Exceptions and Exception handling used in Java.
Logging Application Block
2/17/2021 7:04:07 AM.
In this article we will see how to configure logging.
Building Blocks Of Power BI
6/23/2020 5:56:50 AM.
In this article, you will learn about the building blocks of Power BI.
What are Data Center Building Blocks and Network Virtualization Services?
5/12/2020 2:04:45 PM.
In this article, you will learn about data center building blocks and network virtualization services.
JavaScript Building Blocks
4/7/2020 1:08:29 PM.
I'm going to discuss JavaScript building-blocks for beginners.
Important Building Blocks Of the Organization In Terms Of Microsoft Products And Technology
11/15/2018 12:18:07 AM.
Today, in this blog we will discuss different Microsoft Products and their roles and place in an organization. We will also understand how these products can help to form an Organization which may lea
Bitcoin Block Height: How Many Blocks Have Been Mined So Far?
11/14/2018 1:19:42 AM.
I believe you all are aware of Blockchain and bitcoin. In this video, we will see the process of finding the number of blocks that have been mined so far.
The Angular Series - Building Blocks Of Angular - Part Three
8/2/2018 1:33:29 AM.
Today we’re discussing the building blocks of Angular. Basically, Angular is written in Typescript itself. So it is the prerequisite to know the typescript before starting angular. And obviously as an
Exception Handling In C# .Net With Examples
9/27/2017 2:18:24 AM.
This video tells about the exception handling in C# .Net from the very beginning. It covers various aspects of exceptions. SHown below are the topics covered, and we have taken examples for an ASP.Net
Introduction To Web Part And Web Part Infrastructure In SharePoint
6/13/2017 11:03:43 AM.
Introduction To Web Part And Web Part Infrastructure In SharePoint.
Look At T4 Templates In Visual Studio 2015 - Part Three
5/3/2016 12:49:11 AM.
In this article you will learn about class feature blocks and utility methods in Visual Studio 2015
SharePoint 2013: How To Create Custom Result Blocks Using Query Rules
4/20/2016 12:19:05 PM.
In this article you will learn how to create Custom Result Blocks using Query Rules in SharePoint 2013.
SharePoint 2013: How To Create Custom Intent Based Results Blocks Using Query Rules
4/13/2016 1:35:22 PM.
In this article you will learn how to create Custom Intent Based Results Blocks using Query Rules in SharePoint 2013.
Enterprise Library In ASP.NET
10/16/2015 3:43:02 AM.
In this article we will learn how to use enterprise library in ASP.NET. It is a collection of application blocks and core infrastructure.
C# 6 Features Overview
2/11/2015 12:24:41 PM.
This article outlines the new features that have been added to the new C# version 6.0.
LAME Question of the Day: Role of Curly Braces {} in Our Code?
1/28/2015 7:19:09 AM.
Should we use Curly Braces {} for if/if-else statements?
Introduction to Enterprise Library: Part I
9/5/2014 2:10:23 AM.
This article gives an introduction to Enterprise Library.
Try and Catch Blocks in C#
2/5/2014 6:24:45 PM.
In this article you will learn about try and catch blocks in C#.
SharePoint 2010: Allow Server Side Code Inline Code Blocks (Sever Side Script)
1/15/2014 3:53:27 PM.
In this article you will learn about SharePoint 2010: Allow Server Side Code Inline Code Blocks (Sever side Script).
Errors Handling With Try and Catch Blocks in C#
9/11/2013 12:27:36 PM.
This article will provide an idea/example of how to handle errors in C# programming using try and catch blocks.
Exception Handling With C#
3/28/2013 4:07:45 PM.
This article explains how to properly handle existing exceptions using try, catch, finally and throw blocks and how to create your own custom exceptions.
Exception Handling
9/30/2012 4:49:52 AM.
Exceptions in C# provide a structured, and type-safe way of handling both system level and application level error conditions. The exception mechanism in C# is very similar to that of C++, with a few important differences.
4 steps to use readymade DAL component (Data application blocks)
9/29/2012 10:06:29 AM.
This tutorial will run through the necessary steps of how you can use Enterprise data application blocks in your DAL component.
Autoscaling Application Blocks WIndows Azure
5/17/2012 3:19:41 PM.
Autoscaling Application Blocks can automatically scale the Windows Azure application based on the rules defined specifically for the application.
Five step of how to use logging utility in your projects using application blocks
6/3/2009 1:10:49 AM.
It's new world of software reusability. Gone are the days when we need to build things from scratch. One of the most needed functionality is the logging utility. Every software project needs a logging utility. To make your own logging utility is a big project by itself. In this tutorial we will quickly run through how you can use Microsoft logging application blocks to log messages and activities.
Plug & play architecture using Policy Application Blocks
5/8/2009 12:56:54 AM.
In this article, we will discuss how we can make plug & play architecture using policy application blocks. What we will do is we will take a practical scenario where we want to enable logging for an application depending on situations.
16 steps to write flexible business validation in C# using Validation Blocks
3/30/2009 3:37:12 AM.
Validation is one of the most important parts in any software project. Building flexible business validation is every one’s dream.
Client side validation using Validation Application blocks
2/23/2009 6:33:07 AM.
Enterprise validation application provides us a ready made framework by which we can implement dynamic validation easily in our project.
DI using Unity Application Blocks
1/20/2009 11:55:46 PM.
In this article we will take up a simple example and try to implement DI using unity application blocks thus resulting in loosely coupled architecture.