Resources No resource found - Dynamic Objects And Alternatives To ReflectionApr 08, 2018. The CodexMicroORM open source project on GitHub includes several features to help you create fast, concise .NET deliverables. One such feature is implemented in the Performance.cs file and enables dynamic (i.e. run-time) access to properties of any object – faster than what you’d get out of System.Reflection.Type. CodexMicroORM leverages this feature in several places, one being the ability to build composite objects: your existing “POCO” (plain-old C# objects), with additional optional extended properties.
- CSS Class Binding In Angular 5Mar 19, 2018. We use css classes to give a good look and feel to our applications. It is very important to add or remove css classes on runtime to maintain a high user experience in the application. It is a very common thing for any front end developer to do so in JavaScript or Jquery.
- Understanding Method Overriding And Virtual, Override And New Keywords In C#Mar 06, 2018. Use of inheritance and polymorphism has become an integral part of our life as a programmer. Inheritance provides a lot of benefits including code reusability, separation of concerns, cleaner code, extensibility etc.
- Basics Of Kotlin - JVM ImplementationJan 15, 2018. Hello Guys, we already knew that Google announced that Kotlin is a new first class language for Android Development. Kotlin is now an official language on Android. It's expressive, concise, and powerful. Best of all, it's interoperable with our existing Android languages and runtime.
- Customize Slider Control In Xamarin.FormsJan 05, 2018. This article demonstrates how to create and use a Customize Slider control in Xamarin.Forms, XAML, and C#. This article starts with the introduction of the Customize Slider tag in XAML. After that, it demonstrates how to set BorderColor, BorderWidth, CornerRadius, and IsCurvedEnabled of a Custom Entry. In the end, the article discusses how to create a Slider at run-time.
- Boosting Up The Reflection Performance In C#Aug 10, 2017. Reflection is a way of obtaining metadata information about the types used in applications, which helps you describing the types, modules or assemblies at runtime. This is an extremely useful feature in the strongly-typed languages like C#.
- Learn Universal Windows Programming Via Modern C++Aug 06, 2017. Universal Windows programs have developed based on the Windows Runtime (WinRT) technology, Windows Runtime (hereafter called WinRT) and runs based on the COM API, but is not designed to be directly used, instead using a “language projections” concept
- Building Mobile Apps Using Xamarin.Forms With .NET StandardJun 30, 2017. The .NET Standard Library is a formal specification of .NET APIs that is intended to be available on all .NET runtimes. It is a single library with a uniform API for all .NET Platforms including .NET Core. You just create a single .NET Standard Library and use it from any runtime that supports .NET Standard Platform.
- Compilation And Runtime Of C#/ .NET ProgramMay 03, 2017. Compilation And Runtime Of C#/ .NET Program.
- An Introduction To InterfaceMay 02, 2017. In this Article, I will explain about Interface and why an interface is known as pure polymorphism.
- WPF - Data BindingApr 22, 2017. This article presents information about Data binding, which is a mechanism in WPF Applications, which provides a simple and easy way for Windows Runtime apps to display and interact with the data.
- Concept Of Polymorphism (Late Binding) In C#Mar 09, 2017. Concept Of Polymorphism (Late Binding) In C#.
- An Overview Of Polymorphism, Inheritance And Encapsulation In OOPNov 17, 2016. In this article, you will learn an overview of polymorphism, inheritance and encapsulation in OOP.
- Create Dynamic Form In ASP.NET, And Retrieve Values From ThatAug 03, 2016. In this article, we will learn how we can create a dynamic form in ASP.NET.
- Assign Column Values During Runtime And Highlight The Rows Using Client Side RenderingJul 04, 2016. In this article, you will learn how to assign column values during runtime and highlight the rows using Client Side Rendering.
- Look At T4 Templates In Visual Studio 2015 - Part FourJun 23, 2016. In this article, you will learn about runtime/preprocessed templates and passing parameters in Visual Studio 2015.
- .NET Framework EvolutionJun 19, 2016. In this article you will learn about different versions of .NET Framework with an introduction to .NET Framework.
- Voice of a Developer: Browser Runtime - Part Thirty ThreeMay 28, 2016. In this article you will learn about Browser Runtime in JavaScript. This is part 33 of the article series.
- Merge Two SQLite Databases In Windows Runtime AppsMay 13, 2016. In this article, we will learn how to merge two SQLite databases in Windows Runtime Apps.
- SQLite CRUD Operation In WinJS: Windows AppsMay 10, 2016. In this article, we are going to learn SQLite CRUD (Create, Read, Update, Delete) operations in WinJS project with the help of Class Library and Windows Runtime Component.
- Read XML file in WinJS Project using Windows Runtime ComponentMay 07, 2016. In this article, we are going to learn how to read XML file in WinJS project.
- Unzip Folder Contents In Windows Runtime AppsMay 05, 2016. In this article, we will learn how to unzip contents of a zip file in Windows Runtime apps.
- Push Notification Service In Windows Runtime AppsMay 03, 2016. In this article, we will learn how to send push notification to Windows apps (Windows and Windows Phone apps) from our own web application.
- Share Attachments And Compose Email In Windows Runtime AppsMay 01, 2016. In this article, we will learn how to open mail app and attach files as attachment in Windows Runtime Apps.
- Zip Folder And Its Content In Windows Runtime AppsApr 29, 2016. In this article, we will learn how to zip folder and its content in Windows Runtime apps.
- Encrypt And Decrypt String In Windows Runtime AppsApr 28, 2016. In this article, we will learn how to encrypt and decrypt string in Windows Runtime apps.
- Encrypt And Decrypt Files In Windows Runtime Apps Using Windows Cryptography TechniqueApr 25, 2016. In this article, we will learn how to encrypt and decrypt files in Windows Runtime 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.
- File Read/ Write Operation In WinJS Applications Using Windows Runtime ComponentApr 21, 2016. In this article we are going to learn about File Read/Write operations in WinJS applications.
- Introduction To NodeJSApr 21, 2016. In this article you will learn about an introduction to NodeJS. Node.js is a platform built on Chrome's JavaScript Runtime.
- Asynchronous Programming In WinJS Applications With Windows Runtime ComponentApr 19, 2016. In this article you will learn how to do asynchronous programming in WinJS application built on HTML/JS/CSS with the help of Windows Runtime Component.
- Changing Application Theme In Windows 10 Universal AppApr 13, 2016. In this article we are going to see how to change the application theme at runtime in Windows 10 universal app.
- Runtime Editing Tools for XAML In Visual Studio 2015Apr 02, 2016. There are new runtime tools for XAML In Visual Studio 2015 Update 2 and Visual Studio "15" Preview.
- What Windows Runtime Can Teach .NET DevelopersMar 06, 2016. In this article you will learn what Windows Runtime can teach .NET developers.
- ASP.NET Core 1.0 New FeaturesFeb 08, 2016. In this article, I am going to explain some new features of ASP.NET Core 1.0.
- Attach Process At Runtime For Debugging In Visual StudioFeb 01, 2016. In this article you will learn how to attach process at runtime for debugging in Visual Studio.
- Abstract Classes In C#Dec 08, 2015. In this article you will learn about abstract classes in C#.
- A Simple Way to Learn GenericsNov 20, 2015. In this article we will look at the basics of generics. Generics is a mechanism offered by the Common Language Runtime (CLR) and programming languages that provide one form of code re-use and algorithm re-use.
- Polymorphism In C# With Real Life ExampleNov 09, 2015. In this article we will discuss Polymorphism in C# with a real life example.
- How To Achive Polymorphism In C# Oct 26, 2015. In this article we will understand one of the basic and important concept of Object Oriented Programming System which is Polymorphism.
- Types Of PolymorphismOct 05, 2015. In this article you will learn about Polymorphism and types of polymorphism.
- Pillars Of OOP/Overview Of OOPSep 22, 2015. In this article you will get an overview of OOP. A programming model which is mainly organized around the objects is called Object Oriented Programming.
- Polymorphism With Real Life Scenario In C#Sep 21, 2015. In this article you will learn about polymorphism with real life scenario in C#.
- Creating A Barcode And QR Code Scanner For Windows Phone 8.1 RTSep 21, 2015. In this article I will show you how write a barcode and QR scanner for Windows Phone 8.1 Runtime Apps.
- Building Camera App and Gallery in Windows 10Aug 26, 2015. This article describes the use of the MediaElement in the Windows Runtime to build a Camera app gallery in Windows 10.
- OOP OverviewJul 21, 2015. This article explains Object Oriented Programming (OOP).
- Input Controls in Windows 10Jul 06, 2015. In this article I will cover sections of Input controls provided in Windows 10.
- How to Create Nested Accordions at Runtime in ASP.NetJun 10, 2015. In this article I will explain how to create nested Accordions dynamically.
- How to Create Runtime Accordion in ASP.NetJun 04, 2015. This article explains how to create an accordion dynamically in ASP.NET.
- Method Overloading and Method Overriding in C#May 21, 2015. The main objective of this article is to learn about method overloading and method overriding in polymorphism in C# programming.
- Easy Form Design at Run Time C# Windows FormsApr 20, 2015. This article demonstrates designing a Windows Forms form at runtime and doing CRUD operations to your form at runtime without writting any code using a Stored Procedure.
- Dynamically Create a Class at RuntimeApr 04, 2015. This article demonstrates how to create a class in your application at run time.
- Getting Assembly Metadata at RuntimeMar 28, 2015. This article shows how to get assembly metadata at runtime.
- Interface in C#Mar 24, 2015. In this article we learn some interesting things about interfaces and try to remove confusion about interfaces.
- Understanding Polymorphism in C#Mar 23, 2015. This article helps us to understand polymorphism in C# programming.
- Creating, Validating & Reading Dynamic Textbox in ASP.NetMar 17, 2015. This article explains how to generate a TextBox at the runtime with validation in an ASP.NET Web Application.
- Dynamically Create Instance of a Class at Runtime in C#Mar 11, 2015. This article explains how to create an instance of a class using the class name at runtime.
- Hosting WCF Service at Runtime in C#Mar 07, 2015. This article introduces how to host a hot WCF service at run time only using your own C# code.
- Windows Form Design at Run TimeMar 02, 2015. In this article you will learn how to design Windows Forms at runtime.
- How to Generate a Runtime PDF in Landscape Page Mode in ASP.NetFeb 27, 2015. In this article you will learn how to generate a runtime PDF in landscape page mode.
- How to Set Orientation of Runtime Generated PDFFeb 25, 2015. In this article you will learn how to generate a runtime PDF with both Landscape and Portrait page modes.
- Dynamically Load & Check an JS FilesFeb 24, 2015. In this article you will learn how to dynamically load and check that the JavaScript files were loaded.
- How to Design Runtime Generated PDF Via HTMLFeb 24, 2015. This article explains how to design a runtime generated PDF via HTML code.
- Add a New Page Into Runtime Generated PDFFeb 23, 2015. This article explains how to add a new page into a runtime generated PDF.
- How to Rotate a Table's Cells Into Runtime Generated PDFFeb 23, 2015. This article explains how to rotate a table's cells into a runtime generated PDF.
- Generate PDF File at Runtime in Windows Forms ApplicationFeb 13, 2015. This article describes how to generate a PDF file at runtime in a Windows Application.
- Add Image Into Runtime Generated PDF From a DatabaseFeb 13, 2015. In this article you will learn how to add an image into a runtime generated PDF from a database.
- C# OOP in DetailsFeb 05, 2015. In this article you will learn about OOPs in C#. Here we will learn about different pillars of OOPs like class, object, variables, Access Modifiers, Encapsulation, Abstraction, Inheritance, Polymorphism etc.
- Exception Handling in C#Jan 11, 2015. Here I will explain what Exception Handling is all about in C#.
- What is New in ASP.Net 5Nov 21, 2014. This article just highlights the new features released by Microsoft on ASP.NET 5 in Visual Studio 2015 preview
- Various Types of Hidden Fields in .NETNov 17, 2014. This article explains various hidden fields created by the .NET runtime while rendering a page and during the postback mechanism.
- Getting Started With ASP.Net Web API 2 : Day 9Oct 21, 2014. In this article we will learn about session state in Web API 2 and how to use the API ASP.NET Web API within the ASP.NET runtime to enable the session state.
- Dynamic LINQ Query In C#Jul 31, 2014. This article shows how to use a dynamic LINQ library in C#.
We will learn how to use SELECT Statement at runtime in Linq C#
- Understanding Windows Store App TypesJul 29, 2014. From this article you will understand Windows Store App Types.
- How to Send the Runtime Generated File as Attachment in Sending Mail Using C#Jul 29, 2014. This article describes how to send an email with a runtime generated file as an attachment in C#.
- How to Add an Image in Runtime Generated PDF FileJul 22, 2014. This article describes how to add an image to a runtime generated PDF file.
- Generate PDF File at Runtime in ASP.NetJul 18, 2014. This article describes how to generate a PDF file at runtime in ASP.NET.
- Diving Into OOP (Day 4) : Polymorphism and Inheritance (All About Abstract Classes in C#)Jun 02, 2014. In this article of the series "Diving Into OOP", we’ll discuss the hottest and most exciting topic of OOP in C#, Abstract Classes.
- Releasing the Memory Consumed by stubborn SQL Server at RuntimeMay 21, 2014. This article explains the release of memory consumed by SQL Server at runtime.
- Diving Into OOP (Day 3) : Polymorphism and Inheritance (Dynamic Binding/Run Time Polymorphism)May 17, 2014. In this part of article we will focus more on run time polymorphism also called late binding or dynamic binding.
- Diving Into OOP (Day 2): Polymorphism and InheritanceMay 11, 2014. Here we will focus solely on inheritance concept in OOP.
- Internals of Static PolymorphismMay 10, 2014. This article explains why overloading is called static polymorphism.
- Diving Into OOP (Day 1): Polymorphism and Inheritance (Early Binding/Compile Time Polymorphism)May 09, 2014. This article will cover almost every OOP concept that a novice/beginner developer might seek and not only beginners but this article's purpose is to be helpful to experienced professionals who also need to brush-up on their concepts or who need to prepare for interviews.
- Rendering Layouts Based on a Condition in ASP.Net MVCMay 07, 2014. This article explains how to change a layout page at runtime or based on a condition in our MVC application.
- Runtime Polymorphism in JavaApr 10, 2014. This article explains one of the most important concepts of Object Oriented Programming, Polymorphism, with several sets of examples along with definitions and related diagrams.
- Polymorphism in C#Apr 03, 2014. Here I will explain static and dynamic Polymorphism.
- Polymorphism in C#Mar 06, 2014. In this article we will learn about polymorphism in C#.
- What is Common Language Runtime in C#Feb 25, 2014. Today in this article I will explain the very basic and starting topics of the C# programming language.
- Functions in JavaScriptJan 22, 2014. This article describes functions and the absence of polymorphism in JavaScript.
- How the JRE WorksJan 09, 2014. In this article we'll understand how the JRE works.
- Method Overloading and Method overriding C#Dec 31, 2013. In this article we will learn about the Method Overloading and overriding C#.
- Handling Runtime Changes in AndroidDec 07, 2013. This article explains how to handle runtime changes in Android.
- Setting Breakpoints in Visual StudioNov 18, 2013. This article explains breakpoints that is one of the most used features by developers to debug applications. Breakpoints break (temporarily halt) execution of a program during runtime at certain point.
- Converting a Label Into Textbox at Runtime Using Knockoutjs in ASP.Net ApplicationOct 14, 2013. In today's article I will show you how to convert a Label into a Textbox at runtime using Knockoutjs in an ASP.NET Application.
- Object Oriented Programming in C#.NetOct 14, 2013. This article defines Object Oriented Programming in C#.Net.
- Diagnosing Errors in JavaScriptOct 13, 2013. When we write a program, It is common to make mistakes. In JavaScript these mistakes are treated as errors.
- Change The LayoutPage At Runtime in ASP.Net Web APISep 19, 2013. In this article I will show you to change the layout page at runtime in Web API.
- Error Logging With Caller InfoJul 10, 2013. This article provides a brief introduction to the use of Caller Information as a means for creating an error logging utility class for your C# 5.0/.NET 4.5 applications.
- Universal Image Loader in AndroidJun 26, 2013. This article explains the Universal Image Loader. The Universal Image Loader allows you to set various image view options. You can load the image from a URL at runtime using this.
- Runtime Table Creation in WPFJun 18, 2013. This article describes runtime table creation in WPF and shows some basic data operations, such as inserting and deleting records using C# and XAML.