Related resources for flat
  • 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 Core3/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 Native11/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 classes9/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 JavaScript5/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 App4/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 Python2/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 Hierarchy1/10/2022 4:20:06 AM. In this article, we will explore the flat structure benefits over traditional nested hierarchy.
  • CustomToast in Android4/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 Android3/31/2020 2:10:18 AM. In this article you will learn the basic concepts of Cursor and LayoutInflator in Android.
  • Fragments In Android3/30/2020 5:29:15 AM. This article explains Fragments in Android.
  • Utilizing Azure Blob And WebJob To Convert Excel Files To Flat File Format2/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 CSS12/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 SSIS12/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 Swift9/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 Native10/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 System4/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 Schema5/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 Values6/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+ Objects11/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 Files10/4/2009 3:08:55 PM. Learn how to compress and decompress files programmatically via .NET.
  • Compress Web Pages using .NET 2.0 Compression Library10/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 Library8/29/2006 7:10:06 AM. The attached source code contains a library contains basic flat controls.