Resources No resource found - Just Check ALL The BoxesApr 17, 2018. Today I ran into something on a client-server that unfortunately I see too often. The DBA goes through the trouble of configuring and setting up alerts/operators but doesn’t really understand what the options in the configurations mean. So, unfortunately, that means they take the CYA (cover your ass) approach and they check all of them. Now, not only have I seen this with alerts but also with things like security configurations as well. My advice is to always take a second and research what each option is before you check the little boxes, especially when it comes to security. Always follow the rule of less is more.
- Four Rules Of Right When Running A QueryMar 13, 2018. Earlier this year, I participated in the Idera #sqlchat. This is a monthly chat meeting that is organized by Idera Software and hosted by a SQL Server community member. This one was hosted by Monica Rathbun (B|T) and her topic for the month was “SQL Server Bad Habits in Configurations, Security, and Code”. It was a fun and entertaining way to spend an hour over lunch. Plus it helps to get you engaged with the SQL Server community, which is never a bad thing.
- All About Appsettings.json In ASP.NET Core 2.0Feb 19, 2018. This article talks about the use of maintaining multiple configuration files for a single solution file and how to do this.
- How To Manage Externally Shared Contents In SharePoint OnlineFeb 18, 2018. Anonymous access to the SharePoint Online site has been removed for more than a year. Instead, Microsoft allows us to share the files or folders from SharePoint Online to external users. This configuration can be done in the Office 365 admin portal and SharePoint Online to enable or disable sharing.
- Application Initialization And Configuration In ASP.NET VersionsFeb 14, 2018. Most of us might have worked upon various versions of ASP.NET and few of you must be aware about the major changes happened in application initialization and configuration phase. In this article, I'll be outlining few of those major changes starting from ASP.NET MVC, ASP.NET Core 1.x and ASP.NET 2.x.
- Microsoft Operations Management Suite (OMS) - A Beginner's GuideFeb 13, 2018. Operations Management Suite (also known as OMS) is a collection of cloud-based services for managing your on-premises and cloud environments from one single place. Rather than deploying and managing on-premises resources, OMS components are entirely hosted in Azure. In simple words, what basically happens is that OMS goes and talks to different servers, applications in your environment, collects information about how they're doing, consolidates this information in the form of nice colorful graphics and searchable records, after that presents it to you in one single, convenient place, and it doesn't matter where your servers or applications are running, Azure, AWS, on-premises or which operating system they're running on, Windows or Linux, it just works. Configuration is minimal, and you can be up and running literally in a matter of minutes.
- Channel Configuration - Azure Bot Service To Slack ApplicationFeb 08, 2018. This article explains how to configure Azure Bot Service to Slack Applications. We will get a clear idea about how to create a Bot Service in Azure.
- Azure Virtual Machine With PowerShell And Desired State ConfigurationJan 24, 2018. This article describe how to create Azure VM with PowerShell. The article is also extended a bit to explain why Azure Desired State Configuration is very useful while working with Azure VM and how to implement Desired State Configuration with Azure VM
- App.Config AutoReaderJan 17, 2018. In our day to day development, it is a rare case where we don’t need to read a configuration file. There are many techniques for the treatment of such static classes, singleton classes, etc and it is normally that the Config class is accessible in all projects.
- Desired State Configuration In Microsoft AzureJan 07, 2018. This article describes how one can automate and align deployment of Azure resources effectively.
- Enable Other Protocols (TCP, PIPE, MSMQ etc.) In IISDec 29, 2017. By default it's available only HTTP, HTTPS and FTP protocols Windows IIS though it supports others like TCP, PIPE protocols as well. This blog demonstrates how to enable other protocols like TCP in IIS.
- How To Configure Data Gateway With SQL Server Database For Live Data Connectivity Using Personal ModeDec 21, 2017. In this article, we will discuss how we can configure Data Gateway for On-Premise SQL SERVER Database for Live Data Connection using Personal Mode.
- Work With External AppSetting Of Web.ConfigDec 01, 2017. In this article, you will learn about .NET Configuration Files
- Saving Your Ruby On Rails Application Code To Github.comNov 28, 2017. In this article you will learn git configuration in git bash and git hub repository creation, add new ssh key in git hub and finally add all application files into git hub repository via remotely using with git bash for Ruby on Rails application version controlling.
- ASP.NET Core 2.0 Secret ManagerNov 22, 2017. I discussed in the previous post how configuration settings can be stored in configuration files. However, these files are checked in the source control and not suitable to store confidential settings. In a production environment these settings can be stored in environment variables or Azure Key Vault however, for development ASP.NET Core provides an alternate solution: Secret Manager.
- Automation Configuration Using JenkinsNov 18, 2017. In this article, I am going to show you the automation configuration using Jenkins.
- Angular 5 Basics And Quickstart With CLINov 09, 2017. Imagine what it would be to manually add the configuration files required to bootstrap an Angular 4 application. It is painful, right? For beginners, it might become tedious to declare all these files and manually configure all these files to bootstrap the app. It wouldn't be a good idea to set up the configuration things rather than focus on the framework and its usage. Even for the advanced developer, it might not be a great way to do all these things manually. So, Angular CLI is the solution here
- If The Boot Configuration Data For Your PC Is Missing Or Contains ErrorsNov 06, 2017. The Boot Configuration Data (BCD) is a firmware-independent database for boot-time configuration data. It is used as new Windows Boot Manager. It replaces the "boot.ini" file that was used in the old Operating System. For more details check Windows startup process.
- Power BI On-Premises Server Installation And ConfigurationNov 06, 2017. On October 31, 2017 Microsoft released the latest version of Power BI report server, in this version on-premises reports can connect to different data sources (SQL Server, Oracle, SAP HANA ...Etc.). Users can also use direct Query option or import data option and create schedule to refresh the imported data. This article will give the step by step process to install and configure a Power BI on premises server.
- Highcharts With Angular Custom Directive And Web APIOct 25, 2017. We already know that DotNet Highcharts library is a client side library for charting and we can create very clean and flexible charts with minimum configuration. Using Highcharts, we can probably create all types of charts which we use in daily life, it could be a line chart, it could be a bar chart or column chart etc.
- Hosting Website With Filezilla To AzureOct 19, 2017. We can use the FTP client Filezilla for website hosting to Azure. And it is an FTP method. And sometimes we may face some errors in it. And the solution is also mentioned in this article.
- Azure App Service - Deployment SlotOct 08, 2017. Azure makes it easy, to create deployment slots for App Services. It’s available in the Standard or Premium App Service plan mode. Deployment slots are actually live apps with their own hostnames. App content and configurations elements can be swapped between two deployment slots, including the production slot.
- ASP.NET Core 2.0 ConfigurationSep 11, 2017. ASP.NET Core has a simple mechanism to read application settings from various sources like JSON files, Environment variables or even custom data sources. It is also simple to use the settings, thanks to Dependency Injection.
- Blocked File Types On Web Applications In SharePoint 2016 Central AdministrationAug 31, 2017. Here, you can define the file types that should be allowed or disallowed on SharePoint sites and collections. This configuration will apply globally on the complete farm.
- Work With Configuration In ASP.NET CoreAug 21, 2017. Before going into the new configuration system, let’s discuss in brief how we used to have a configuration system in the earlier versions of .NET applications.
- To Overcome "HTTP Error 404.3 Not Found" Error While Playing Videos In ASP.NET Aug 17, 2017. To Overcome “HTTP Error 404.3 - Not Found THE PAGE YOU ARE REQUESTING CANNOT BE SERVED BECAUSE OF THE EXTENSION CONFIGURATION. IF THE PAGE IS A SCRIPT, ADD A HANDLER. IF THE FILE SHOULD BE DOWNLOADED, ADD A MIME MAP.” Error.
- Introducing Central Administration Of SharePoint 2016Aug 09, 2017. Central Admin helps us to control the user activities. It controls even the activities of the site owners, which help us in protecting the environment and keeping it secure. This helps us to activate or deactivate the configurations and features through all the Web Applications, site collections and sites; thereby, saving time and efforts.
- Architecture Of Azure Ethereum Consortium Network - SimplifiedAug 08, 2017. A network created using Azure Consortium Blockchain template consists of shared transaction nodes and mining nodes. User application will interact with transaction nodes for any operation like submit transaction etc. For each consortium member (the number of members is specified while configuration), specified number of mining nodes are created.
- Configuration API In ASP.NET Core - Day ElevenAug 01, 2017. In the previous article of this series, we discuss about the internationalization and globalization concept within .NET Core application. Now in this article, we will discuss different types of configuration processes in asp.net core applications.
- Logging API In ASP.NET Core - Day TwelveAug 01, 2017. In the previous article of this series, we discuss about the different types of configuration processing concepts within .net core application Now in this article, we will discuss how to implement logging in the Asp.Net Core application. Before starting the discussion about Asp.Net Core logging framework, we need to understand why it is required and also how to implement it in the previous version of .net framework.
- Lazy-Loading NgModules In ASP.NET Core Angular SPAJul 25, 2017. This article shows you how configure ASP.NET Core Angular SPA starter project to serve a lazy-loaded Angular module. Angular has this cool feature of loading a module lazily. Modules that are set up to load lazily can significantly save application startup time. Lazy-load module set up is done in the application’s routing configuration section.
- Cache Headers For MVC File Action Result (ASP.NET Core 2.0 Preview 2)Jul 25, 2017. I’m pretty sure that you are familiar with StaticFiles middleware of the framework. All it does is serve static files (CSS, JavaScript, image, etc.) from a predefined/configurable file location (typically from inside the web root, i.e., wwwroot folder). But along the way, it also does some cache headers configuration. The reason behind this is you don’t want your server to be called up every time for a file that doesn’t change frequently. Let’s see how a request for a static file looks in the browser’s network tab.
- Best Practices For MVCJul 14, 2017. Add a class library project to the solution, named Store.Model. This library is where we ‘ll keep all of our domain objects. Entity Framework will count on them in order to build the database but we are not going to configure Code First using DataAnnotations attributes on this project. Instead, we are going to put all the Code First configuration in specific Configuration classes using the Fluent API. Add a folder named Models.
- React Tutorials - Day Five - RouterJul 10, 2017. Today we learn about the routing in React, we learn how to setup routing configuration and also learn how routes work in React. If we want to create a single page application then we need the routing to redirect from one page to another and read the route parameters. To perform the routing in React we should have to install the “react-router-dom” packages.
- Apache Spark Apache Ambari And Notepads On Microsoft Azure HDInsight - Part TwoJul 06, 2017. Apache Ambari is for management and monitoring of Hadoop clusters in form of WEB UI and REST services, Ambari is used to monitor the clusters and make changes in configuration. Ambari used for provision, monitoring and managing the cluster in an easier way. Using Ambari you can manage central security setup and fully visibility into cluster health.
- Microsoft Azure Automation Using PowerShell Desired State Configuration And Node Configuration And ManagementJul 04, 2017. Microsoft Azure is very aggressive about providing Automation Solutions and Services to users by Azure Automation Service, by which we can automate the manual, long running and frequent, periodically repeating tasks of the cloud and can manage and configure a number of nodes
- Deploy Website To Azure Using FTPJun 30, 2017. This article demonstrates how to deploy a website to Azure using FTP.
- SPFx Property Pane Configuration OptionsJun 19, 2017. Let us see the options available for SharePoint framework web part property pane configurations.
- Microsoft Flow Configuration To SharePoint ListJun 08, 2017. Create flow to SharePoint list using inbuilt templates.
- Add Custom Configuration Elements In .NETMay 25, 2017. Add Custom Configuration section group, configuration section, configuration element and enable intellisense for it.
- Read Configuration Files (.json) In .NET Core Application - Day FourMay 12, 2017. In this article, we will discuss how to read any configuration like files and display information from those files.
- Publishing A Website To Azure, The FTP MethodMay 07, 2017. In the article given below, we will see how to publish a Website via FTP.
- Workflow Manager Configuration For SharePoint Server 2013Apr 18, 2017. Workflow Manager configuration for SharePoint Server 2013.
- An overview of Windows Server 2016 Apr 05, 2017. This article presents an overview of Windows Server 2016.
- Configuration In ASP.NET CoreMar 19, 2017. Configuration In ASP.NET Core.
- Steps For My Sites' Creation, Configuration, Migration and Managing In SharePointMar 11, 2017. Steps for My Sites' creation, configuration, migration and managing
- Four Ways To Read Configuration Setting In C#Mar 01, 2017. In this article, you will learn about the four ways to read the configuration setting in C#.
- SharePoint 2016 Central Admin - Configuration Wizards - Launch The Farm Configuration WizardFeb 10, 2017. In this article, you will learn how to launch the farm configuration wizard in SharePoint 2016 central admin.
- Adding A Configuration Source File In ASP.NET Core 1.0Feb 09, 2017. In this article, I will explain how to add a configuration source file in ASP.NET Core 1.0.
- Configuring Aurelia Single Page Applications In ASP.NET Core 1.0Jan 16, 2017. How to configure Aurelia Single Page applications in ASP.NET Core 1.0
- Software Design Paradigm - Convention Over Configuration (ASP.NET MVC)Jan 13, 2017. Learn about Coding by Convention, the software design paradigm used by many software frameworks.
- How To Connect PHP With Azure Web App Using Microsoft Cloud ServicesJan 11, 2017. In this article, we will learn how to connect PHP with Azure web app using FileZilla FTP client and Microsoft Cloud Service.
- Set Up Configuration Files For TypeScript Using Visual Studio CodeJan 11, 2017. In this article, you will learn about setting up configuration files for TypeScript, using Visual Studio Code.
- Creating FTP File Downloader Application With Background WorkerJan 10, 2017. In this article, you will learn about FTP File Downloader with downloading progress, using background worker.
- Single Server Installation In SharePoint 2016Jan 04, 2017. In this article, we will walk through the step-by-step process of installation and configuration of SharePoint Server 2016.
- Step By Step Walkthrough To Set Up System Center Configuration Manager 2016Jan 03, 2017. In this article you will learn how to set up System Center Configuration Manager 2016.
- Resolve SQL Server Login Issues While Setting Up System Center Configuration Manager 2016Jan 02, 2017. In this article, you will learn to resolve the SQL Server login issues while setting up System Center Configuration Manager 2016.
- Azure App Service - Web Config Vs Application SettingsDec 26, 2016. In this article, we will learn the differences between the Configurations Settings in Web.Config and Azure App Service App Settings.
- Persevere State Information During Changes In ConfigurationDec 25, 2016. In this article, you will learn about persisting state information when changes in configuration are done.
- SharePoint 2016 - Part Nine: Validation Of Configuration Of Workflow Manager 1.0Dec 21, 2016. Here, you will learn about validation of configuration of Workflow Manager 1.0.
- SharePoint 2016 - Part Six - Configuration of Workflow Manager ClientDec 19, 2016. In this article you will learn how to configure Workflow Manager Client using SharePoint 2016.
- SharePoint 2016 Outgoing Email Configuration SettingsDec 10, 2016. In this article, I will explain the outgoing configuration settings for SharePoint 2016.
- Configuration Of Microsoft Identity Manager For SharePoint 2016 User Profile ServiceNov 28, 2016. In this article, you will learn configuration of Microsoft Identity Manager for SharePoint 2016 User Profile Service.
- Node.JS - Web Server - Day EightNov 16, 2016. Web Server is an application software, which is used to handle the request generated by client, using HTTP protocol. In Node.js HTTP Server, there is a zero configuration Command Line HTTP Server. In this article, we learn how to configure a Node.js HTTP Server.
- Resolving Login Issue In SharePoint BCS ConfigurationOct 21, 2016. In this article, you will learn how to resolve the login issue in SharePoint BCS configuration.
- WCF - Service Configuration EditorOct 11, 2016. This article talks about the utility called "Service Configuration Editor"which is very useful to set the configuration for a WCF Service.
- Configuring WCF RoutingOct 08, 2016. In this article you will learn the configuration of WCF Routing.
- Resolve "Specified Value Is Not Supported For The DomainName Parameter" Error in SharePoint ConfigurationSep 19, 2016. In this article, you will learn how to resolve “Specified value is not supported for the domainName parameter” error in SharePoint configuration.
- Project Server 2013 Installation And ConfigurationSep 06, 2016. In this article, you will learn about the installation and configuration of Project Server 2013 .
- Create A List Based On Configuration List Data In SharePoint 2016 Using Nintex Workflow 2016Sep 01, 2016. In this article, you will learn how to create a List based on configuration list data in SharePoint 2016, using Nintex Workflow 2016.
- Configure FTP And Use Custom Domain On Azure VMJul 11, 2016. In this article, you will learn how to access Azure using File Transfer Protocol and how to use your own domain name on your VM.
- Resolving Local User Account Issue While Creating SharePoint Server 2016 Configuration DatabaseJun 29, 2016. In this article, you will learn how to resolve local user account issues while creating a SharePoint Server 2016 configuration database.
- Azure App Service: Deployment Types And FTP Credential TypesMay 27, 2016. In this article, we will learn all about Deployment related things with respect to App Services.
- Diving Into Visual Studio 2015: Debugging Improvements (Breakpoint Configurations and New Error List) - Day 5May 24, 2016. In this article, we will discuss debugging improvements(Breakpoint Configurations and New Error List) in Visual Studio 2015.
- Move Domain Classes Configuration To Separate ClassesMay 19, 2016. In this article you will learn how to move Domain Classes Configuration to separate classes.
- Transform Config Using Slow CheetahMay 17, 2016. This article is about transforming your app.config/web.config settings based on the configuration environment selected using package Slow cheetah.
- Overview Of SharePoint Server 2016 Central Administration - Part ThreeMay 15, 2016. This article gives the overview about system settings configuration in SharePoint 2016 central administration.
- Crawl Log Permissions Configuration At The SharePoint Admin Center On Office 365May 12, 2016. In this article we will learn about how to configure Crawl Log Permissions at the SharePoint Admin Center on Office 365
- SharePoint 2013: BDC Configuration And Creating External Content Type and External List - Part TwoMay 11, 2016. In this article you will learn about BDC Configuration and Creating External Content Type and External List using Secure Store Services in SharePoint 2013.
- Resolve Error 40: Could Not Open a Connection to SQL ServerMay 10, 2016. In this article we will discuss about various reasons and solutions to resolve error : 40 related to SQL Server connection.
- SharePoint 2013: BDC Configuration And Creating External Content Type And External List - Part OneMay 09, 2016. In this article you will learn about BDC Configuration and Creating External Content Type and External List in SharePoint 2013.
- Import/Export Search Configuration At The SharePoint Admin Center On Office 365May 07, 2016. In this article you will learn about how to Import/Export Search Configuration at the SharePoint Admin Center on Office 365.
- Getting Started With Azure Automation DSCMay 06, 2016. In this article you will learn more about Desired State Configuration using Azure Automation Service.
- Office 365 - SharePoint 2013 Central Admin ConfigurationMay 05, 2016. In this article I would like to explain about how to access the SharePoint 2013 Online Central Admin page in Office 365.
- SharePoint 2016 Hybrid Sites Features ConfigurationMay 04, 2016. In this article I would like to explain about how to Configure the Hybrid Site New feature in SharePoint 2013 Online (Office 365).
- Introduction And Design Simulation Of Raspberry PIApr 26, 2016. In this article we will learn about what Raspberry Pi is, components of Raspberry Pi devices, GPIO Pin Configurations, where to buy, operating System supported and preparing for work with Raspberry Pi.
- An Overview Of IIS 7.5 Feature - Configuration EditorApr 24, 2016. In this article, we will look into one of the features of IIS 7.5 that helps to edit configuration files of IIS 7.5.
- How To Configure Secure Store Service Application In SharePointApr 20, 2016. In this article you will walk through the configuration of secure store service application in SharePoint.
- Active Directory Configuration & Creating A New Domain User In DNS (Windows Server 2012 R2)Apr 20, 2016. In this article I will explain how to create a new domain user account in Windows Server and what prerequisites for configuration are required .
- Kickstart IoT (Internet of Things) With Raspberry PiApr 20, 2016. This article explains the IoT – Raspberry Pi device and about different models of Raspberry Pi devices, components of Raspberry Pi devices, their configurations as per the model and things needed to work with Raspberry Pi devices and the Operating Systems which are supported.
- Deploy FTP Server On IISApr 19, 2016. In this article you will learn how to deploy FTP Server on IIS.
- SharePoint 2016 Installation And ConfigurationMar 21, 2016. In this article you will learn how to install and configure SharePoint 2016.
- Android Studio And Git Configuration - Day FourMar 08, 2016. In this article you will learn how to configure GIT version control system in Android studio.
- Install Hadoop on Windows: Part ThreeMar 02, 2016. In this article we will learn how to install Hadoop and some configuration settings in VM at local system.
- Create FTP Site Using IIS 7.5Feb 29, 2016. In this article, we will look into the creation of an FTP site for file sharing using II 7.5. FTP is used to share files with other users remotely, we can use IIS to host it.
- BCS External Content Type ConfigurationFeb 09, 2016. In this article we can explore how to configure BCS External Content Type in SharePoint 2013.
- FTP Using C# .NETFeb 06, 2016. In this article you will learn about File Transfer Protocol operations using C# .NET.
- Raspberry Pi 1 - Startup Raspberry Pi With OS Installation And Configuration With LaptopJan 20, 2016. This article is for those people who don’t want to use external LED/LCD screen for Raspberry Pi project development.
- Connecting Azure Hosted Website To FTPJan 18, 2016. This article is about exploring different options in portal how to connect a WordPress website hosted on Azure to FTP service.
- Configuration Of Entity FrameworkJan 12, 2016. Here I will explain how to configure Entity Framework for application.