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 XIB
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Sarthak Varshney (3)
Sardar Mudassar Ali Khan (3)
Sanjay Kumar (2)
Dhiraj Poojary (2)
Mohamed Azarudeen Z (2)
Sachin Bhardwaj (2)
Wdenton (2)
Shiv Sharma (1)
Rohini Parade (1)
Ziggy Rafiq (1)
Aman Gupta (1)
Bikesh Srivastava (1)
Anuradha Rani (1)
Sagar Pardeshi (1)
Muhammad Asif (1)
Jitendra Mesavaniya (1)
Darshan Adakane (1)
Arun Ramaswamy (1)
Vijay Prativadi (1)
Nagaraj M (1)
Umesh Baradkar (1)
Parth Dave (1)
Rion Williams (1)
Dhana Lakshmi (1)
Mayooran Navamany (1)
Ashutosh Singh (1)
Ramasagar Pulidindi (1)
Aradhana Tripathi (1)
Tural Suleymani (1)
Vithal Wadje (1)
Gustav Stiegr (1)
Ajay Kumar (1)
C# Curator (1)
Bhawesh Deepak (1)
Yash Rajora (1)
Prasad Rane (1)
Manikandan M (1)
Dhruvin Shah (1)
Parth Patel (1)
Kenneth M H (1)
Shervin Cyril (1)
Jaganathan Bantheswaran (1)
Manish Singh (1)
Eddy Wu (1)
Anil Kumar (1)
Sachin Malik (1)
Resco (1)
Shivprasad (1)
Related resources for XIB
No resource found
What is the Collect Function in Power Apps?
9/30/2024 8:32:00 AM.
Power Apps enables users to create custom applications with minimal coding, utilizing features like the Collect function for data management. This function allows dynamic storage of various data types
Learn MongoDB Evaluation Operators
9/24/2024 7:19:02 AM.
MongoDB's evaluation operators enable advanced query operations, allowing for dynamic data retrieval beyond simple comparisons. Key operators include $regex for regular expression matching, $mod f
Abstract Factory Design Pattern in .NET Core C# 12
8/29/2024 4:29:33 AM.
In this detailed article by Ziggy Rafiq, you will learn how to implement key components like AbstractFactory, ConcreteFactory, AbstractProduct, and ConcreteProduct in .NET Core with C# 12. By leveragi
Dynamic Forms and Flexible Data Storage for Web Apps
8/26/2024 4:03:17 AM.
This guide covers responsive form creation, scalable data management, and seamless backend integration, offering strategies for efficient user input handling and adaptable storage solutions.
Lean Methodology vs. Agile Methodology
8/13/2024 5:27:51 AM.
Lean and Agile methodologies enhance efficiency and value delivery in project management. Lean, originating from manufacturing, focuses on waste reduction and process optimization. Agile, from softwar
Create Dynamic and Flexible Height Vertical Gallery
7/24/2024 6:29:48 AM.
Scrolling through controls is frequently not necessary or should be avoided. We can make the controls height adjustable or overflowing in such a situation. We shall examine how to exceed gallery heigh
Create Dynamic and Flexible Height Gallery
7/22/2024 7:47:17 AM.
We often come across where scrolling of controls is not needed or avoided. In such case we can make controls height flexible or overflowing. In below article we will see how to overflow gallery height
Virtualization Defined Optimizing IT Efficiency and Security
7/13/2024 7:13:11 AM.
Learn about leveraging virtual machines, cloud technologies, and network optimizations to streamline processes and safeguard data, ensuring robust IT infrastructure in the digital age.
Virtualization Hardware Independence The Key to Modern IT Flexibility
7/13/2024 5:09:47 AM.
Hardware independence in virtualization decouples software from specific hardware, allowing virtual machines to operate independently of physical servers. This enables flexible resource management, se
Explicit Interface Implementation & default interface methods in C#
7/3/2024 11:53:14 AM.
In C# programming, interface members serve as blueprints that classes must follow when implementing functionality. When multiple interfaces declare members with the same names, naming conflicts can ar
Strategy Design Pattern in .NET
5/14/2024 6:36:26 AM.
In .NET, the Strategy design pattern is a behavioral pattern that allows you to define a family of algorithms, encapsulate each one of them, and make them interchangeable. This pattern lets the algori
TOP 5 Benefits of Cloud Computing
5/10/2024 8:09:55 AM.
Cloud computing offers scalability, cost efficiency, flexibility, reliability, and security. It enables businesses to scale resources as needed, reducing infrastructure costs, providing agility, ensur
Azure Bicep: Modules for Flexible Resource Management
5/10/2024 6:02:58 AM.
This article is a comprehensive guide that takes you on a deep dive into Azure Bicep modules. It starts with logging into Azure, then moves on to explain the concept of modules in Azure Bicep, complet
Reversing Parameter Order with Named Arguments in C#
4/24/2024 6:36:35 AM.
In C#, methods often take parameters that are passed in a specific order defined by their method signature. However, there are cases where you might want to reverse the order of parameters when callin
Select Data Using Spatial Types Via EDF Framework 5.0
4/18/2024 10:28:09 AM.
Explore the utilization of spatial types for data retrieval in Entity Data Model Framework 5.0. Learn how to design entities, create a web application, and implement data retrieval using Entity Frame
Mastering SOLID Design Principles in C#
4/11/2024 3:58:49 AM.
SOLID design principles provide guidelines for creating maintainable, flexible, and scalable software. They enhance code readability, reduce duplication, and promote effective testing. Principles like
WebAPI Using Flask
4/8/2024 8:17:03 AM.
Flask, a micro framework, simplifies API development with its ease of use and flexibility. Widely adopted by high-traffic sites like LinkedIn, it offers simplicity in installation and coding. Sample
Flexible Height Gallery with a Separator
4/1/2024 7:28:47 AM.
Learn to create a flexible gallery with a separator in your app.Add a blank flexible height gallery. Add controls like labels and dropdowns.Set auto height toggle for labels.Add separator rectangle wi
Best Practices To Make Responsive Website Design (RWD)
3/15/2024 11:07:00 AM.
Employ a mobile-first approach, utilizing flexible grids, media queries, and fluid layouts. Implement breakpoints, optimize images, and prioritize content for performance. Focus on enhancing user expe
Common Approaches To Responsive Design
3/15/2024 11:02:24 AM.
This article, Explores various strategies for responsive design, including CSS media queries, flexible layouts, and mobile-first approaches. Adapt your website's design to different devices seamle
Introduction to Structure Map
2/28/2024 6:58:30 AM.
This article provides an introduction to the concepts of the Dependency Injection Principle (DIP) and Inversion of Control (IOC), explaining their significance in software development.
React Design Pattern Series: Mastering Render Props Pattern
2/13/2024 10:41:52 AM.
The article delves into the power and flexibility of React render props as a fundamental design pattern in React development. Exploring the concept, benefits, and real-world use cases, the article dem
Creating Azure Virtual Machines, their Advantages and Disadvantages
2/13/2024 5:13:45 AM.
This comprehensive guide introduces Azure Virtual Machines (VMs) as a core component of Microsoft Azure, explaining their scalability, flexibility, and integration benefits. It covers the advantages a
Understanding the Factory Pattern in .NET Core
2/6/2024 6:54:59 AM.
Explore the power of the Factory Pattern in software design, a creational pattern enhancing flexibility. Delve into a real-world example using .NET Core for a car manufacturing system.
Custom Events in C# for Enhanced Communication and Flexibility
1/31/2024 8:33:20 AM.
In C#, you can create custom events to provide a way for classes to communicate and react to certain actions or state changes.
Angular Content Projection: UI Flexibility and Reusability
1/31/2024 6:59:14 AM.
Angular's content projection, also known as transclusion, elevates UI flexibility and reusability within the framework. By enabling the injection of content from a parent component into designated
Default Lambda Parameters in C# 12
1/5/2024 11:16:42 AM.
C# 12 introduces a game-changer: default lambda parameters. This article delves into this powerful feature, showcasing its functionalities, advantages, and practical applications through detailed exam
Optional Parameters in SQL Server
10/26/2023 12:57:13 PM.
Optional parameters in SQL Server refer to the capability of defining parameters within SQL queries that can be left unspecified or set to default values if not provided by the user. This feature enha
Elements Of Responsive Web Design
10/19/2023 12:10:03 PM.
Responsive web design ensures that users can access a website effortlessly, whether they are using a desktop computer, laptop, tablet, or smartphone. By dynamically adjusting the layout and content pr
Dynamic Type Array In C# 4.0
10/10/2023 11:59:53 AM.
Dynamic Type Arrays in C# 4.0 offer flexibility by allowing the creation of arrays that can store different data types within the same array. This feature is especially useful when dealing with hetero
Using MockingContext: A Flexible IServiceProvider Implementation in C#
10/3/2023 5:43:56 AM.
Explore the MockingContext class: a custom implementation of the IServiceProvider interface in C#. Learn how this class provides an efficient way to automatically instantiate or mock services on-the-f
Building Flexible And Future-Proof C# Applications With Examples
9/27/2023 6:11:38 AM.
This article explores the Open Closed Principle (OCP), one of the SOLID principles of object-oriented design, and how it can help developers build flexible and future-proof C# applications. By adherin
What is the difference between SQL and NoSQL?
8/24/2023 10:54:21 AM.
The choice between SQL and NoSQL depends on factors like the nature of the data, scalability needs, query patterns, and the specific requirements of the application you're building. SQL databases
Dependency Injection in ASP.NET Core
8/21/2023 4:23:58 AM.
Discover the power of Dependency Injection (DI) in ASP.NET Core with this comprehensive guide. Dive into the world of IoC (Inversion of Control) principles and learn how DI promotes modular, maintaina
ASP.NET Core API Pagination and Filtering
8/17/2023 7:45:54 AM.
Implementing pagination and filtering in an API is a common practice to optimize responses and efficiently handle large datasets. Here's a step-by-step guide on how to achieve this in an ASP.NET C
Implementing Content Negotiation for Flexible Data Formats
8/16/2023 1:10:51 PM.
Content negotiation in ASP.NET Core is crucial for serving different data formats like JSON, XML, etc., based on the client's preferences. Here's a complete example of how to implement content
Exploring VMware SaltStack's Configuration Management Capabilities
7/18/2023 9:10:12 AM.
This article delves into the powerful configuration management capabilities of VMware SaltStack, including declarative syntax, enforcing desired system states, and reducing configuration drift.
Handling Data with Composite Models in C# and .NET
7/12/2023 6:34:41 AM.
In this article, we will learn how to efficiently represent data in C# by leveraging composite models.
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
Azure Cloud Migration
4/15/2023 3:26:25 PM.
Cloud migration in azure
Deploying .NET 6 Workload To Google App Engine Flexible Environment
3/6/2023 10:50:26 AM.
In this article, we would understand more about Google App Engine features compute service offered by Google cloud. We would also deploy fully functional .NET 6 workload to GAE.
Implement The Custom Table View With xib In Xamarin.ios Using xcode
3/4/2022 2:45:14 AM.
In this article, I have explained the custom table view in in Xamarin.iOS. Table views in iOS display rows of vertically scrolling content in a single column. Each row in the table contains one piece
Microsoft Loop - A Quick Look
11/17/2021 2:14:55 PM.
During this article, we will discuss about what is Microsoft Loop and what does it offers?
Dynamic Accordion In PowerApps
4/7/2021 1:15:35 PM.
In this article we will learn how to create dynamic accordion in PowerApps
Writing A Generic Data Access Component - Flexible Approach
12/7/2020 1:10:14 AM.
Here is one more flexible approach to achieve the same. I prefer this approach to generic data access.
C# 8.0 - Default Interface Implementation - A New Feature Which Makes The Interface More Flexible
1/9/2020 2:22:38 AM.
In September Microsoft announced the official availability of C# 8.0 as part of the .NET Core 3.0 release. One of the new features is default interface implementation. In this article I am explaini
Flexbox in HTML5: An Overview
12/12/2019 10:48:06 PM.
This article explains the Flexible Box Module in HTML5.
Create Flexible Box Model Using HTML5 Tools
11/1/2019 2:10:36 AM.
This is a simple application developed in HTML 5 that help to how to create the Quick hits with the Flexible Box Model application. We have know that the HTML 5 is the advance version of the HTML.
FlexibleList In C#
10/8/2019 1:04:31 AM.
This article is about FlexibleList in C#.
The 3 Things: Never Do at Your Workplace
4/23/2015 1:48:43 PM.
In this article you will see the 3 things you should never do at your workplace.
Difference Between Storyboard and XIB in iOS7
1/11/2014 8:11:42 PM.
In this article, I would like to explain all the differences between Storyboard and XIB.
Difference Between .xib and .nib in iPhone
2/17/2013 5:19:38 PM.
In this article I explain the basic difference between .xib and .nib in iPhone.
How to Add MainWindow.Xib in iPhone
1/2/2013 8:00:01 AM.
In this article I will explain how to add a window from a user interface and how to make it's connection from a project.
Flexible KeyBoard Control for Mobile Applications
5/20/2012 6:40:50 AM.
This article describes you how to create a customizable keyboard control by using Resco mobile forms toolkit.
16 steps to write flexible business validation in C# using Validation Blocks
3/30/2009 3:37:12 AM.
Validation is one of the most important parts in any software project. Building flexible business validation is every one’s dream.
Creating Extensible and Flexible Hosted Applications: Part 1
2/3/2006 2:08:04 AM.
Moving from procedural programming languages such as ASP and Visual Basic to .NET object-oriented languages enables programmers to build systems that are highly extensible and flexible.
Creating Extensible and Flexible Hosted Applications: Part 2
2/3/2006 1:44:39 AM.
For this article I will use the same requirements and goals defined in part 1.