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 SME
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Gul Md Ershad (8)
Abhishek Mishra (2)
Mohomed Shihan (2)
Tushar Sharma (2)
Javeed M Shaikh (1)
Mohamed Shifan (1)
Jitendra Mesavaniya (1)
Jochen Bartlau (1)
Arun Ramaswamy (1)
Monica Rathbun (1)
Sarthak Varshney (1)
Dinesh Beniwal (1)
Sardar Mudassar Ali Khan (1)
Mohamed Azarudeen Z (1)
Debendra Dash (1)
Sameer Shukla (1)
Aashina Arora (1)
Ashirwad Satapathi (1)
Lahiru Fernando (1)
Satheesh Elumalai (1)
Nirav Gandhi (1)
Deepak (1)
Vignesh Ganesan (1)
Ranjan Dailata (1)
Rohit Tiwari (1)
Gareth Bradley (1)
Ankur Mishra (1)
Sovon Nath (1)
Related resources for SME
No resource found
How Does Your "Code Smell"
9/24/2024 4:16:49 AM.
"Code smell" refers to indicators in code that suggest potential problems. Common examples include poor exception handling, magic numbers, and inefficient string operations. Other issues inv
Using Network Planner to Determine and Organize Network Requirements for Teams
8/17/2024 8:14:50 PM.
This content explores how to use a Network Planner to assess and organize network requirements for teams. It covers identifying network needs, designing efficient network structures, and ensuring seam
Understanding AsMemory() in C# .NET with Examples
6/24/2024 5:47:07 AM.
In C#, the AsMemory method is a powerful tool for creating Memory<T> instances from arrays, array segments, or strings. It is part of the System.Memory namespace, which offers types designed to
How We Hire Developer Talents?
6/20/2024 4:55:46 AM.
Our comprehensive recruitment process evaluates developers on technical skills and cultural fit through Testdome assessments, structured interviews, and a day with the team. This approach ensures we s
Common Code Smell Mistakes In C#, Part One
6/14/2024 10:39:44 AM.
Learn about code smells—indicators of deeper issues in programming. Discover through examples like redundant boolean literals, explicit exception throwing, inefficient string concatenation, redundant
Migrate to Azure Defender from Qualys Vulnerability Assessment
6/3/2024 4:31:23 AM.
Microsoft Defender for Cloud now uses Defender Vulnerability Management for assessments. The previous Qualys-powered container vulnerability assessment is retired. Transition seamlessly by enabling sc
Securing Your Web Applications with WAF and ASGs
5/14/2024 11:26:15 AM.
Learn to fortify web apps with comprehensive security strategies, leveraging WAF and ASGs. Safeguard against cyber threats, implement access control, and ensure network integrity through advanced fire
SQL Server Vulnerability Assessment
3/28/2024 6:33:00 AM.
SQL Server Vulnerability Assessment (VA) in SQL Server Management Studio 17.4 or later lets SQL Server scan your databases for potential security vulnerabilities and can be run against SQL Server 2012
Azure Migrate Application and Code Assessment Tool for .NET
1/5/2024 10:37:28 AM.
Explore seamless Azure migration with AppCAT, a powerful tool for .NET. Visual Studio and CLI installations, detailed analyses, and insightful reports empower coding excellence.
How To Read/Write Lines And Bytes In C#
10/10/2023 9:58:54 AM.
In this article we will discuss about how to Read/Write the Lines and Bytes in a file in C#.
Azure Landing Zone Review Assessment
10/3/2023 8:38:11 AM.
Azure Landing Zone is a set of guidelines, best practices, and resources provided by Microsoft Azure to help organizations set up an environment for successful adoption of Azure services. It's ess
Addressing Common Code Smells in ASP.NET Core
9/9/2023 11:25:15 AM.
Code smells are common issues in software development that indicate potential problems in the code. In ASP.NET Core or any other programming language, addressing code smells is essential for maintaini
Azure Cloud Migration
4/15/2023 3:26:25 PM.
Cloud migration in azure
Important Tips To Write Clean Code In C#
3/31/2022 9:18:33 AM.
In this article, we will see how to write clean code in C# .
@classmethod And @staticmethod In Python
2/23/2022 8:59:45 AM.
The article explains @classmethod and @staticmethod in Python.
Variables, Methods And Inner Class In Python
12/1/2021 10:44:11 AM.
In this article, we will touch base with further concepts Types of Variables, Types of Methods and Inner Class in Python
Performing Vulnerability Assessment In Azure DevOps
2/9/2021 1:46:26 PM.
DevOps is a collaboration between the development and the operations teams. This collaboration has led to some fantastic benefits for organizations. DevOps has allowed people and organizations to ship
Deciding Which Processes To Automate
1/15/2021 6:03:11 PM.
In this article, you will learn how to decide which processes to Automate.
How To Identify The Null Check Code Smell
2/20/2020 8:25:22 AM.
In this article, you will learn how to identify the Null Check Code Smell.
Common Code Smells Mistake In C# - Part Two
8/20/2019 10:19:31 AM.
Code smell is a word given to indicate a deeper problem in our programming code. Here, we will discuss about some of the code smell vulnerabilities that developers commonly face but don't recogniz
SQL Assessment API (Public Preview)
8/6/2019 10:55:07 AM.
Is your SQL Server configuration in line with Microsoft recommended best practices? If you want to know, check this latest video on SQL Assessment API.
Architecture Smells - Detection And Refactoring
1/5/2018 11:16:59 AM.
The concept of “smells” is familiar within the software engineering community. The term “code smell” first appeared in the popular Refactoring book by Martin Fowler; it was informally defined as “cert
Cloud Migration - Microsoft Assessment And Planning Toolkit Guide
7/12/2017 12:18:16 PM.
The Microsoft Assessment and Planning Toolkit , also known as MAP, helps you to assess and understand the IT infrastructure and assets.
Static Variable - A Code Smell
1/16/2017 11:33:11 AM.
This article will explain the disadvantages of Static variables.
Branching Over A "Type Code" - A Code Smell
1/13/2017 10:30:44 AM.
This article will explain how the branching over a type code is a serious type of code smell.
The Law Of Demeter
1/12/2017 11:16:30 AM.
This article will explain several pros and cons of the Law of Demeter.
SharePoint Infrastructure Assessment Questionnaire
1/12/2017 11:01:02 AM.
In this article, you will learn about a SharePoint Infrastructure Assessment Questionnaire.
Pros And Cons Of Code Refactoring
1/9/2017 10:57:07 AM.
Code Refactoring is an important part of software development. This article will explain the benefits and drawbacks of code refactoring.
Switch Statement - A Code Smell
1/7/2017 1:23:59 PM.
This article will explain the code issues, using the Switch.. case statement. In some cases, it is a type of code smell.
Refused Bequest - A Code Smell
1/5/2017 4:39:43 PM.
This article is intended to explain about refused bequest which is a common code smell that occurs during development.
God Object - A Code Smell
1/5/2017 4:36:05 PM.
This article will explain about the God object, which is related to code smell.
Are You A Google Developer?
10/19/2016 1:24:15 PM.
This article will focus on Code Quality and Code Smell.
How To Carry Out A Quick Design Assessment
8/15/2016 10:26:39 AM.
In this article, you will learn how to carry out a Quick Design Assessment.
Patient Weight Assessment, Desktop Application Powered by Raven DB
2/29/2016 10:54:20 PM.
In this article, I am going to demonstrate to you the “Patient Weight Assessment” desktop application developed using C# .NET and Raven DB for managing all the data.
Identifying Design Smells In C#
9/15/2015 12:51:57 AM.
In this article you will learn identifying design smells in C#.
Bad Smells: Daily Standup
7/10/2015 9:27:40 PM.
From someone who uses Agile at work and uses Agile at home.
Email Marketing Tips For Startups and SMEs
5/18/2015 1:47:20 PM.
This article provides some Email Marketing Tips for start-ups and SMEs.
Using SOAP Header and SOAP Extensions in a Web Service
5/19/2012 7:06:46 AM.
In this article, we will develop a web service that would authenticate users for web sites. The web site needs to pass the user ID as well as the password for the user. Apart from this the web site also needs to pass the site’s ID and password.