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 culture
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Dinesh Beniwal (3)
CSharp TV (2)
Deepak Sharma (2)
Allen Oneill (2)
Chetan Sanghani (1)
Cristopher Coronado (1)
Ashutosh Singh (1)
Sardar Mudassar Ali Khan (1)
Deepak Tewatia (1)
Prasham Sabadra (1)
Praveen Kumar (1)
Thuyavan Ganesan (1)
Mostafa Belal (1)
Vidya Vrat Agarwal (1)
Anand Thakur (1)
Pradeep Kellangere (1)
Hemant Srivastava (1)
Ashwani Tyagi (1)
Munir Shaikh (1)
Bharadwaj Sridharan (1)
Gred Klevesaat (1)
Mohammad Elsheimy (1)
Bhushan Gawale (1)
C# Curator (1)
Brijraj Singh (1)
Related resources for culture
No resource found
Ensuring Quality in DevOps Culture
7/8/2024 7:50:22 AM.
In this session, Sagar will address the cultural and organizational challenges of embedding QA practices within DevOps, emphasizing the need to foster collaboration, dismantle silos, and cultivate a c
How to Foster a Culture of Collaboration in Agile Teams
6/24/2024 5:52:39 AM.
Agile development has revolutionized the way teams approach software development, emphasizing flexibility, responsiveness, and continuous improvement. Agile methodologies lies the principle of collabo
Plant Disease Classifier with Azure AI Custom Vision and Blazor
4/17/2024 8:02:26 AM.
This concise article explores the innovative integration of Azure AI Custom Vision service with a Blazor web application to create a sophisticated Plant Diseases Classifier model. The article highligh
Land Area Calculation with Heron's Formula in C#
3/12/2024 5:16:17 AM.
In this article, we'll explore how to utilize Heron's formula, a geometric approach, to calculate land area using a straightforward C# program. This program empowers users to input side length
Multilingual Support in ASP.NET Core Web API: Localization & Globalization Example
9/4/2023 5:07:18 AM.
Implementing localization and globalization in an ASP.NET Core Web API involves configuring the application to support multiple languages and cultures, and then using resource files to provide transla
Format Date in SQL Server using Format Function
12/4/2022 6:28:42 AM.
We will learn how to Format Date and Time in SQL Server Using FORMAT Function.
Resource Files in ASP.NET
1/31/2022 11:15:49 AM.
This article explains you the use of resource files in ASP.NET 2.0.
Diversity & Culture: Growth Mindset Virtual Conference
4/18/2021 4:59:45 AM.
This panel in Growth Mindset Virtual Conference is about Diversity & Culture.
Changing UICulture of Master and Content Pages on Button Click in ASP.NET Using C#, VB.NET
2/18/2021 6:29:22 AM.
This article explains how to change the UICulture of the master and content pages on a button click in ASP.NET.
Changes To Base Class Library With .NET Framework 4.6
1/14/2021 12:44:42 PM.
In this article we will learn about the changes in the Base Class Libraries.
The Invisible Revolution
1/23/2020 1:37:39 PM.
The next technology revolution is all around you, but hidden!
Corporate Portal Maturity Model
1/9/2019 1:06:19 AM.
In this article, we will learn what Portal Maturity model is. In layman's terms, it is the right mix of employee/user collaboration, content collaboration, communication, and business process auto
System Date Time Check Format
9/14/2018 1:42:21 AM.
This program executes the system date time format. Is it in dd/mmm/yyyy or other format and the which cultuerInfo is the system running on.
Let's Talk About DevOps
6/8/2016 12:17:11 PM.
In this article you will learn why we as developers need to embrace the DevOps revolution.
Indian IT Culture Needs a Revolution
5/19/2016 12:47:20 PM.
In this article you will learn how the Indian IT culture needs a revolution.
C# Corner Delhi Student's Day 20 December, 2014: Official Recap
12/23/2014 12:02:30 PM.
The C# Corner Delhi Chapter organized its monthly event in the Noida office on 20 December, 2014.
C# Corner Delhi Student's Day in Microsoft, Gurgaon 6 December, 2014: Official Recap
12/9/2014 11:53:45 AM.
The C# Corner Delhi Chapter organized its monthly event in Microsoft, Gurgaon 6 December, 2014.
C# Corner Delhi Student's Day in IMS, Noida 17 November, 2014: Official Recap
12/8/2014 5:00:00 AM.
The C# Corner Delhi Chapter organized its monthly event in IMS, Noida on 17 November, 2014.
Globalization and Localization in .NET
5/2/2014 1:20:01 PM.
Localization is a technique to implement local and culture-oriented applications. This articles explains usage of System.Globalization to implement localization support in .NET applications.
Multilingual Applications in .NET - Part I
1/20/2014 11:38:15 PM.
This article provides a basic understanding of various methods of developing multilingual applications in .NET.
Converting a Number in Currency Format For Different Cultures
10/9/2013 2:28:18 PM.
In this article we will learn how we can display a number in its currency format with respect to a country.
Changing the Culture Using LightSwitch Visual Studio 2012
5/26/2013 9:08:32 PM.
In this article I describe how to change the culture in LightSwitch using Visual Studio 2012.
Arabization: Localization/Globalization in ASP.Net 2.0
10/13/2012 4:05:25 AM.
In order to reach global market for any successful product, it is necessary that product supports maximum regional languages. To have support different languages, it is required that while developing product, the concept of localization / globalization utilized.
Internationalization Getting Started
9/30/2012 2:59:28 AM.
This article introduces the concept of Internationalization in application development. Starting off with the basics of character encoding and Unicode, the article discusses the best practices to be followed in writing culture aware code and designing Internationalized user interfaces with adequate examples in .NET (C#).
Globalized Property Grid
5/15/2012 4:12:42 PM.
The property grid is a nice control to display properties and values. You create an instance of your class and assign it to the property grid. By using reflection a property grid extracts the properties of the class and displays its values.
Creating/Extending a Culture
5/13/2012 6:18:06 AM.
In this article you will learn how to create/extend a culture in .NET.
How to Localize ASP.NET Controls Based on Browser’s Language and Culture Settings
1/30/2012 3:40:57 PM.
In this article we will learn how to display localized data in ASP.NET controls based on language and culture settings of the browser.
Change Locale of SharePoint Site - Code behind
3/4/2011 1:11:47 AM.
How to change Locale of SharePoint Site - Code behind.
Conversion Classes & CultureInfo Class in C#
2/3/2010 10:46:16 PM.
In this article I will explain you about the Conversion Classes & CultureInfo Class in C#.
Globalization and Localization in .NET: Part I
2/13/2006 2:28:41 AM.
In this first part of this two parts series, we will get started with globalization and localization in .NET.