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 flat
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Amir Ali (3)
Mahesh Chand (3)
Lokendra Singh (2)
Vipul Malhotra (2)
Shweta Lodha (2)
Deepak Bajaj (2)
Yogeshkumar Hadiya (1)
Jaimin Shethiya (1)
Bechir Bejaoui (1)
Ishika Tiwari (1)
Md Sarfaraj (1)
Nanddeep Nachan (1)
Gyanender Sharma (1)
Raj Kumar (1)
Pravesh Dubey (1)
Pranav J.Dev (1)
Anand Gunasekaran (1)
Matthew Cochran (1)
John Charles Olamendy (1)
Dave McCubbin (1)
Mohammad Elsheimy (1)
Jigar Desai (1)
ivar (1)
Related resources for flat
No resource found
working with map and flatMap Transformations in PySpark
9/19/2024 4:45:13 AM.
This article explores the differences between the map and flatMap transformations in PySpark. The map function applies a one-to-one transformation to each element, while flatMap allows for multiple ou
Understanding flatMap in Java
7/23/2024 7:42:33 AM.
The flatMap operation in Java is a powerful tool for transforming and flattening collections. Learn about Java's `flatMap` operation in this article, which maps each element to a stream and flatte
Create Table And Put Data In SQL Server Using CSV File
4/30/2024 7:28:46 AM.
Learn how to import data from a CSV file into an SQL Server database using SQL Server Management Studio. Follow step-by-step instructions to create a database, import flat files, map fields, and veri
Efficient Data Copying with AutoMapper in C#
4/25/2024 8:16:41 AM.
Discover how to configure profiles, handle complex mappings, customize type conversions, and utilize features like flattening, null substitution, and reverse mapping for efficient data transformations
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
FlatList in React Native
11/27/2023 6:48:46 AM.
FlatList is a vital component in React Native for efficiently rendering large lists of data. Learn its installation and basic usage, key features like data, renderItem, and keyExtractor props, and opt
Zip and Unzip files using GZipStream and DeflateStream classes
9/21/2023 8:55:26 AM.
The dot net framework provides us a way to compress and decompress data using the classes under the System.IO.Compression. There are two main classes that perform the job, namely the GZipStream class
flat() and flatMap() in JavaScript
5/19/2023 4:53:16 AM.
In this article, we will learn how we can deal with nested arrays and how we can alter in single array
FlatList vs SectionList in React Native- Choosing the Right List Component for Your App
4/15/2023 10:26:29 AM.
In React Native, efficiently displaying big lists of data is critical for offering a smooth and responsive user experience. FlatList and SectionList are two prominent list rendering components in Reac
5 Ways To Flatten A List In Python
2/20/2023 11:24:32 AM.
There are many ways to flatten a list in Python, but in this article, I’m going to mention my top five favorites.
Go Flat With SharePoint Hierarchy
1/10/2022 4:20:06 AM.
In this article, we will explore the flat structure benefits over traditional nested hierarchy.
CustomToast in Android
4/1/2020 12:47:47 AM.
This article explains CustomToasts in Android. Android Studio is used to create the sample.
Learn Basic Concepts of Cursor and LayoutInflator in Android
3/31/2020 2:10:18 AM.
In this article you will learn the basic concepts of Cursor and LayoutInflator in Android.
Fragments In Android
3/30/2020 5:29:15 AM.
This article explains Fragments in Android.
Utilizing Azure Blob And WebJob To Convert Excel Files To Flat File Format
2/27/2020 11:37:12 AM.
This article shows how to perform Excel to CSV file conversion without storing them on the local hard drive. Though there are many articles on this topic, this one is different in the way files are re
Creating a Flat Style Navigation Menu Using CSS
12/12/2019 12:53:48 AM.
In this article, we will make a menu with some stylish hover effects. These days flat design navigation has become so popular that we can't neglect this beautiful design.
Move Data From SQL Server To Flat File Using SSIS
12/8/2019 6:54:46 AM.
In this article, you will learn how to copy data from a SQL Server database to a flat file using SQL Server Integration Services.
Map, FlatMap And Reduce In Swift
9/8/2019 5:56:10 AM.
In this article, I will explain the concept of Map, FlatMap/CompactMap, Reduce, and Filter in Swift.
FlatList React Native
10/24/2018 9:34:40 AM.
Here, I am going to explain how we can create a simple list using react-native so that it will work in both IOS and Android application. I have already given a basic introduction about react-native, t
LayoutInflator in Android
9/13/2015 2:37:29 PM.
In this video tutorial you will learn how to use Layout Inflator to inflate layout in programming using java.
Layout Using Java
8/17/2015 1:23:35 AM.
In android you can create your activity Layout in both way mean using Java programming and xml files. In this video you will learn how to create and use Layout in java programming.
Flat File Database System
4/8/2014 3:49:15 PM.
This article provides a simple application with the ability to manipulate a flat file database (text files).
Flat File Parsed to XML Using C#
9/29/2012 6:03:31 AM.
I ran across an interesting problem today where I had to parse a flat file (csv or tab delimited) into an xml document. The solution I arrived at is flexible enough for reuse so I though I'd share the library along with some of my development notes.
Biztalk Messaging Services: Flat File Schema
5/15/2012 8:35:45 PM.
This article is intended to consolidate the principles of messaging in Biztalk Server 2006.
Examining the difference between the PenLineCap's Flat and Square Values
6/8/2010 11:37:00 AM.
Set a Button State in C#
5/18/2010 7:20:45 PM.
This code snippet shows how to set a button state in Windows Forms.
Constructing a Rectangle Object in GDI+
1/11/2010 10:28:11 PM.
In this article I will explain about Constructing a Rectangle Object in GDI+.
Basic GDI+ Objects
11/9/2009 3:23:01 AM.
In this article we will discuss some basic GDI+ objects, such as the color-point-, and rectangle-related structures provided by the .NET Framework library. Understanding these structures is very important because they are used throughout.
Programmatically Compress and Decompress Files
10/4/2009 3:08:55 PM.
Learn how to compress and decompress files programmatically via .NET.
Compress Web Pages using .NET 2.0 Compression Library
10/10/2007 8:03:35 AM.
This article explains how to create very simple HttpModule to compress your dynamic content using compression library (System.IO.Compression) available in .NET 2.0?
.NET Flat Control Library
8/29/2006 7:10:06 AM.
The attached source code contains a library contains basic flat controls.