Today, I will explain how we can easily create a Windows Service in C#. Context : I had a C#...
.Net
The .NET Framework is a comprehensive and versatile software development framework created by Microsoft. It provides a runtime environment, known as the Common Language Runtime (CLR), along with a vast library of pre-built code, called the Framework Class Library (FCL). .NET supports multiple programming languages, including C#, VB.NET, and F#, allowing developers to choose the language that best suits their needs. With components like ASP.NET for web development, Windows Presentation Foundation (WPF) for desktop applications, and other features like Entity Framework for database interaction, .NET empowers developers to build a wide range of applications for various platforms, including web, desktop, and mobile environments. The framework emphasizes code reusability, scalability, and ease of maintenance, making it a popular choice for building modern, robust, and cross-platform applications.
In this episode, Robert is joined by Sayed Hashimi, who highlights some of the features in the just released 8.3...
We've all heard the DevOps pitch before. Deploy faster, ship fewer bugs, deliver customer value more frequently and ultimately increase...
DotNet Conf 2019 is live, and the keynote show some greate features in VS2019, C# 8, .Net Core, AzureDevOps, Microservices...
In this article, I am re-covering the approach you can use to impersonate a different user for a specific section...
A good look back at the old ages and how it all started. A quick discussion about VB, C#, C++,...
Learn how C# 8.0 addresses core software development challenges and get a peek into what’s next.
In this article, I will go again through an improved version of how to upload from a C# app (Console,...
See what makes .NET Core 3.0 such a big deal for .NET developers no matter what kind of apps you're...
In this article, I will share with you a simple way of generating a pdf from the report viewer. Assuming...
In one of the projects I am working on, I had to authenticate the logged in user, and before considering...
In a previous article, I shared with you how to connect from your ASP.Net application to SharePoint. Today, I came across...
I might disagree a bit or don't like really the fact that Microsoft renamed & re-designed VSTS to Azure DevOps,...
A simple scenario I had this morning, was to populate ASP.net Web page's drop downs from a SharePoint list. A...
A simple but very important point to remember when deploying your ASP.Net Web Api to the Production Environment. If you...
Get the latest scoop from the people who build .NET! See what's new with .NET Core, ASP.NET Core, Xamarin, C#,...
In this article, I will describe how you can send data from an ASP.net (web form) application to SharePoint Online...
ASP.NET Multi-Tier Windows Azure Application Using Storage Tables, Queues, and Blobs Rick Anderson Tom DykstraStep-by-StepThis tutorial series shows how to...