The C# language relies on types and methods in a standard library for some of the features. One example is exception processing. Every throw statement or expression is checked to ensure the object being thrown is derived from Exception. Similarly, every catch is checked to ensure that the type being caught is derived from Exception. Each version may add new requirements. To useContinue reading “What’s new in C#”
Author Archives: arjunpremier
What is .NET?
.NET .NET is a free, cross-platform, open source developer platform for building many different types of applications. With .NET, you can use multiple languages, editors, and libraries to build for web, mobile, desktop, gaming, and IoT. Languages You can write .NET apps in C#, F#, or Visual Basic. C# is a simple, modern, object-oriented, andContinue reading “What is .NET?”
What is the difference between ASP.Net Core and ASP.Net?
What is ASP.NET Core ? ASP.NET Core is a new open-source and cross-platform .NET framework for building modern cloud-based web applications on Windows, Mac, or Linux.ASP.NET Core is the open-source version of ASP.NET, that runs on Windows, Linux, macOS, and Docker. ASP.NET Core is a cross-platform, high-performance, open-source framework for building modern, cloud-based, Internet-connected applications. With ASP.NETContinue reading “What is the difference between ASP.Net Core and ASP.Net?”
Optimize build performance for solution
Visual Studio 2017 15.8 or later include a menu item: Build > ASP.NET Compilation > Optimize Build Performance for Solution. ASP.NET compiles its views at runtime, which means that an ASP.NET project carries with it a copy of the compiler. However on a developer machine when the copy of the compiler doesn’t match Visual Studio’s copy, build performance is impactedContinue reading “Optimize build performance for solution”
ASP.NET MVC 4 Application using Web Deploy Azure
Installing Visual Studio Express 2012 for Web You can install Microsoft Visual Studio Express 2012 for Web or another “Express” version using the Microsoft Web Platform Installer. The following instructions guide you through the steps required to install Visual studio Express 2012 for Web using Microsoft Web Platform Installer. Go to [https://go.microsoft.com/?linkid=9810169](https://go.microsoft.com/?linkid=9810169). Alternatively, if you already have installed Web Platform Installer,Continue reading “ASP.NET MVC 4 Application using Web Deploy Azure”
Build RESTful APIs with ASP.NET Web API
In recent years, it has become clear that HTTP is not just for serving up HTML pages. It is also a powerful platform for building Web APIs, using a handful of verbs (GET, POST, and so forth) plus a few simple concepts such as URIs and headers. ASP.NET Web API is a set of components that simplify HTTPContinue reading “Build RESTful APIs with ASP.NET Web API”
Install the Google Publisher Toolbar
(adsbygoogle = window.adsbygoogle || []).push({ google_ad_client: “ca-pub-9111247652808147”, enable_page_level_ads: true }); Google Publisher Toolbar To use the Google Publisher Toolbar you’ll need to install it and allow it access to the Google Account associated with your account. Browse to the Google Publisher Toolbar (by Google) page. Click Add to Chrome. In the dialog that appears, click Add Extension. The GoogleContinue reading “Install the Google Publisher Toolbar”
What is Wix Toolset for Developers?
WIX TOOLSET THE MOST POWERFUL SET OF TOOLS AVAILABLE TO CREATE YOUR WINDOWS INStALLATION EXPERIENCE. WiX toolset lets developers create installers for Windows Installer, the Windows installation engine.The core of WiX is a set of build tools that build Windows Installer packages using the same build concepts as the rest of your product: source codeContinue reading “What is Wix Toolset for Developers?”
Improving your productivity in the Visual Studio Editor
Over the last few updates to Visual Studio 2017, we’ve been hard at work adding new features to boost your productivity while you’re writing code. Many of these are the result of your direct feedback coming from the UserVoice requests, Developer Community tickets, and direct feedback we’ve encountered while talking to developers like you. WeContinue reading “Improving your productivity in the Visual Studio Editor”
Effective Decision-Making
In its simplest sense, decision-making is the act of choosing between two or more courses of action. In the wider process of problem-solving, decision-making involves choosing between possible solutions to a problem. Decisions can be made through either an intuitive or reasoned process, or a combination of the two. Intuition Intuition is using your ‘gut feeling’ about possible courses of action.Continue reading “Effective Decision-Making”
