.NET - Blogs
X
Archive by category: .NETReturn

Set Web.Config Values Using Environment Variables for Containerizing .Net Framework Legacy Application

Application using the tech stack of .Net Framework (<4.7) passes configuration information using Web.config file, While working on the containerization of legacy applications we will be not able to change the value of Web.config after the building of the container image.Even if try to pass the configuration value as a key-value using environment variables to the container while running the containers, the value under Web.config will not be going to change. As the configuration values we pass ...
Read More

Deploy a Windows bases AKS Cluster using Azure Portal

Kubernetes is an orchestration tool that helps us to manage container-based resources, usually as modern application architecture got designed in that way more often we will be dealing with containers that are Linux OS based. But for application which is run on a technology stack like DotNet Framework needed windowsOS, hence Windows containers are needed to deploy and consume such applications in a microservice architecture.
Read More

Create a Basic Bot with the Bot Builder SDK for.NET

A bot is a software that is designed to automate the tasks you would usually do on your own, like booking a flight ticket, adding an appointment to your calendar or fetching and displaying information.
Read More

Authorize access to VSTS REST APIs with OAuth 2.0

Visual Studio Team Services uses the OAuth 2.0 protocol to authorize your app for a user and generate an access token. Use this token when you call the REST APIs from your app.
Read More

Animation with Xamarin Forms

In this Article I am going to show you how we can add animation in our Xamarin Forms Application.
Read More

Azure Function : A quick start with database

This blog intended to see how Azure Functions can be used with database. Azure Function is a solution for running small piece of code or a "Function" in cloud. You can write just the code need for the problem without worrying about the infrastructure or the application to run it. Function can make your development more productive and you can choose your development language of choice such as C#, F#, node.js, java or PHP.
Read More

What is Synchronization? Handling Synchronization in Selenium WebDriver using C#:

Synchronization meaning: when two or more components involved to perform any action, we expect these components to work together with the same pace. The co-ordination between these components to run paralelly is called Synchronization.Synchronization (Wait) in Selenium has a great significant value.Now a day, we see most of the web applications are developed by using Javacript and Ajax where it might happen that some of the elements may load at distant time intervals, due to which we may encount...
Read More

Implementing Google account authentication in ASP.NET MVC

Implementation of Google OAuth in MVC application: Step 1: Create a Google OAuth application           To create it please follow the steps below: Go to https://console.developers.google.com, login with your Gmail id. Click on ‘Select a Project’ dropdown at left top of the page. Click on ‘Create project’ button, Enter project name and create project. Click Credentials on the left navigation. Click Create Credentials > O...
Read More

Sending Test reports by Email using Office 365, Gmail

Wouldn’t it be great if Test Report are sent automatically across team as soon the Test Execution is complete??Now, let’s see how to achieve this using Office 365.com, Outlook.com and Gmail.com account as the SMTP host.Include the below code in your OneTImeTearDown (NUnit) or AfterClass (TestNG) method: we attain this feature using library => System.Net.Mail; using System.Net.Mail;namespace MailConfiguration{            s...
Read More

Extent Reports in Selenium CSharp (C#)

Reports play a fundamental role when it comes to TESTING. Tester can now  know the real-time reports of test suit execution. Reports made ease to know the ratio of Pass? : Fail? post-test suit execution and it is the only documentation to know about test execution results.Everyone wish to see the detailed description of the test results. Don’t you? here is the solution for it. And, let us see how these reports can be achieved? in Selenium C# - NUnit framework automation testing.To ac...
Read More
Page 1 of 2 FirstPrevious [1]2 Last

Try DevOpSmartBoard Ultimate complete Azure DevOps End-to end reporting tool

Sign Up

  • Recent
  • Popular
  • Tag
Tags
Monthly Archive
Subscribe
Name

Text/HTML
Contact Us
  • *
  • *