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 Size
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Mahesh Chand (5)
Sarthak Varshney (2)
Anubhav Chaudhary (2)
Sanwar Ranwa (2)
Onkar Sharma (2)
Shweta Lodha (2)
Aashina Arora (2)
Manoj Kalla (2)
Chhavi Goel (2)
Aman Singhal (2)
Arun Choudhary (2)
Gyanender Sharma (2)
Rajdip Sarkar (2)
Ankit Prajapati (1)
Kaviya Balasubramanian (1)
Sreenath Kappoor (1)
Sabarish Natarajan (1)
Manikavelu Velayutham (1)
Mark Pelf (1)
Akash Bhimani (1)
Diptiranjan Sutar (1)
Alkesh Bijarniya (1)
Senthilkumar (1)
Jaimin Shethiya (1)
Ramakrishna Pathuri (1)
Farhan Ahmed (1)
Satyaprakash Samantaray (1)
Keyur (1)
Sarathlal Saseendran (1)
Ish Bandhu (1)
Ijas Ahamed (1)
Amit Mohanty (1)
Sagar Vishwakarma (1)
CSharp TV (1)
Rama Mohan (1)
John Morehouse (1)
Abhishek Tiwari (1)
Raj Bhatt (1)
Mohamed Azarudeen Z (1)
Naresh Beniwal (1)
Hemant Srivastava (1)
Harshal Limaye (1)
Koshila Senadhira (1)
Abdul Basith (1)
Pragya Chaudhary (1)
Željko Perić (1)
C# Curator (1)
Swesh S (1)
Rajat Jaiswal (1)
Devesh Omar (1)
Mudita Rathore (1)
Sapna (1)
samuel.ludlow (1)
Bassam Alugili (1)
Gaurav Gupta (1)
Shresthi Jaiswal (1)
Shubham Sharma (1)
Manish Sharma (1)
Prabhakar Maurya (1)
Sibeesh Venu (1)
Mahesh Verma (1)
Asma Khalid (1)
Rohatash Kumar (1)
Waqas Sarwar (1)
Vishal Pawar (1)
Venkata Siva Prasad Reddy Pulagam (1)
Ramesh Kartik (1)
Pankaj Lohani (1)
Abhinav Galodha (1)
Kishore Chowdary (1)
Rajeev Ranjan (1)
Delpin Susai Raj (1)
Vijayaragavan S (1)
Praveen Sreeram (1)
Kuppurasu Nagaraj (1)
Joginder Banger (1)
Sandeep Singh Shekhawat (1)
Prashant Verma (1)
Ramees (1)
Jignesh Trivedi (1)
Ankur Mistry (1)
Suresh M (1)
Tushar Sharma (1)
Atul Rawat (1)
Related resources for Size
No resource found
How to Optimize Docker Images for Smaller, Faster Deployments
11/18/2024 9:38:02 AM.
Learn simple strategies to optimize Docker images, reduce their size, and speed up deployments with tips like lightweight bases, cleanup, and multi-stage builds.
Zoom Text Content With CSS And JavaScript
10/10/2024 8:32:21 AM.
This article discusses various methods to implement a zoom-in/zoom-out feature for text content inside a div container. It explores three approaches: using the CSS zoom property, transform: scale(), a
Add In Built Web Parts In SharePoint Modern Site Page
8/9/2024 9:47:22 AM.
Learn how to enhance your SharePoint modern site pages by adding Yammer and Site Activity web parts. These modern pages support rich multimedia and are responsive across devices. Follow steps to open
Query to find Table Name, Row Count, Column Count and Data Size
7/2/2024 6:59:25 AM.
This guide covers techniques to query and display table names, row counts, column counts, and data sizes efficiently. Ideal for database administrators and developers seeking to optimize data manageme
Increase Data Disk Size In Azure
6/25/2024 10:06:08 AM.
Learn how to efficiently increase disk space for Azure VMs using simple steps like identifying disks through Device Manager, noting LUN values, and extending volumes in Azure Portal. Ensure VMs are in
Div Layout vs. Table Layout - Web Designing
6/7/2024 10:42:24 AM.
Most of the web designers directly chose the table based layout for their websites. Reason behind this is it's very easier to design a webpage rather than going for div based layout or the web des
How to introduce AI technologies into a medium-sized office (May 2024)
6/2/2024 9:59:26 AM.
Introducing AI to a medium-sized office involves a strategic approach. Conduct a needs assessment, select appropriate AI applications, train staff, pilot the technology, ensure data security, assess c
Working With Fonts in Applet
5/31/2024 11:52:11 AM.
Learn to enhance the visual appeal of Java applets through font manipulation. Explore various font attributes such as family, style, and size to create visually appealing text displays. Customize text
Resizing Arrays in C# with Examples
5/28/2024 4:09:27 AM.
In C#, the `Array.Resize<T>` method changes the size of a one-dimensional array, either expanding or shrinking it. This method allocates a new array, copies elements, and replaces the old array.
How to re-render the View When the Browser is Resized in ReactJS
5/24/2024 9:59:44 AM.
To re-render a ReactJS view upon browser resize, utilize the use effect hook to add a resize event listener. Upon resizing, update state variables triggering a re-render of the component, ensuring res
Change Grid Size Dynamically Based on Screen Resolution
5/9/2024 4:46:32 AM.
Learn how to create responsive web layouts by dynamically adjusting grid sizes based on screen resolution. Explore techniques using CSS media queries to adapt grid layouts for various viewport sizes.
Create Fixed Size Cropper Using ASP.Net and jQuery
4/26/2024 12:16:16 PM.
Create a fixed-size cropper using ASP.NET and jQuery to enable users to precisely crop images. This frontend UI component allows selecting and manipulating image regions within predefined dimensions,
DriveInfo Class in C# with an Example
4/25/2024 10:09:36 AM.
The DriveInfo class in C# allows accessing and managing disk drive information such as available space, drive type, and volume details. With its methods and properties, it enables efficient disk space
Response Compression in .NET Core
3/22/2024 6:14:59 AM.
Learn about HTTP compression techniques like Gzip, Deflate, and Brotli to reduce payload sizes and expedite data transmission. Configure response compression in ASP.NET Core, control compression over
How to Test Responsive Web Design Web Sites
3/15/2024 11:08:02 AM.
Test responsive web design sites by checking cross-browser compatibility, screen sizes, and device rendering. Utilize emulators and responsive design tools for comprehensive testing to ensure optimal
What is File Size filter in Vue.js?
3/13/2024 9:25:43 AM.
Vue.js file size filter formats file sizes for display in a user-friendly way. It converts bytes to KB, MB, GB, or TB. Easily implemented globally in Vue components for clear presentation.
Restrict Uploaded File Size in ASP.NET Core
3/11/2024 7:09:58 AM.
In ASP.NET Core, you can restrict the uploaded file size using the RequestSizeLimit attribute in the Program.cs file or by configuring it in the appsettings.json file. Additionally, you can set the ma
How to Resize an Image Using Paint in Windows 10
2/22/2024 11:27:10 AM.
Learn how to resize images using Paint in Windows 10 with this step-by-step guide. Microsoft Paint, a core component of Windows since its inception, offers a straightforward and efficient resizing too
Auto Detect Responsive Screen Sizes Using Angular and Bootstrap
2/22/2024 4:57:24 AM.
This document provides a comprehensive guide on implementing screen size detection and achieving responsive behavior in Angular applications. It outlines steps to utilize the HostListener decorator fo
Using ByteSize to Represent Byte Size
12/17/2023 7:49:22 AM.
How do we define a kilobyte, a megabyte, or a gigabyte? How do we convert between different units of byte size? How do we display byte size in a human-readable format?
File Size Pipe in Angular
12/13/2023 5:24:39 AM.
Learn how to create a custom file size pipe in Angular, converting file sizes into human-readable formats. This tutorial covers the necessary steps using Angular CLI and Bootstrap.
Announcing the General Availability of .NET Chiseled Containers
12/4/2023 5:56:22 AM.
Explore the revolutionary .NET Chiseled Containers for cloud app deployment, offering size, security, and operational efficiency benefits.
Convert Text To Speech Using Azure AI Speech With Angular 16 And .NET 6
11/6/2023 5:03:52 AM.
In this post, we will see all the steps to convert text to speech using Azure AI speech service with Angular 16 and .NET 6 applications.
Resize an Image in C#
10/30/2023 5:22:15 AM.
In this article, I will tell you how resize an image in desired size in C#.
PHP.ini Upload_Max_Filesize Exceeded Error
10/26/2023 12:32:55 PM.
The uploaded file exceeds the upload_max_filesize directive in php.ini." This error occurs when you're trying to upload a file in PHP, but the size of the file being uploaded is larger than t
Compress and Reduce File Size of Images in ASP.NET Core
10/1/2023 2:10:01 PM.
Compress and Reduce File Size of Images in ASP.NET Core
Update Size of File Column in Dataverse Table
9/19/2023 4:09:49 AM.
This article will walk you through that how we can update the size of already created file type column in Dataverse table.
When to Choose Serverless Versus Fixed Size Resources
9/18/2023 3:50:01 AM.
In this session you will learn about utilization patterns that are a good fit for serverless workloads, and when to choose serverless versus fixed-size resources.
Oracle Data Provider for .NET : Part IV
9/5/2023 6:00:33 AM.
Oracle Data Provider for .NET (ODP.NET) is an implementation of a data provider for the Oracle database. ODP.NET uses Oracle native APIs to offer fast and reliable access to Oracle data and features f
Quickly Determining Azure SQL Database Size
8/22/2023 6:40:17 AM.
In this article, I'll show you a quick and easy way to determine how much space your Azure SQL Databases are consuming.
How To Prevent Font-Size Changes in iPhone Apps?
8/10/2023 9:06:25 AM.
Discover proven strategies to maintain a uniform font size throughout your iPhone app. Learn how to leverage Dynamic Type, avoid hard-coded sizes, test across devices, use Auto Layout, establish a cle
How to Resize Image in C# Console Application
7/3/2023 5:33:01 AM.
How to Resize Image in C# Console Application
Mastering Virtual Machine Deployment in Azure: In 8 steps.
5/10/2023 11:38:51 AM.
This title suggests that the article will provide readers with a comprehensive guide to creating virtual machines in Azure, which will help them to become proficient in this essential skill. The title
How to get a file size in C#
2/23/2023 7:00:15 AM.
Learn how to get file size in C#. Sample code included.
How To Resize An Array In C#
2/7/2023 3:59:20 PM.
This article will teach you how to resize an array in C#.
How To Get SQL Server Database Size In C#
2/7/2023 8:58:25 AM.
This article shows how we can determine the size of an entire database using C# and the size of each and every table in the database using a single SQL command.
How To Change The VSCode Terminal Font Size
1/23/2023 7:00:02 AM.
In this short post, we're going to understand how we can change the font size for the terminal that comes bundled with Visual Studio Code. We'll take a look at both ways we can update the font
How To Implement Allowed Virtual Machine Size SKUs Policy In Azure
12/27/2022 5:14:10 AM.
In this article, you will learn how to implement the Allowed Virtual Machine Size SKUs Policy in Azure.
How To Give Name To A Size Column In Python
8/10/2022 10:25:20 PM.
This article explains how one can label the size column that is generated programmatically.
Getting The Terminal Size In Python
7/12/2022 6:52:45 AM.
Many times our output doesn’t get fit into the terminal of default size. In that case we have to pull it accordingly and make the size as per our need.
How To Resize Azure SQL Database
7/7/2022 4:54:39 PM.
In this article, you will learn how to Resize the Azure SQL Database.
Memory Management
4/25/2022 2:52:40 PM.
Memory management in the operating system is a kind of method or kind of functionality to manage the various kinds of memories. This means in the system there are a lot of different types of memory av
How To Automatically Set The Font Size Relative To The Page Size
4/1/2022 4:23:38 AM.
In this article, it is explained how to calculate the printer page size, height, and width, expressed in the number of letters that can fit across the page height and width, for a selected font type.
Debugging and Tracing in C#
3/31/2022 9:02:46 AM.
In this article I will explain you about the Debugging and Tracing in C#.
Create/Design Adaptive Cards Extensions In SharePoint Site By Out-Of-The-Box Way
2/7/2022 4:41:25 PM.
Microsoft has introduced a new way of displaying the information in a platform-agnostic way called Adaptive Cards. In this article we shall see how to design the cards in the OOTB way.
SQL TIP #1 - How To Determine Size Of The Database
1/4/2022 7:11:33 AM.
Sometimes you might require to determine what is the size of your database which you can easily get by SQL command.
Classes And Objects In Python
12/7/2021 3:00:17 PM.
In this article, you will learn about Class and Object in Python.
Change Font Size in Windows 11
10/11/2021 2:02:50 PM.
Learn how to change font size in Windows 11 or increase font size of Windows Explorer in Windows 11.
Reducing Page Size in ASP.NET Application
5/24/2021 4:53:18 AM.
The purpose of this article is to show how to increase the performance of an ASP.NET application by reducing the page size and response time.
Dynamically Change Size of Textbox in Web API Using jQuery
3/1/2021 7:55:03 AM.
This article describes how to change the size of textbox at run time using jQuery.
Changing Size of The Text Using JQuery
1/14/2021 9:26:42 AM.
This article will show you how to allow visitors to increase or decrease the text size (font size) on your website using jQuery and CSS step by step
Set Paging Size In ASP.NET MVC
1/14/2021 8:09:27 AM.
This article is an answer to common ASP.NET MVC searches like Set Paging Size in ASP.NET MVC, Pagination in ASP.NET MVC, How to set Page Size inASP.NET MVC?
Dataframe Attributes In PANDAS
9/14/2020 8:34:01 AM.
In this article, we would learn about various dataframe attributes and how these attributes are used and implemented in Pandas.
Hard Coding Pape Size during Printing
5/21/2020 4:48:21 AM.
Every time I set up a new Windows printer I spend a few minutes going through every bit of the printer properties making sure that every bit is set to A4. The code discussed in this article shows, how
Multiple Screen Support in Android using Android Studio
3/30/2020 12:53:53 AM.
This article explains how Android applications support multiple screens having various sizes and densities.
Re-size and Compress Image in Android Studio
3/26/2020 12:44:06 AM.
In this article you will learn how to resize and compress an image in Android
Intro To Pattern Matching - Covers C# 9
2/24/2020 2:44:43 AM.
In this article you will learn about Pattern Matching: Covers the proposals for C# 9.
How To Shrink The Hard Disk Partition In Windows 10
1/21/2020 7:32:48 PM.
In this article, I have described how to shrink the hard disk partition or volume in Windows 10.
Make the Title Bars Bigger in Windows 8
1/17/2020 11:38:24 AM.
In this article I will show how to increase the font size of title bars in Windows 8.
HTML For Beginners: Part 3
1/15/2020 11:26:10 AM.
In this article we will learn HTML Attributes.
How To Change The Size Of Desktop Icons And Taskbar Icons In Windows 10
1/13/2020 3:32:55 AM.
In this article you will learn how to change the size of desktop and taskbar icons in Windows 10.
How To Change Windows 8 Metro Tile Sizes
12/30/2019 3:57:47 AM.
In this article we explain how to change the Windows 8 Metro tile sizes.
Resize a Partition For Free in Windows 8
12/20/2019 5:00:37 AM.
In this article we are going to explain how to resize a partition for free in Windows 8.
Disable Limit Profile Size in Windows 8
12/12/2019 11:04:53 PM.
This article describes how to disable Limit Profile Size in Windows 8..
How to Resize the Image Using Paint in Windows 8
12/12/2019 10:46:50 PM.
In this article I have described how to resize an image in Windows 8 with the help of Paint.
How to Make Everything Bigger on Screen in Windows 8
12/12/2019 5:12:23 AM.
In this article we are explaining how to make everything larger on the screen in Windows 8.
Introduction to CSS3 : Part 2
12/12/2019 1:23:37 AM.
In this article, you'll learn about background properties in CSS3 with examples.
HTML5 Canvas For Beginners : Part 4
12/10/2019 5:57:01 AM.
In this article we learn about images in HTML5 Canvas.
Enable Limit Profile Size in Windows 8
12/5/2019 2:24:29 AM.
This article describe about how to enable Limit Profile Size in Windows 8.
Encrypt an Azure Virtual Machine VHD File in 5 Minutes
9/4/2019 1:09:09 AM.
In this video, I will show how you can encrypt an Azure VM (VHD) file manually.
Learn DataFrame Attributes In Python
8/26/2019 8:24:50 AM.
In this article, you will learn about various attributes of DataFrame in Python and how we can access different information about dataframes.
How Much Data On The Internet
5/28/2019 7:48:57 PM.
Data growth has been immense in past few years and it is growing faster than ever. As a matter of fact, 90% of internet data has been created in the last 2 years.
ASP.NET MVC 5 - Limit Upload File Size
12/21/2018 8:56:53 AM.
This article is about uploading files by limiting/restricting the desired upload file size by implementing a custom data annotation/attribute component on ASP.NET MVC5 platform.
How To Get And Set Size Of A C# List
12/20/2018 11:42:55 PM.
How to get and set size of a List using C#. The Capacity property gets and sets the number of items a c# list can hold without resizing. C# List Capacity is always greater than or equal to the Count v
Maximum Limit Value For Integer Data Type in SQL Server 2012
11/25/2018 11:38:26 PM.
In this article, I described how to calculate the maximum range of various integer data types in SQL Server. TINYINT, SMALLINT, INT and BIGINT are all number data types. The difference between these d
SharePoint 2016 Configuration Database Size Issue Due To Timer Job History
10/15/2018 10:08:22 PM.
Another problematic day with SharePoint administration. I asked our DBA to send us the database size report about our services databases (which we asked once a while), it was shocking for us. Our conf
Analyzing The Size Of Database And Size Of Table
9/6/2018 6:56:30 AM.
Analyzing The Size Of Database And Size Of Table. In this article, I am going to explain two SQL queries to find the size of the database and size of a table.
Getting Started With Google AdMob
9/4/2018 10:48:00 AM.
Hello Everyone, We are going to learn how to create an account in Google AdMob and how to generate API keys for Android/iOS, which helps us to display ads in our applications.
How to Start Planning and Estimating Projects in Agile
9/4/2018 4:15:44 AM.
How to start planning and estimating projects in AGILE. This is an overview of what measure the project estimate can be done and how to we measure it. In what way we can measure the velocity of a TEAM
PictureBox Control in F#
8/21/2018 2:14:37 AM.
In this article I have explained the PictureBox Control and how to use this control in a Windows Forms application.
How To Change HTTP Browser Cache Size
3/5/2018 10:47:40 AM.
HTTP Caching is available in most browsers and helps make a website more responsive and reduce network bandwidth. In this article, we will understand how to increase or decrease the Cache size in Mode
Virtual Machine Sizes
11/26/2017 4:14:59 AM.
Virtual Machines are highly flexible such that they can be changed in their size and the performance based on the requirement of the user. The resources which we actually require can be decided by us
How To Set Text Alignment and Font Style In Excel Comment using EPPlus Library
7/12/2017 7:19:52 AM.
In this video we are learn how to set text alignment & font style in excel comment using EPPlus .net (C#) library.
How to Change Text, Background Color and Resize Excel Comment Using EPPlus (C# ) .NET Library
7/12/2017 7:15:32 AM.
In this video we will see how to change text, background color and resize Excel Comment using EPPlus (C# ) .NET Library.
Reading Data From a File Using PHP
6/26/2017 1:31:16 AM.
In this article I will demonstrate all the possible ways of reading data from a file using PHP.
How To Get Mobile Phone Screen Size In Xamarin Android App Using Visual Studio 2015
10/22/2016 12:01:26 PM.
In this article, you will learn how to get the mobile phone screen size in Xamarin Android app, using Visual Studio 2015.
VariableSizeWrapGrid Control In UWP Application Development
10/21/2016 6:03:51 PM.
In this article, you will learn VariableSizeWrapGrid Control in UWP application development, with XAML and C#.
Azure Cloud Service - Scale Up Instance Size
9/22/2016 12:18:22 AM.
In this article, we will learn how to Scale up the instance size in Azure Cloud Service, using Visual Studio.
How To Modify Database Size Of An Existing Azure SQL Database
9/13/2016 10:48:23 AM.
In this article, you will learn, how to modify the database size of an existing Azure SQL database, using Azure portal.
Increase Message Size Quota In WCF And Web Service
8/8/2016 11:57:23 AM.
In this article, we can learn how to increase the message size.
Resize Image In C#
7/17/2016 1:39:37 PM.
In this article, you will learn how to resize image in C#.
Image Resize In ASP.NET MVC Using Image Resizer
5/18/2016 12:38:21 PM.
This article introduces about image resizing ASP.NET MVC application.
Choosing Your Next Company: Corporation, Medium-Sized, or Startup
4/29/2016 12:04:53 PM.
Looking to join a new company? Not sure if you want to work for a small or large company? Here is some advice.
SharePoint 2013: How To Increase Workflow Size Using PowerShell
3/15/2016 10:05:18 AM.
In this article you will learn how to increase workflow size using PowerShell in SharePoint 2013.
Speech Synthesizer For Windows 10
1/13/2016 1:14:49 PM.
In the following article I will show how to use speech synthesizer in Universal Windows Platform.
Understanding Window Service In AngularJS
12/24/2015 6:56:58 AM.
In this article you will get to know about Window Service in AngularJS.
TextToSpeech In WPF Using SpeechSynthesizer Class
12/2/2015 7:34:52 AM.
In this article we will learn how to use System.Speech.Synthesis in WPF application.
Solving The Size Limitation Of Controls And Large Text Using TextBlock In Windows Phone
11/30/2015 1:50:07 PM.
In this article we are going to see how to solve the windows controls size limitation.
An Introduction To Software Metrics
11/5/2015 1:34:15 AM.
In this article you will learn about Software Metrics.
Compress And Resize Image Using Web API
9/14/2015 4:05:44 AM.
In this article we will learn how to compress and resize image in Web API.
- Ebook
Source Code: Graphics Programming with GDI+
Graphics Programming with GDI+ is the .NET developer's guide to writing graphics appl...
Download