C# Corner
Tech
News
Videos
Forums
Trainings
Books
Live
More
Interviews
Events
Jobs
Learn
Career
Members
Blogs
Challenges
Certifications
Bounties
Contribute
Article
Blog
Video
Ebook
Interview Question
Collapse
Feed
Dashboard
Wallet
Learn
Achievements
Network
Refer
Rewards
SharpGPT
Premium
Contribute
Article
Blog
Video
Ebook
Interview Question
Register
Login
Tags
No tag found
Content Filter
Articles
Videos
Blogs
Resources
News
Forums
Interviews
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Mahesh Chand(19)
Sandhiya Priya(4)
Aarav Patel(4)
Niharika Gupta(4)
Rajesh Gami(4)
Ananya Desai(2)
Ck Nitin(2)
Amit Mohanty(2)
Sarthak Varshney(2)
Sanwar Ranwa(2)
Shweta Lodha(2)
Aashina Arora(2)
Diamondantony Joseph(1)
Mike Gold(1)
Mike Griffin(1)
Ankur Mistry(1)
Nipun Tomar(1)
Saurav Kumar(1)
Nidhi Sharma(1)
Aishwarya Gupta(1)
Tanuj (1)
Riya Patel(1)
Santosh Karanam(1)
Sreenath Kappoor(1)
Mark Pelf(1)
Alkesh Bijarniya(1)
Jaimin Shethiya(1)
Farhan Ahmed(1)
Satyaprakash Samantaray(1)
Keyur (1)
Ijas Ahamed(1)
Sagar Vishwakarma(1)
Abhishek Tiwari(1)
Mohamed Azarudeen Z(1)
Harshal Limaye(1)
Koshila Senadhira(1)
Pragya Chaudhary(1)
Željko Perić(1)
Swesh S(1)
Rajat Jaiswal(1)
John Morehouse(1)
Mahesh Verma(1)
Asma Khalid(1)
Waqas Sarwar(1)
Venkata Siva Prasad Reddy Pulagam(1)
Abhinav Galodha(1)
Sabarish Natarajan(1)
Manoj Kalla(1)
Kishore Chowdary(1)
Vishal Pawar(1)
Kaviya Balasubramanian(1)
Delpin Susai Raj(1)
Vijayaragavan S(1)
Shubham Sharma(1)
Kuppurasu Nagaraj(1)
Praveen Sreeram(1)
Joginder Banger(1)
Prashant Verma(1)
Suresh M(1)
Tushar Sharma(1)
Sumit Deshmukh(1)
Shresthi Jaiswal(1)
Anil Kumar(1)
Resources
No resource found
Form Inputs And Sizing In Bootstrap
Jul 04, 2017.
In this article we will about how to create a bootstrap from inputs and sizing, Bootstrap provides several form control styles, layout options, and custom components for creating a wide variety of forms.
Grid View Control V - Sizing and Tabbing in the GridView
May 05, 2004.
This article is in response to forums question how do I resize and use tabbing in GridView control.
Dynamic Data Grid for Windows Forms Sizing Routine
Nov 11, 2003.
This article and the attached source code project is called GridLayoutHelper and it allow you to size a Windows Forms DataGrid much like you can an ASP.NET DataGrid.
Agile Story Point Estimation Techniques - T-Shirt Sizing
Nov 24, 2017.
In this article, we will learn Story Point Estimation using T-Shirt Sizing Technique. In my previous articles, we have discussed Agile Story Point Estimation and Agile Story Point Estimation Techniques - Planning Poker In this article, we will learn Story Point Estimation using T-Shirt Size Technique.
Silvelight Datagrid Auto Sizing
Mar 26, 2009.
This articles describes how to autosize a Silvelight Datagrid and its columns.
Max Sum Subarray of Size At Least K – Complete Explanation (Java)
Aug 03, 2026.
Master the Max Sum Subarray of Size At Least K problem with a Java O(n) solution combining Kadane's Algorithm and Sliding Window.
Reducing Docker Image Size for .NET 11 Production Apps
Jul 31, 2026.
Reduce .NET 11 Docker image size with multi-stage builds, optimized base images, trimming, and more for faster deployments.
Docker Image Size Benchmark: 8 Techniques That Actually Work
Jul 29, 2026.
Optimize Docker image size with 8 proven techniques for faster CI/CD, reduced costs, and quicker deployments. Benchmark for maximum impact.
Docker Image Optimization for .NET: Multi-Stage Builds and Chiseled Images
Jul 23, 2026.
Optimize .NET Docker images with multi-stage builds & chiseled images for smaller, faster, and more secure deployments.
Docker Multi-Stage Builds
Jul 22, 2026.
Optimize .NET apps with Docker Multi-Stage Builds. Create smaller, faster, and more secure container images for cloud deployment.
Docker Image Optimization: Reducing Build Time and Image Size
Jul 20, 2026.
Optimize Docker images for faster builds, smaller sizes, and enhanced security. Learn techniques like multi-stage builds and caching.
How to Fix "Maximum Request Length Exceeded" in ASP.NET Applications
Jun 05, 2026.
Learn how to fix the "Maximum Request Length Exceeded" error in ASP.NET and IIS. Configure maxRequestLength and maxAllowedContentLength settings to support large file uploads up to 100 MB or more.
Max Sum Subarray of Size K
Apr 27, 2026.
Master the sliding window technique to find the maximum sum subarray of size K. This guide provides a clear explanation, Java code, and complexity analysis.
What is Tree Shaking in JavaScript and How Does It Reduce Bundle Size?
Apr 15, 2026.
Tree shaking slashes JavaScript bundle size by eliminating dead code! Learn how ES modules and tools like Webpack, Rollup, and Vite boost performance and SEO.
How to Reduce Docker Image Size for .NET Applications?
Mar 31, 2026.
Optimize .NET Docker images for speed & cost! This guide covers multi-stage builds, runtime images, .dockerignore, and more to shrink your image size significantly.
How Do You Optimize Cloud Cost?
Mar 31, 2026.
Optimize cloud costs by right-sizing, automating scaling, and eliminating unused resources. Monitor usage and choose the right pricing for maximum savings.
Dynamic Theme Switching and Font Size Control for Better Accessibility
Mar 24, 2026.
Enhance website accessibility with dynamic themes, font size control, and a 'skip to content' link. Improve user experience and inclusivity for all visitors.
How to Get Your Crypto Project Listed on Exchanges
Mar 17, 2026.
Unlock exchange listing success! This guide covers everything: costs, preparation, exchange types (CEX/DEX), liquidity, marketing, and avoiding common pitfalls. Build before you list!
How to Optimize JavaScript Bundle Size Using Tree Shaking Techniques
Mar 17, 2026.
Reduce JavaScript bundle size and boost web performance with tree shaking! Learn how to eliminate unused code, optimize your builds, and improve user experience.
What Techniques Help Reduce Bundle Size in Modern JavaScript Applications?
Mar 11, 2026.
Optimize JavaScript bundle size for faster web apps! Learn code splitting, tree shaking, lazy loading, & more to boost performance & SEO. Global best practices included.
Multi-Stage Builds in Docker: Reducing Image Size for Production
Feb 17, 2026.
Reduce Docker image size for production using multi-stage builds! Improve security, speed up deployments, and optimize your DevOps workflow. Learn how!
How to Resolve “File Size Exceeds Limit” Error While Uploading Files
Jan 30, 2026.
Frustrated by "File size exceeds limit" errors? This guide unravels the common causes, from server limits to browser quirks, and provides practical fixes for users and developers.
How to Fix Git Push Rejected Due to Large File Size Error
Jan 27, 2026.
Fix Git push rejected errors caused by large files! Learn how to identify, remove, and prevent oversized files from bloating your repository. Keep your Git clean!
Power BI Dataset Size Limits and Real-World Workarounds
Jan 21, 2026.
Overcome Power BI dataset size limits! Learn practical workarounds like data reduction, incremental refresh, and optimization for faster, reliable reports.
How to Size Kubernetes Memory Limits Correctly for Rust Services
Jan 20, 2026.
Master Kubernetes memory limits for Rust! Avoid OOMKills and cost overruns by focusing on peak usage, reserved memory, and realistic traffic patterns. Ensure stable, predictable Rust services.
How To Reduce Amazon EC2 Costs
Jan 12, 2026.
This FAQ explains the most effective and practical ways to reduce Amazon EC2 costs without hurting application performance. It covers right sizing instances, using Savings Plans and Reserved Instances, shutting down idle resources, leveraging Auto Scaling and Spot Instances, and avoiding common EC2 cost mistakes that lead to overspending.
How to Reduce Azure Cloud Costs: 12 Steps Guide for Enterprises and Startups
Jan 11, 2026.
Learn how to reduce Azure cloud costs in 2026 using proven enterprise strategies. This guide covers right sizing, Reserved Instances, Azure Cost Management, Hybrid Benefit, autoscaling, and real world cost saving techniques used by high growth teams and enterprises.
How to Reduce AWS Cloud Costs: A Proven Strategy for Enterprises and Startups
Jan 11, 2026.
Learn how to reduce AWS cloud costs using proven enterprise strategies. This guide covers EC2 right sizing, Savings Plans, Reserved Instances, AWS Cost Explorer, Trusted Advisor, autoscaling, and real world cost optimization techniques.
Reduce Google Cloud Costs: Proven Strategy for Startups and Enterprises
Jan 11, 2026.
Learn how to reduce Google Cloud costs using proven enterprise strategies. This guide covers GCP right sizing, committed use discounts, sustained use discounts, BigQuery optimization, autoscaling, and real world cost reduction techniques.
Why Is My Azure Bill So High?
Jan 11, 2026.
Why is your Azure bill so high? Learn the real reasons behind rising Azure costs and how to fix them using proven strategies like right sizing, cost management, Reserved Instances, autoscaling, and license optimization.
Why Is My Azure Bill So High? The Real Reasons and How to Fix Them
Jan 11, 2026.
Why is your Azure bill so high? Learn the real reasons behind rising Azure costs and how to fix them using proven strategies like right sizing, cost management, Reserved Instances, autoscaling, and license optimization.
Why Is My AWS Bill So High? And How To Reduce It To Half
Jan 11, 2026.
Why is your AWS bill so high? Learn the real reasons behind rising AWS costs and how to fix them using proven strategies like EC2 right sizing, Savings Plans, Cost Explorer, auto scaling, and cost governance.
Why Is My Google Cloud Bill So High And How To Reduce It
Jan 11, 2026.
Why is your Google Cloud bill so high? Learn the real reasons behind rising GCP costs and how to fix them using proven strategies like right sizing, committed use discounts, BigQuery optimization, autoscaling, and cost governance.
What Are the Best Ways to Right Size Azure Virtual Machines?
Jan 11, 2026.
Optimize Azure VM costs! Learn data-driven right-sizing strategies: usage metrics, Azure Advisor, gradual adjustments, autoscaling, and continuous monitoring.
How Do I Right Size EC2 Instances to Save Money?
Jan 11, 2026.
How do you right size EC2 instances to save money? Learn how to use CloudWatch metrics, instance family selection, Auto Scaling, and gradual resizing to reduce AWS EC2 costs safely.
How Do I Right Size Compute Engine and GKE Workloads to Save Money?
Jan 11, 2026.
Cut Google Cloud costs! Learn how to right-size Compute Engine & GKE workloads using data-driven strategies. Optimize CPU, memory, & node pools for maximum savings.
Why Your Website Is Slow (And How to Fix It) In Angular
Dec 15, 2025.
A deep, production-ready guide explaining why Angular websites become slow and how to fix them using real-world best practices. Focused on architecture, change detection, lazy loading, and build optimizations. Written for senior developers maintaining large Angular applications.
How Much Liquidity Does a Token Need?
Dec 13, 2025.
How much liquidity does a crypto token really need to succeed? Learn how to calculate token liquidity, avoid common launch mistakes, and design a sustainable liquidity strategy that supports price stability, trading volume, and long term growth.
Reducing API Response Size Using AutoMapper and DTOs
Dec 04, 2025.
Optimize ASP.NET Core APIs by reducing response size using DTOs, AutoMapper, and LINQ projections. Improve performance and security for Angular apps.
Implementing an Angular Performance Budget System — Auto-block Heavy Bundles
Nov 18, 2025.
Enforce Angular performance budgets! Auto-block heavy bundles in CI/CD. Improve Core Web Vitals & user experience with this practical guide.
Optimizing Angular Bundle Size with ESBuild and Differential Loading for Maximum Performance
Nov 12, 2025.
Boost Angular app performance! Learn how to optimize bundle size using ESBuild and Differential Loading for faster load times and improved user experience. Target modern browsers effectively.
What are the best ways to optimize Docker images
Nov 06, 2025.
Optimize Docker images for .NET, Node, and microservices! Multi-stage builds, lightweight images, layer caching, and more. Reduce size, boost performance, and enhance security.
What Is a Multi-Stage Dockerfile and how to create it
Nov 06, 2025.
Optimize Docker builds with multi-stage Dockerfiles! Reduce image size, improve security, and accelerate deployments. Perfect for .NET Core apps on Kubernetes and Azure.
What is Google Gemini Enterprise Context Window
Oct 10, 2025.
Discover how large Google Gemini Enterprise’s context window really is. Learn how its 1 million-token memory compares with ChatGPT Enterprise, Claude 3 Opus, and Copilot, and what that means for enterprise-scale reasoning and document analysis.
How to Print PDF files in C# (Developer Tutorial)
Aug 23, 2025.
IronPrint is a C#/.NET library for direct, reliable PDF printing. It supports silent printing, multi-page documents, duplex, and custom printer settings, enabling automated, professional printing for enterprise and desktop applications.
What’s New in GPT-5
Aug 08, 2025.
Discover all the new features of GPT-5, including massive context size, reduced hallucinations, smarter coding, multi-model integration, and enterprise adoption. Learn how GPT-5 changes AI workflows and boosts productivity.
Understanding IEnumerable, ICollection, IList, and List
Mar 02, 2025.
In .NET, collections like IEnumerable, ICollection, IList, and List help manage data efficiently. IEnumerable allows iteration, ICollection supports modifications, IList enables indexing, and List provides dynamic resizing and advanced methods.
How to Optimize Docker Images for Smaller, Faster Deployments
Nov 18, 2024.
Learn simple strategies to optimize Docker images, reduce their size, and speed up deployments with tips like lightweight bases, cleanup, and multi-stage builds.
Query to find Table Name, Row Count, Column Count and Data Size
Jul 02, 2024.
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 management and performance analysis.
How to introduce AI technologies into a medium-sized office (May 2024)
Jun 02, 2024.
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 costs, choose vendors wisely, and establish performance metrics for scalability and success.
How to re-render the View When the Browser is Resized in ReactJS
May 24, 2024.
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 responsive behavior for dynamic layout adjustments.
Response Compression in .NET Core
Mar 22, 2024.
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 HTTPS, and understand client-server interaction for efficient data exchange.
What is File Size filter in Vue.js?
Mar 13, 2024.
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
Mar 11, 2024.
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 maximum file size programmatically in your controller actions.
Auto Detect Responsive Screen Sizes Using Angular and Bootstrap
Feb 19, 2024.
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 for detecting changes in the window size, allowing for dynamic adjustment of screen dimensions.
Using ByteSize to Represent Byte Size
Dec 17, 2023.
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
Dec 13, 2023.
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
Dec 04, 2023.
Explore the revolutionary .NET Chiseled Containers for cloud app deployment, offering size, security, and operational efficiency benefits.
PHP.ini Upload_Max_Filesize Exceeded Error
Oct 26, 2023.
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 the upload_max_filesize directive specified in your php.ini configuration file.
Compress and Reduce File Size of Images in ASP.NET Core
Oct 01, 2023.
Compress and Reduce File Size of Images in ASP.NET Core
Update Size of File Column in Dataverse Table
Sep 17, 2023.
This article will walk you through that how we can update the size of already created file type column in Dataverse table.
How To Prevent Font-Size Changes in iPhone Apps?
Aug 10, 2023.
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 clear visual hierarchy, monitor third-party libraries, and stay updated with design guidelines. Create an accessible and visually pleasing experience for users while preventing font size inconsistencies.
Mastering Virtual Machine Deployment in Azure: In 8 steps.
May 10, 2023.
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 is catchy and attention-grabbing, making it more likely that readers will want to read the article.
How To Change The VSCode Terminal Font Size
Jan 23, 2023.
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 size, using the Settings screen as well as the settings.json file.
How To Implement Allowed Virtual Machine Size SKUs Policy In Azure
Dec 27, 2022.
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
Aug 10, 2022.
This article explains how one can label the size column that is generated programmatically.
Getting The Terminal Size In Python
Jul 12, 2022.
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.
Memory Management
Apr 25, 2022.
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 available like RAM, hard disk, CD, registers, etc., how to manage all the memory resources in a more efficient method. Memory management primarily manages the “primary memory”. Primary memory is the priority of memory management, which means memory management manages the primary memory as the top priority and a very large amount.
How To Automatically Set The Font Size Relative To The Page Size
Apr 01, 2022.
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.
Create/Design Adaptive Cards Extensions In SharePoint Site By Out-Of-The-Box Way
Feb 07, 2022.
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
Jan 04, 2022.
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
Nov 30, 2021.
In this article, you will learn about Class and Object in Python.
Change Font Size in Windows 11
Oct 10, 2021.
Learn how to change font size in Windows 11 or increase font size of Windows Explorer in Windows 11.
Quickly Determining Azure SQL Database Size
Jul 20, 2021.
In this article, I'll show you a quick and easy way to determine how much space your Azure SQL Databases are consuming.
Dataframe Attributes In PANDAS
Sep 14, 2020.
In this article, we would learn about various dataframe attributes and how these attributes are used and implemented in Pandas.
Learn DataFrame Attributes In Python
Aug 26, 2019.
In this article, you will learn about various attributes of DataFrame in Python and how we can access different information about dataframes.
ASP.NET MVC 5 - Limit Upload File Size
Dec 20, 2018.
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 Much Data On The Internet
Nov 29, 2018.
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.
SharePoint 2016 Configuration Database Size Issue Due To Timer Job History
Oct 15, 2018.
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 configuration Database size is 509 GB (only data file mdf), Yes It is 509 GB. Time for investigation.
Getting Started With Google AdMob
Sep 04, 2018.
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 Change HTTP Browser Cache Size
Mar 05, 2018.
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 Modern browsers like Google Chrome, Mozilla Firefox, IE.
Increase Data Disk Size In Azure
Feb 11, 2018.
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 a "deallocated" state to safely manage disk expansions without data loss risks.
Set Paging Size In ASP.NET MVC
Nov 19, 2017.
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?
Virtual Machine Sizes
Aug 23, 2017.
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 and then the user can be able to scale up or down the Virtual Machine. When making changes to the Virtual Machine size, the cost that is charged for the Virtual Machine will also vary. Here the size of the Virtual Machine will include the number of cores, the Random-Access Memory, number of data disks, the IOPS range, SSD size, load balancing feature and premium disk support.
Analyzing The Size Of Database And Size Of Table
May 31, 2017.
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.
Add In Built Web Parts In SharePoint Modern Site Page
Apr 18, 2017.
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 your SharePoint site, edit the page, and integrate these web parts to boost communication and site engagement.
How To Get Mobile Phone Screen Size In Xamarin Android App Using Visual Studio 2015
Oct 22, 2016.
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
Oct 21, 2016.
In this article, you will learn VariableSizeWrapGrid Control in UWP application development, with XAML and C#.
How To Change The Size Of Desktop Icons And Taskbar Icons In Windows 10
Sep 23, 2016.
In this article you will learn how to change the size of desktop and taskbar icons in Windows 10.
How To Modify Database Size Of An Existing Azure SQL Database
Sep 13, 2016.
In this article, you will learn, how to modify the database size of an existing Azure SQL database, using Azure portal.
Azure Cloud Service - Scale Up Instance Size
Sep 13, 2016.
In this article, we will learn how to Scale up the instance size in Azure Cloud Service, using Visual Studio.
Increase Message Size Quota In WCF And Web Service
Aug 08, 2016.
In this article, we can learn how to increase the message size.
SharePoint 2013: How To Increase Workflow Size Using PowerShell
Mar 14, 2016.
In this article you will learn how to increase workflow size using PowerShell in SharePoint 2013.
Solving The Size Limitation Of Controls And Large Text Using TextBlock In Windows Phone
Nov 30, 2015.
In this article we are going to see how to solve the windows controls size limitation.
An Introduction To Software Metrics
Nov 05, 2015.
In this article you will learn about Software Metrics.
Change Maximum Size of Upload Document File in SharePoint Server 2013
Aug 28, 2015.
In this article you will learn how to change the maximum size of a Upload Document File in SharePoint Server 2013.
HTML For Beginners: Part 3
Apr 11, 2015.
In this article we will learn HTML Attributes.
Reason For File Size Mismatch In FTP And Local Machine
Mar 26, 2015.
In this article you will learn about possible explanations for a file size mismatch between a FTP and local machine.
WPF Layout: Dealing With Percentage Size in WPF
Mar 12, 2015.
This article focuses on how to adjust the percentage of a container or screen in the size of elements in WPF.
WPF Layout: Size, Width, and Height
Feb 26, 2015.
In this articles, I focus on the size of elements including width and height.