C# Corner
Tech
News
Videos
Forums
Trainings
Books
Live
More
Interviews
Events
Jobs
Learn
Career
Members
Blogs
Challenges
Certifications
Bounties
Contribute
Article
Blog
Video
Ebook
Interview Question
Collapse
Feed
Dashboard
Wallet
Learn
Achievements
Network
Refer
Rewards
SharpGPT
Premium
Contribute
Article
Blog
Video
Ebook
Interview Question
Register
Login
Tags
No tag found
Content Filter
Articles
Videos
Blogs
Resources
News
Forums
Interviews
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Harshad Tretiya(12)
Neelesh Vishwakarma(10)
Supreet Tare(6)
Mahak Gupta(4)
Vijay Prativadi(4)
Priyaranjan K S(3)
Suresh M(3)
Aman (3)
Vishnujeet Kumar(3)
Nanddeep Nachan(2)
Arutselvan Muthukannu(2)
Prasham Sabadra(2)
Abhishek Kumar Ravi(2)
Rahul Bansal(2)
Amit Tiwari(2)
Ashwani Tyagi(2)
Raj Kumar(2)
Jean Paul(2)
Babita (1)
Abhishek Chadha(1)
Arun Potti(1)
Abhishek Saini(1)
Harsha Vardhini(1)
Iqra Ali(1)
Abubackkar Shithik(1)
Gowtham Rajamanickam(1)
Vijayaragavan S(1)
Alagunila Meganathan(1)
Saad Mahmood(1)
Ramees (1)
Manas Mohapatra(1)
Nilesh Jadav(1)
James Willock(1)
Julian (1)
Selva Ganapathy(1)
Divesh Pal(1)
Sara Silva(1)
Shweta Lodha(1)
Amir Ali(1)
Nimit Joshi(1)
Keyur Patel(1)
Kunal Chowdhury(1)
Karthikeyan Anbarasan(1)
Vikrant More(1)
Nitesh Kejriwal(1)
Saravana Kumar(1)
Yvan (1)
Kamal Rawat(1)
Megha Goyal(1)
Kimi Kalon(1)
Shubham Saxena(1)
Santhosh Kumar Jayaraman(1)
Resources
No resource found
How to Use Microsoft Teams for Project Management
Nov 28, 2024.
Microsoft Teams simplifies project management by integrating task management, real-time communication, and collaboration. Use Planner for tasks, schedule check-ins, and keep your team organized with chat updates and meetings.
The Art of JavaScript Hoisting: Understanding the Ins and Outs
Jun 11, 2024.
Discover the intricacies of JavaScript hoisting in this comprehensive guide. Understand how JavaScript handles variable and function declarations, the impact of scope, and the best practices to avoid common pitfalls.
How to Integrate Instant Plugins in the Canvas App?
Apr 29, 2024.
Dataverse Accelerator by Microsoft introduces low-code plug-ins for real-time business logic workflows in Canvas apps. Learn step-by-step integration of Instant Plugin with Power Fx in Dataverse environment. Test and utilize the Instant Plugin for efficient app development.
How To Create TimePicker Using Ant Design UI In ReactJS
Jun 12, 2023.
In this article, we will learn how to create timepicker using Ant Design UI with React JS and Typescript.
How To Add Custom Add-Ins To MS Word
Oct 07, 2022.
This article shows you how to add add-ins to word desktop.
How To Add Add-Ins In PowerPoint
Sep 20, 2022.
In this article, you will learn how to add custom add-ins.
How To Deploy Excel Add-ins To Your Organization
Aug 12, 2022.
This article show you how to deploy excel add-ins in your organization.
How To Add Custom Add-Ins To Excel
Jul 05, 2022.
In this article, you will learn how to add Excel add-ins.
How To Deploy PowerPoint Add-ins To Your Organization
Jun 15, 2022.
This article shows you, how to deploy PowerPoint add-ins.
How To Deploy Word Add-Ins To Your Organization
Jun 03, 2022.
This article show you how to deploy word add-ins to your organization.
How To Create Excel Add-Ins?
May 10, 2022.
Create an Excel add-in using HTML, CSS, JavaScript, or C# to enhance functionality across various platforms, including Excel for Windows, Mac, and Office 365. Install Yeoman and the generator-office globally, generate a project, and run it using npm commands. Test your add-in in Excel’s Home Tab.
How To Create PowerPoint Add-Ins
Apr 04, 2022.
in this article, I will show you how to create PowerPoint Add-ins
How To Deploy Outlook Add-ins To Your Organization
Mar 19, 2022.
This article provides a comprehensive guide on deploying Outlook add-ins to organizations for other users. It covers the step-by-step process of deploying add-ins using Office 365, ensuring easy access for users within the organization.
How To Publish Outlook Add-Ins Using Visual Studio Code
Mar 17, 2022.
In this article, you will learn how to publish outlook add-ins using visual studio code.
How To Create Word Add-Ins
Mar 16, 2022.
This article outlines the steps to create and run a Word add-in using technologies like HTML, CSS, JavaScript, and C#. Word add-ins enhance functionality and work across platforms, including Windows, Mac, and Office 365.
How To Create Outlook Add-ins
Nov 24, 2021.
Creating Outlook add-ins involves using tools like VSTO or Office JavaScript API, programming in C# or JavaScript, and customizing UI elements like ribbons and task panes. Deployment via Office Store and ensuring security are key considerations.
Overview Of Yeoman Generator For Office Add-ins
Dec 08, 2020.
Discover how to streamline Office Add-in development using Yeoman Generator. This overview covers setup, tools, and JavaScript API integration for efficient creation of custom Office solutions.
Develop Outlook Add-ins with SharePoint Framework
Feb 25, 2020.
In this article, you will learn how to develop Outlook Add-ins with SharePoint Framework.
Create And Deploy Outlook Add-Ins Using SPFx 1.10
Feb 04, 2020.
Create And Deploy Outlook Add-Ins Using SPFx 1.10" is a guide for integrating custom functionalities into Microsoft Outlook using SharePoint Framework (SPFx) version 1.10. It offers insights into developing, deploying, and managing Outlook add-ins within the Microsoft 365 ecosystem.
Install add-ins In SharePoint Using Office 365 CLI
Jun 14, 2018.
I describe how to move SharePoint add-ins to app catalog and install using Office 365 CLI
How To Register/ Unregister SharePoint Add-Ins Using PowerShell
Jun 04, 2018.
Suppose you would like to have the remote components of a provider-hosted SharePoint Add-in to interact with SharePoint, what should you do? You should first register with the Azure ACS cloud-based service and the SharePoint App Management Service of the tenancy or farm. Let us now dive straight into how to register/unregister SharePoint add-ins.
Automating SVN Check-Ins And Building A Project Via Jenkins
Feb 05, 2018.
In this article, we learn to automate SVN Check-Ins and building a project via Jenkins.
Create TimePicker Android App Using Android Studio
Sep 11, 2017.
Android is one of the most popular operating systems for mobile. In this article, I will show you how to create a TimePicker Android application using Android Studio.
Getting Started With O365 - SharePoint-Hosted Add-Ins Using JSOM
Feb 28, 2017.
In this article, you will learn about SharePoint-hosted add-ins, using JSOM.
TimePicker Control In Xamarin.Forms Application For Android And UWP
Dec 21, 2016.
In this article, you will learn how to add TimePicker control in Xamarin.Forms Application for Android and Universal Windows Platform with XAML and Visual C# in cross platform application development.
Creating SharePoint Hosted Add-ins In SharePoint Server 2016
Sep 25, 2016.
In this article, you will learn how to create SharePoint Hosted Add-ins in SharePoint Server 2016.
Configure Environment For Add-Ins In SharePoint 2016
Sep 16, 2016.
In this article, you will learn how to configure environment for add-ins in SharePoint 2016.
Working With The TimePicker Control In Universal Windows App
Aug 19, 2016.
In this article, you will learn how to add the TimePicker Control in the Universal App.
SharePoint Add-ins (SharePoint Hosted Add-in) - Part Two
May 28, 2016.
In this multi part series, this is part two. In this article I’ll try to cover SharePoint hosted add-in with example.
Upgrade SharePoint Hosted Add-Ins(Apps) in SharePoint 2013
May 22, 2016.
In this article you will learn how to Upgrade SharePoint Hosted Add-Ins(Apps) in SharePoint 2013.
SharePoint Add-ins (SharePoint App) - Part One
May 16, 2016.
Microsoft renamed "apps for SharePoint" to "SharePoint Add-ins." A SharePoint Tenancy, introduced in SharePoint 2010, is a set of site collections managed as a unit. In Office 365, organizations create tenancies for SharePoint Online.
Migrate Silverlight Phone 8.1 Apps To Windows 10
Dec 04, 2015.
In this article you will learn about migrating Silverlight Phone 8.1 apps to Windows 10.
Azure Mobile Engagement - Windows Phone 8.1 Silverlight
Dec 03, 2015.
In this article you will learn Azure Mobile Engagement in Windows Phone 8.1 Silverlight.
TimePicker Control For Windows 10
Oct 30, 2015.
In the following article I will be showing on how to work with Time Picker control in Universal Windows Apps.
More on jQuery Datepicker
Aug 30, 2015.
This articles describes how to implement a jQuery Datepicker and/or Timepicker in a website.
Introduction To Silverlight in ASP.Net
Jul 03, 2015.
Silverlight revolutionizes web development, blending desktop-like UI with HTML and JavaScript. Create stunning web apps with multimedia using Visual Studio. Explore Silverlight's architecture and build your first app effortlessly.
Material Design Themed TimePicker and Clock Controls for WPF
May 01, 2015.
The latest entry into the Material Design in XAML Toolkit: TimePicker and Clock controls
Analog Clock Using .NET Silverlight
Apr 29, 2015.
Creating Analog Clock completely from Code Behind using .NET Silverlight.
Learn Simple MVVM and Command Bindings in 15 Mins
Apr 21, 2015.
MVVM, a pattern for WPF/Silverlight, separates Model, View, and ViewModel, simplifying UI development. Models represent entities, Views are UI designs, ViewModels manage data binding, and Binders connect them. XAML structures UI, while C# defines Models and ViewModels with data and commands bound via ICommand.
Grouped LongListSelector in Windows Phone 8 Silverlight
Dec 21, 2014.
This article explains how to create a LongListSelector with grouping in a very simple and easy manner.
Telerik: AutoCompleteBox For Universal Apps
Nov 13, 2014.
In this article we will focus in the AutoCompleteBox.
What's New In Prism 5.0?
Oct 29, 2014.
In this article you will learn what is new in Prism 5.0.
Geo Location Service in Windows Phone 8
Aug 26, 2014.
This article describes how to create a Geo Location Service in Windows Phone.
Date and Time Picker Control in Windows Phone 8.1
Aug 21, 2014.
This article demonstrates the Date and time Picker Control in Windows Phone 8.1.
Windows Phone 8 Storage
Jun 16, 2014.
In this part, we will learn about Windows Phone files and folders storage.
Writing Your First Windows Phone 8 App
May 19, 2014.
In this chapter we will develop a Silverlight Windows Phone 8 application using the Visual Studio 2012 IDE.
Add Silverlight Into a Web Page
Mar 14, 2014.
This article explains how to add Silverlight into a web page using HTML.
Getting Started With Silverlight
Mar 13, 2014.
In this article I will show how to work with Silverlight.
How to Implement the AutoComplete TextBox in Silverlight Application
Mar 10, 2014.
In this article we will implement an AutoComplete TextBox in Silverlight Applications using C#.
How To Launch Search Task and Email Compose Task in Windows Phone
Mar 03, 2014.
Here we will build a demo application to implement Search and Email Compose tasks.
DataTemplate In XAML (WPF, Windows Phone, Windows 8 and Silverlight)
Dec 29, 2013.
In this article I‘ll try to explain DataTemplate in XAML (WPF, Windows Phone, Silverlight or Windows 8) with some cool examples.
TimePicker In Android
Oct 24, 2013.
This article explains TimePicker in Android. Android Studio is used to create the sample.
Windows Phone - Layout’s Demonstration in Silverlight
Oct 04, 2013.
We are in App Development; either it is Android, Windows Phone or Apple iPhone. In every platform, we have layout definition. Since are planning to develop for different sized screen. In this post, we are targeting Windows Phone Development.
Configuring Silverlight RIA Services App to Use ASP.Net Web APIs
Aug 21, 2013.
In today’s article we will see how to configure an existing Silverlight Ria Services Enabled app to use Web APIs.
Fixing Win32 Unhandled Exception in Silverlight Web App
Aug 08, 2013.
This article describes diagnosing and fixing a Win32 Unhandled Exception in a Silverlight Web App.
Silverlight Consuming WCF REST Service
Aug 07, 2013.
In this article we will see how to consume a WCF REST service in Silverlight client applications.
Creating Silverlight Application to Consume the WCF Service
Aug 07, 2013.
This article shows how to create a Silverlight application to consume a WCF Service.
Office Application Development in Visual Studio
Jul 31, 2013.
In this article you will learn about the office application development in Visual Studio 2013 Preview.
Adding Slider Control in LightSwitch 2012
Jul 26, 2013.
In this article we will see how to add a Slider Control to our application in LightSwitch 2012 using visual Studio 2012.
How to Create Add-Ins Using VSTO in MS-Word
Jul 26, 2013.
VSTO application add-ins allows developers to extend Office applications. Visual Studio Tools for Office (VSTO) is a set of development tools available in the form of a Visual Studio add-in (project templates).
Cookie in Silverlight Through JavaScript
Jul 11, 2013.
In this process we follow, we will be accessing JavaScript's function from silverlight. This sometime becomes headache for most developers, but you should not worry, you are reading “my post.”
Data Binding in XAML (WPF, Silverlight, Windows Phone or Win8 App) Part 1
Jul 06, 2013.
In this article I will cover XAML (WPF, Silverlight, WP or Win8 App) Data Binding and the importance of the {Binding} key word in XAML.
Things to Keep in Mind While Working With Telerik Test Studio VS Plugin
Jun 05, 2013.
Telerik Test Studio is the most advanced Test Automation tool available out there for Silverlight Applications.
MVVM (Model View ViewModel) Introduction: Part 1
Jun 03, 2013.
In this article, I’ll talk about how to enhance WPF, Silverlight and Windows Phone application productivity, maintainability and testability with UI based Design Patterns.
The Background Worker in Silverlight
May 11, 2013.
So here comes background worker in the picture. As the name itself suggests, background worker means...background worker. It is actually a thread with completed event.
How to Localize a Silverlight Client Screen:Part 2
May 06, 2013.
This article describes how to localize the Silverlight client screen.
Implementing INotifyPropertyChanged in Silverlight
May 03, 2013.
Are you using binding in xaml? Is it MVVM? So believe me, this post is for you. Just give it a five minute read, you will admire it.
Isolated Storage in Silverlight
May 01, 2013.
One can store files, images, maybe even videos sometimes in Isolated Storage. Want to learn how? Read on!
Unable to See the Model Classes While Adding a New Domain Service
May 01, 2013.
Ever came across a situation where you want to add a new domain service class to your RIA Service solution & you don’t see the class names from your model?
Saving Silverlight Application's User Settings in DB
Apr 24, 2013.
This blog helps you save a user's settings in the Database for a #Silverlight Application.
Custom Authentication in Silverlight
Apr 24, 2013.
This post will let customize authentication in Silverlight, from beginning, to the end.
Creating a Beautiful Splash Screen For Silverlight Applications
Apr 23, 2013.
This article adds on top of many other great articles and blog posts on how to create simple Silverlight Splash Screens and helps you design a more complex splash screen with Story Boards & Floating Text Blocks.
Submitting Only Selected Entities in Silverlight
Apr 20, 2013.
This article will show you how you can submit changes of only selected entities, instead of all, when calling submitchanges() from the DomainContext in Silverlight.
XAML Developer Must Care About Your Registered Events
Apr 18, 2013.
Memory leakage in applications are very common and in an effort to save time a developer does not care about it. There are various possibilities for memory leakage and one of them is the events registered in applications that a developer unknowingly forgets to handle.
Reading XML in Silverlight
Apr 17, 2013.
This post will tell you the easy way to read xml in silverlight.
Creating XML in Silverlight
Apr 14, 2013.
This article shows how to create XML in Silverlight, in a rather simple way.
Getting Geo-location of User in Silverlight
Apr 10, 2013.
In this article you will Get Geo-location of User through silverlight application.
Duplexing in Silverlight
Apr 06, 2013.
The process of duplexing in Silverlight. In this article, I will explain how to create a duplex WCF service that can communicate with a Silverlight client.
How to Specify a Target Version For Windows Phone
Apr 03, 2013.
This article shows how to specify a target version for Windows Phone.
Configuring IIS to Run Silverlight Services
Mar 10, 2013.
Here you will learn how to configure IIS to run Silverlight services.
Working With ListBox In Windows Phone (Send SMS, Email and Make a Call) : Part 3
Feb 16, 2013.
In this article we will discuss another example of working with a ListBox.
Working With ListBox In Windows Phone (Edit Data In the ListBox) : Part 2
Feb 16, 2013.
In this article we will discuss another example of working with a ListBox.
Working With ListBox In Windows Phone 7
Feb 13, 2013.
In this article we discuss how to show images and data in the ListBox in WP7.
Show GIF Images in Windows Phone 7.1
Feb 04, 2013.
This article discusses how to load .gif extension images in Windows Phone 7.1.
Windows Phone 7.1 Imaging
Feb 01, 2013.
This article demonstrates how to load .jpg images in Silverlight windows phone 7.1. Windows phone 7 supports only jpg and png images.
Solution - An Unhandled Exception Occurred in Silverlight Application in SharePoint 2010
Dec 19, 2012.
While working on one of my SharePoint sites today, I started facing a weird issues all of a sudden.
Exception Handling in Silverlight Application From WCF in VB.NET
Nov 08, 2012.
This article explains exception handling in a Silverlight application from WCF.
Silverlight Interaction with php in VB.NET
Nov 08, 2012.
Silverlight run on client side (Win/Mac/MoonLight) Php on LAMP server. Communication use HTTP protocol.
Access Library in Windows Phone 7
Oct 08, 2012.
In this article we will discuss how to access the Image Library in Silverlight in Windows Phone 7.
Introduction to WPF
Sep 30, 2012.
In this article we will just go through an introduction to WPF in a nutshell.
Update Data Using Silverlight RIA Enabled Service
Sep 29, 2012.
Today, in this article let’s play around with one of the interesting and most useful concepts in Silverlight.
Insert Data Using Silverlight RIA Enabled Service
Sep 29, 2012.
Today, in this article let’s play around with one of the interesting and most useful concepts in Silverlight.
Delete Data Using Silverlight RIA Enabled Service
Sep 29, 2012.
Today, in this article let’s play around with one of the interesting and most useful concepts in Silverlight.
Select Data Using Silverlight RIA Enabled Service
Sep 29, 2012.
Today, in this article let’s play around with one of the interesting and most useful concepts in Silverlight.
Adding Power Pivot Add-Ins in Excel 2013
Aug 28, 2012.
In this article we will discuss how to add the Power Pivot in Excel 2013.
Select Date and Time in Windows Store Apps Using Javascript
Aug 14, 2012.
In this article I will explain how to select date and time in a Windows Store application using JavaScript.
Build Your Silverlight Pivot Viewer
Jul 15, 2012.
In this article you will learn how to use a pivot to make it easier to interact with massive amounts of data.
Silverlight Application With MVVM, WCF and Entity Framework
Jun 19, 2012.
In this article , we will see how to develop a simple Silverlight application with MVVM, WCF services and Entity Framework in C#.
SharePoint 2010 Client Object Model - C#, Silverlight, JavaScript Supported
Jun 08, 2012.
In this article I would like to discuss about the Client Object Model feature of SharePoint 2010.
Authentication & Authorization in Silverlight
May 27, 2012.
In the distributed world we often end up with multiple consumers of the same service. But the same client code won’t be enough to run on the new client platforms especially in Silverlight. In this article we can explore using the same WCF service using a Silverlight client.