Resources  
  • .NET Aspire - Cloud Native Apps Framework by MicrosoftDec 21, 2023. Aspire framework offered by Microsoft for Cloud Native Apps development. Embark on an insightful journey into Microsoft's Aspire framework, simplifying cloud app development. Explore its three pillars—Orchestration, Components, and Tooling. Follow a detailed walkthrough and unleash its potential, all accompanied by an illustrative dashboard overview.
  • React Native Development: Building a CI/CD Pipeline with Azure DevOpsNov 27, 2023. In the dynamic realm of mobile app development, React Native has become a prominent framework for cross-platform apps. Ensuring a seamless and error-free deployment demands a robust Continuous Integration/Continuous Deployment (CI/CD) pipeline. Azure DevOps, with its suite of tools, provides an ideal solution for automating build, test, and deployment processes for React Native apps.
  • Getting Started with .NET Aspire for Production Ready Cloud Native AppsNov 20, 2023. .NET Aspire is a user-friendly solution designed for crafting applications ready for the cloud. It simplifies the development process, allowing developers to focus on their core business logic. Packaged as a set of NuGet packages, .NET Aspire handles specific cloud-related concerns. Whether you’re dealing with databases, messaging, or caching, .NET Aspire has you covered. It’s your go-to stack for creating cloud-ready, observable, and production-ready applications.
  • Axios with React/React Native for HTTP RequestsOct 23, 2023. This article explains how to use Axios library in react native for making http requests
  • React Native AsyncStorage: A Guide to Storing and Managing Local DataJul 28, 2023. When we are building a mobile application, we often need to store data locally for easy access. In React Native, AsyncStorage is a dependency that allows us to store data on our device.
  • React Native Stack Navigation Made Simple - A Beginner's GuideApr 12, 2023. Navigation is a critical part of creating a high-quality mobile application. It is responsible for giving consumers an intuitive and seamless experience, allowing them to seamlessly navigate from one screen to the next.
  • Flutter Vs React Native - The Ultimate Battle For Cross-Platform Mobile Development SupremacyApr 11, 2023. Mobile app development has seen rapid growth in recent years, as cross-platform development solutions have become more popular. There are two solutions that have proven popular among developers: Flutter and React Native.
  • Ahead Of Time (AOT) Compilation To Native Code In .NET 7Dec 13, 2022. In this article, you will learn about Ahead Of Time (AOT) compilation to native code in .NET 7.
  • Importance Of React Native DevelopmentMay 30, 2022. In this article, you will learn about the importance of React Native Development.
  • Create A Various Alert Control In React Native Using Visual Studio CodeMar 07, 2022. In this article, I have explained about alert control in react native with different type of alert we can provide optional button in alert control and when user tapping the button. It will fire the respective onPress callback and dismiss the alert. By default, alert having the ok button.Alert control API works both on Android and iOS and users can be able to show the static alerts.
  • Create A Custom List View In React Native Using Mac Visual Studio CodeMar 04, 2022. React Native list view is a view component, and it contains list of items. ListView DataSource is the minimum API to create list view. It populates array of data blobs with list view components and its data source. React native data item can be able to display in a vertical scrollable list. The render row takes a blob from data array and its returns renderable component.
  • Core Components In React Native Explained With ExampleMar 03, 2022. In this article, I have explained about core components of react native using visual studio code in mac and given the sample program to understand quickly.React native is an open-source framework for building android and iOS apps using react native. You can use JavaScript to access your platform’s API and we have use behaviors of UI using react components.For Android and iOS development. View is the basic building block of UI with small element on the screen. It has used to display text, images, respond to user input and button.
  • Install React Native And Create First React Native App On MacFeb 28, 2022. React Native is a popular cross platform mobile app development. We can develop android and iOS with independent platform wise mobile app development, and it reduce time, cost for the app. react native development can do impossible things last few years back. Now, its complete game changer technique. Anyone can develop with single language for both android and iOS.
  • Flutter Vs React Native - Best Choice To Build Mobile App In 2021Dec 01, 2020. In this article, you will learn about Flutter Vs React Native.
  • React Native vs Flutter vs Xamarin - Finding The Best Framework In 2020Jul 31, 2020. In this article, you will learn about React Native vs Flutter vs Xamarin and we will discuss finding the best framework in 2020.
  • How To Implement Plug-In On C# Blazor For Native JavaScript Application. Open API Scheme Diagram For Draw.ioJan 28, 2020. What if Blazor .NET and C# can be used for building the plug-in for the existing native JavaScript web or Electron application? This article is devoted to creating the Open API scheme visualization plug-in on C# language for the diagram web-editor Draw.io implemented on JavaScript.
  • Getting Started with a React Native Application TutorialJan 07, 2020. In this article, we will see how to get started with React-Native and run the app on Android devices, with step-by-step installations on Ubuntu.
  • Adventure Car Race Using Native Platform In Gdevelop Oct 31, 2019. In this article, you will learn about an adventure car race using Native Platform in Gdevelop.
  • React Native State And PropsSep 05, 2019. In this article, you will learn about React Native State and Props.
  • Modern Environment For React Native ApplicationsAug 19, 2019. In this article, we will learn the process of setting up a React Native environment using expo-cli, TypeScript, and Jest.
  • Installation And Running React Native On Windows OS - For BeginnersAug 05, 2019. This article guides Android or iOS developers to set up React Native on Windows operating system.
  • How To Set Up React Native Development Environment For Android AppsJul 29, 2019. In this article, you will learn how to set up the React Native development environment for Android apps.
  • How To Open A PowerApps Native App From SharePoint ListViewMay 20, 2019. In this article, we will see how to link a PowerApps native app to a SharePoint list view.
  • State And Props In React Native ApplicationMar 05, 2019. In this article, we will see how to use State and Props in a React Native application.
  • Migrate Existing Native SSRS Reports To Power BI Report ServerDec 26, 2018. We can migrate our existing SSRS reports to Power BI Report Server. In order to do the successful migration, we need to follow some steps. This article covers step-by-step procedure of migrating the existing Native mode SSRS reports to Power BI Report Server. In short, we will learn SSRS to Power BI migration within this article.
  • How To Remove Native Azure Active Directory From Azure PortalOct 16, 2018. AAD stands for Azure Active Directory. We can create two types of Azure Active Directory. In here, we will learn how to remove a native AAD from the Azure portal.
  • How To Save An Image To A Specific Path In Ionic 3 Using Native Camera PluginAug 23, 2018. In this article demonstrates how to take picture in camera and save a picture specific path in ionic 3 using native camera plugin. The following tools and requirements should prepare before starting this article.
  • How To Load Multiple Images Using Native Image Picker In Ionic 3Aug 16, 2018. Ionic is an open source Framework. Most popular cross-platform mobile app Framework. Helpful to develop or build hybrid mobile apps easily. It will save a lot of time and money.
  • Build Native Cross Platform Apps With Xamarin.Forms And Visual StudioJun 26, 2018. In this article, we will learn to build Native Cross-Platform Apps with Xamarin.Forms And Visual Studio.
  • Create Native Calculator Android ApplicationAug 22, 2017. Android is one of the most popular operating systems for mobile. In this article, I will show you how to create a Native Calculator Android application using Android Studio.
  • Making Web Sites Look Like Native Apps Without the App StoreAug 02, 2017. Earning a place on a user's home screen is key to engagement with customers. The automatic Add to Home Screen Experience provides this capability to progressive web applications. This is driven by the web manifest file, providing valuable meta information to the browser.
  • ImageView In Xamarin Native Platform With ExampleJul 31, 2017. After the process completes, the Xamarin dashboard appears. At the top right, you will see Solution Explorer. There is your application solution.Select application name; extract to resources. The Layout folder appears in which there is Main.axml* file.
  • Take Picture With Android Camera Using Xamarin Native ApplicationJul 16, 2017. Reading this article, you will learn how to create camera application in Xamarin application for Android Platform with XAML and Visual C# in cross platform application development.
  • Xamarin Native Project ArchitectureJan 04, 2017. In this article, you will learn Xamarin native project architecture.
  • Cross Platforms - Managing Azure Mobile Backend And Dealing With NuGet Packages For Native PlatformsDec 25, 2016. In this article, you will learn how to manage Azure mobile back-end and deal with NuGet packages for native platforms.
  • React To Native ReactOct 05, 2016. In this article, you will learn about React to Native React.
  • Components In React Native AppsAug 11, 2016. In this article, you will learn about the components in React Native Apps.
  • WinJS application With Windows Runtime Component To Access Native C# CodeApr 21, 2016. In this article we will learn how to connect WinJS project with Windows Runtime Component to access native C# code.
  • Consuming ASP.Net 5 Web API With CRUD Functions in Windows 10 Native ApplicationAug 13, 2015. In this article we will learn about Consuming ASP.NET 5 Web API with CRUD functions in Windows 10 native application.
  • Import Data From Database Using Native SQL Query in Microsoft Excel 2013Mar 15, 2014. This article shows the powerful features of Excel 2013 to import data from a database.
  • Use of Native Code in AndroidFeb 24, 2013. In this article I explain how to use native code in Android using the assets directory.
  • Interop Without PInvoke - Consuming Native Libraries in C#.Sep 07, 2009. This article will help get you started consuming native code with C# by writing your own interop layer in C++/CLI as a much cleaner and more flexible alternative to using PInvoke.
  • .NET Aspire: Simplifying Cloud-Native Development with .NET 8Dec 13, 2023. The world of cloud-native development is ever-evolving, demanding tools and frameworks that streamline the process of building robust, scalable applications. Enter .NET Aspire, a recently released opinionated stack from Microsoft designed to simplify cloud-native development with .NET 8.
  • FlatList in React NativeNov 27, 2023. 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 optimization techniques, including virtualization and item separators. Explore advanced configurations like horizontal lists, grid layouts, handling end-reached events, controlling scrolling behavior, and dynamically adjusting item heights.
  • Getting Started with Redux Saga in React NativeNov 26, 2023. Discover how to use Redux Saga middleware to simplify side effects management in your React Native app. Our guide covers everything from code organization to debugging, helping you optimize performance and maintainability. Get started with the Redux Saga today!
  • An Introduction to Redux in React NativeNov 21, 2023. Discover Redux - the state management library that revolutionizes React Native development. With Redux, you can simplify data flow, achieve code maintainability, and build scalable apps. Get a hands-on experience and transform your React Native projects!
  • Azure Firewall Cloud-Native, Intelligent, and Scalable Network SecurityAug 31, 2023. Discover the power of Azure Firewall in safeguarding cloud environments against modern threats. This cloud-native security service provides granular control over inbound and outbound traffic, leveraging dynamic threat intelligence for targeted protection. Explore its features, from application and network rules to seamless integration with Azure services, ensuring robust security as businesses embrace the cloud.
  • Using Alert to Enhance User Interaction in React NativeAug 25, 2023. Enhance user interaction in React Native using alerts. Learn how React Native's Alert component facilitates displaying informative messages, confirming actions, and gathering input effectively for a seamless user experience.
  • Native Keyword In JavaMay 19, 2023. In this article, you will learn Native Keyword in java
  • Async Storage in react nativeMay 01, 2023. This article covers the implementation of Async Storage in react nativeive
  • Navigation in React NativeApr 17, 2023. The article is a detailed description on how to add navigation to a react native app
  • Working with APIs Calls In React NativeApr 16, 2023. In today's world of mobile app development, working with APIs is a fundamental requirement. APIs allow developers to integrate data from various sources and services into their apps.
  • FlatList vs SectionList in React Native- Choosing the Right List Component for Your AppApr 15, 2023. 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 React Native.
  • Getting Started With SQLite In React NativeApr 10, 2023. Storing and managing data in a mobile app might be difficult. This is where SQLite comes in. SQLite is a lightweight and embedded database that can be used to store data in a mobile app
  • Convert Your Website Into A Mobile App With React NativeApr 25, 2022. React Native is a JavaScript framework that allows you to create real-time, natively rendered mobile apps for iOS and Android platforms. It's built on React, Facebook's JavaScript toolkit for creating user interfaces, although it's designed for mobile platforms rather than the web. However, in this tutorial, we will convert the web view of the website into a mobile app.
  • What is Cloud NativeMay 02, 2021. In this article, you will learn what is Cloud Native, what are cloud native apps and how to build cloud native apps.
  • Native Vs Hybrid App - Choosing The Best App Development ApproachSep 10, 2020. In this article, you will learn about Native Vs Hybrid App - Choosing the Best App Development Approach.
  • Google Login Using React NativeApr 01, 2020. In this article we will learn how to implement Google Login in React Native. I will explain step by step to you. I assume that you have basic knowledge of react js. So let’s start our implementation.
  • Microsoft Office 365 Login In React NativeMar 23, 2020. This article will show you a step by step procedure to implement Microsoft Office 365 Login using React Native.
  • Are You Cloud Native?Dec 17, 2019. In this article, you will learn what cloud native is and how cloud native architecture is something you want to learn.
  • Touches In React NativeOct 17, 2019. In this article, we are going to learn what is touches in React Native and their types also we will see how to create a custom button using touches in React Native.
  • Text Input In React NativeSep 26, 2019. In this article, I will demonstrate how to provide text into the application using keypad and what TextInput and multiline TextInput in React Native are.
  • Learn About Styling In React NativeSep 03, 2019. In this article, you will learn about the styling techniques used in React Native.
  • Introduction to React NativeMay 03, 2019. React Native is a framework which can surely save you time if you need to develop a mobile app for both iOS and Android.
  • Create Hello World Application📱Using React NativeJan 07, 2019. In this article, we will learn how to create your first application using React Native. We can create a native mobile app using JavaScript and React.
  • FlatList React NativeOct 24, 2018. 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, those who want to check can click here. In this article, I will be explaining how to fetch data from API and show the results in a List(RecyclerView in Android, UITableView in IOS). Please go through the introduction article for the initial setups.
  • An Introduction To React NativeOct 10, 2018. React Native is a way to write a cross-platform application on JavaScript. If you know JavaScript then probably you can get started with react native immediately, because what react native does is that it provides you a way to write JavaScript and then react native would turn the JavaScript into your native code.
  • Showing Forms Page In Xamarin NativeNov 05, 2017. Yes, you heard right -- now you can display forms page in Xamarin Native
  • Routing/Navigation In React Native-AppJul 30, 2016. In this article, we will take a closer look at routing/navigation in the react-native app.
  • React-Native Components And Code-Skeleton WalkthroughJul 27, 2016. In this article, you will learn about React-Native components and Code-Skeleton walkthrough.
  • Basics Of React NativeJul 25, 2016. In this article you will learn about the basics of React Native.
  • Native Assembly Programming in .NETNov 07, 2014. In this article you will learn how to create both an EXE and a DLL file using the MASM programming language employing the Visual Studio IDE.
  • Native Image Generation in Managed CodeNov 01, 2014. This article explains how to write and execute high-performance .NET managed code by employing the Native Image Generator utility as well as some of its disadvantages and recommended scenario guidelines for its use.
  • Native JSON ParsingMar 26, 2014. This article explains how to use native JSON parsing effectively for the best performance and effective results of our development work.
  • Basics of Ngen.exe (Native Image Generator) in .NetDec 23, 2013. I would like to share the basics of Ngen.exe in .Net, collected from various web resources. I will first try to explain the problem then the solution, Ngen.exe, in simple words.
  • Native Windows Dynamic Link Libraries (DLLs)May 05, 2013. This article briefly explains what a native Windows Dynamic Link Library (DLL) is, shows how to create a DLL using C++, how to consume it in C# and then explains how DLLs work.
  • Cross-Platform Mobile Development FrameworksFeb 09, 2024. Developing mobile applications for both iOS and Android platforms can be challenging due to the need for separate codebases. Cross-platform frameworks offer a solution, allowing developers to write code once and deploy it on multiple platforms.
  • What are Synthetic Events in React?Feb 08, 2024. Howmany character only this content-This content highlights the significance of synthetic events in React, which are wrappers around native browser events providing a consistent interface across different browsers. It emphasizes their advantages, including cross-browser consistency, performance optimizations, and additional features.
  • How to Deploy .NET Aspire Apps to Azure Container AppsFeb 05, 2024. Learn to deploy .NET Aspire on Azure Container Apps effortlessly with Azure Developer CLI. Explore flexibility, scalability, and seamless integration.
  • Azure Migrate Application and Code Assessment Tool for .NETJan 05, 2024. Explore seamless Azure migration with AppCAT, a powerful tool for .NET. Visual Studio and CLI installations, detailed analyses, and insightful reports empower coding excellence.
  • New Features of .NET 8Nov 20, 2023. This article explains the release of .NET 8, it's new features and enhancement in the .NET ecosystem.
  • Empowering Developers with .NET 8Nov 20, 2023. Step into the realm of .NET 8, the latest iteration of Microsoft's open-source platform that empowers developers to craft cutting-edge applications. With its focus on enhanced performance, cloud-native capabilities, and developer productivity, .NET 8 has revolutionized the way we build software.
  • Power BI Query Folding Sep 22, 2023. Query Folding in Power BI is a performance-enhancing feature that optimizes data analysis. It pushes data transformations to the source, improving data refresh and incremental processes. Learn how it works, its benefits, and its limitations, and see practical examples of efficient data handling in Power BI.
  • Understanding Numeric IntPtr and UIntPtr in C#Aug 18, 2023. Discover the importance of IntPtr and UIntPtr in C# programming. Learn how these types facilitate memory management, pointer arithmetic, and interop with native libraries, ensuring efficient and safe practices.
  • Including And Excluding Properties from Model Binding Using InterfacesJul 06, 2023. You can specify distinct interfaces for various sets of characteristics and have your model implement those interfaces if you want to include or omit certain properties from model binding. After that, you can bind your model to that interface type to decide which properties are added when the model is bound.
  • Setting Up Docker In Linux VM For Container AppsFeb 03, 2023. In this article, we will see how to set up docker in Linux VM for building and shipping container applications.
  • Kubernetes for Dummies: A Simple and Practical Introduction to Container Orchestration and EcosystemJan 17, 2023. Learn the basics of Kubernetes and container orchestration in this easy-to-understand guide. Perfect for beginners, this article covers the key concepts and practical use cases of Kubernetes, making it simple for anyone to get started with container orchestration.
  • G Suite To Office 365 - New Wizard Based MigrationApr 03, 2020. The traditional IMAP method of migrating the data from G Suite to Office 365 is been overcome with G Suite migration option provided in Office 365. This method also overcome the limitation of Not migrating the Calendar & Contacts by IMAP migration method.
  • Azure Migration StrategiesJan 15, 2020. This article walks us through the different strategies that can be taken up while migrating an application to Azure Cloud.
  • Getting Started With Ionic React 😇Oct 21, 2019. In this article, we are going to learn about Ionic React and how to create an application using Ionic React step by step.
  • Best Programming Language for Mobile AppsFeb 17, 2019. Do you want to know what the best programming language is for mobile app development? Find out which programming language you should choose for your next mobile app development project.
  • Use SQS To Offload Asynchonous TasksJan 30, 2019. Learn to use Amazon's Simple Queue Service to improve the performance of customer-facing services by offloading asynchronous tasks.
  • .NET Core - Fork In The RoadJun 21, 2016. In this article, you will learn about .NET Core. In this post let's see what is .NET Core and learn about .NET Core supported operating systems and .NET Ecosystem and know the difference between .NET 4.6 vs .NET Core.
  • .NET Framework 4.6 New Features in Visual Studio 2015Nov 17, 2014. This article describes the new features of the latest .NET version with a discussion of those things in details.
  • Applied Reverse Engineering With OllyDbgOct 27, 2014. The objective of this paper is to show how to crack an executable using the OllyDbg tool without seeing its source code.
  • Entity Framework 6.0: NGen.exe and Startup PerformanceSep 18, 2014. This content discusses native code generation, focusing on the process where the Just In Time (JIT) compiler converts MSIL code into native code for execution. It explains how the Native Image Generator (NGen.exe) creates and stores native code images, which can be loaded by the CLR instead of the original assembly
  • Mobile App Development in DetailsJul 30, 2014. This article explains mobile app development, related technologies, types of applications in the current scenario, from the past and the future along with their related operating systems.
  • Getting Started With Telerik AppBuilder: Day 1Jul 02, 2014. This article explains Appbuilder, what AppBuilder is and how to use it for Hybrid mobile app development.
  • Working With JavaScript TimersFeb 01, 2014. This article explains JavaScript timers and how to use them.
  • 10 Basic Tips For iPhone DevelopersFeb 27, 2013. In this article I will explain some important or basic tips which is remember in mind when we create a new app.

About native

Redirect to:

  • Race and ethnicity in the United States Census

OUR TRAINING