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.
- Aggregate, The True LINQ Aggregator OperatorMar 08, 2018. Aggregate LINQ operator is unknown in the LinQs world. The goal of the project is to review the LinQ Aggregators operators (Count, LongCount, Min, Max, Sum and Average), and show all operators can be built with the Aggregate operator.
- Combine Multiple Observables Using combineLatest In Angular AppFeb 16, 2018. In this article, I am going to show you the benefits of using the combineLatest operator in an Angular application.
- Pipes In Angular 5Feb 13, 2018. In this article we will be discussing Pipes in Angular 5. Pipes are the operators which is used to format data in Angular. This comes from the symbol (|) used to do this operation. Pipes are there in Angular from Angular2 onwards. But it has evolved over the period of time. There are many inbuilt pipes available in Angular 5 and it gives an easy template to create your own pipe using @angular/cli.
- Boolean Search Basics For Recruiters - Tutorial OneJan 31, 2018. Boolean Search is a mathematical logic which we use to put on Google, LinkedIn, and other job boards etc. to get the accurate and relevant results while expanding and narrowing the strings with key operators like AND, OR, NOT etc.
- Querying ConsmosDB Using SQL APIDec 19, 2017. Here, we can find the first name and number of pets from child entity but to find out the last name we need to refer to family entity. To select last name along with first name we need to use join operator In DocumentDB
- What Is Struct And When To Use Struct In C#Nov 15, 2017. 'Struct' keyword is used to create a structure. A structure can contain variables, methods, static constructor, parameterized constructor, operators, indexers, events, and property. A structure can not derive/inherit from any structure or class. A structure can implement any number of interfaces. Structures provide better performance.
- Create An Azure SQL Database Using PowerShellNov 03, 2017. A resource group is a logical container into which Azure resources are deployed and managed as a group. So let's create a resource group for that using New-AzureRmResourceGroup command.
- Pipes Operator In Angular 2 - Part ThirteenOct 20, 2017. In this article, we are going to learn about Pipe Operator. In Angular, pipes are used to transform expressions to a desired format.
- Swift Programming - Zero To Hero - Part SixOct 05, 2017. This is part six of "Swift Programming - Zero to Hero" series. In this article, we will be learning about Arithmetic Operators. Before you continue in this session, please follow the previous series.
- Why "Service Locator" is an "Anti-Pattern" for Dependency InjectionSep 29, 2017. The Service Locator is used as a replacement for the new operator. The problem with service pattern is that it hides a class's dependencies and is a bonafide anti-pattern. In fact, it takes away a developer's clarity about the class he/she is using.
- Learn Universal Windows Programming Via Modern C++ (Check Box)Sep 19, 2017. In the button control, we are using the IInspectable to set the content of the text. How do we get the value from the IInspectable interface ? By IPropertyValue; using the “as” operator, we can convert from IInspectable to IPropertyValue.
- Element Operators In LINQAug 17, 2017. Here, we will learn about Element Operators, their uses, and various element operators.
- MVVM In WPFJun 29, 2017. MVVM is an architecture pattern which facilitates separation of projects into three logical layers with their own responsibilities. It facilitates modern techniques such as Separation of Concern, Unit testing and TDD. It is set of guidelines, that, when used, makes it easier to develop applications.
- C# Operators In UnityJun 18, 2017. In this article, I am going to explain about C# operators in unity
- Equality Operator (==) With Inheritance And Generics In C#Apr 30, 2017. Equality Operator (==) With Inheritance And Generics In C#.
- Expression Bodied Indexers And Operators With C# 7Mar 20, 2017. This article explains about expression bodied indexers and expression bodied operator overloading with C# 7.
- Equality Operator And Value Types In C#Jan 16, 2017. In this article, you will learn about Equality Operator (==) behavior for non-primitive value types.
- Introduction To Safe Navigation Operator In Angular 2Dec 01, 2016. In this article, you will learn about the Safe Navigation Operator in Angular 2
- Creating Azure SQL Database Logical Server - Part OneSep 09, 2016. In this article, we will be creating an Azure SQL Database Logical Server, using Azure Portal.
- == Operator and Reference Types in C#Aug 31, 2016. In this article, you will learn how equality operator works behind the scene when comparing reference types
- Story of Equality in .NET - Part FourJul 09, 2016. In this article, you will learn how equality operator (==) operates on Primitive types in C#
- Preparing for .NET Interviews - Part Four (Operators)Apr 29, 2016. This article presents the common questions asked in .NET interviews related to operators and explains the answers in an easy way.
- C# FAQ 7: What Are Data Types, Variables And OperatorsApr 25, 2016. In this article, you will learn the concepts related to data types, variables and operators.
- Difference Between Union And Union All in SQL ServerApr 16, 2016. In this article we will see the difference between Union and Union All operators in SQL Server.
- LINQ - Partitioning OperatorsApr 04, 2016. In this article you will learn about Partitioning Operators in LINQ. We will learn about LINQ Partitioning Operators: Skip, SkipWhile and Take, TakeWhile.
- Preparing .NET Interview - Part Five (Equality)Mar 27, 2016. This article presents the common questions asked in .NET interviews related to equality and explains the answers in an easy way.
- Some Useful LINQ Query OperatorsMar 24, 2016. In this article you will get to know about some useful LINQ Query Operators.
- Nullable Types And Null Coalescing Operator In C#Feb 27, 2016. In this article you will learn about nullable types and the null coalescing operator in C#. We will also see its use in LINQ queries.
- JOIN Operators Types In SQL ServerJan 19, 2016. In this article you will learn about JOIN Operators Types in SQL SERVER.
- SQL For Beginners - OperatorsJan 15, 2016. This article gives you an overview of the various SQL Operators.
- Cross Apply And Outer Apply in SQL ServerJan 09, 2016. In this article you will learn about Apply operator in SQL Server and its types with example.
- Mapping ViewModel To Model Using Implicit Conversion Operator In C#Dec 15, 2015. In this article you will learn how to map ViewModel to Model using Implicit Conversion Operator in C#.
- NULL Conditional Operator In C# 6.0Nov 07, 2015. In this article you will learn about NULL Conditional Operator in C# 6.0.
- Elvis To Rescue From "Object Reference Not Set To An Instance Of An Object"Oct 22, 2015. The article is about using Elvis operator which is introduced in C# 6.0. It gives an example of how to use it.
- Implicit And Explicit Conversions In C#Sep 30, 2015. In this article you will learn how readability of code can be improved with implicit and explicit operators.
- Conditional Statements In C#Sep 29, 2015. In this article you will learn how we can create logical decision making statements in the code which will help you to make decision based on certain conditions.
- Introduction To Type Casting In C#Sep 24, 2015. In this article we will learn type casting and converting in C#. Some operators will also be discussed.
- Pivot And Unpivot In SQL ServerSep 12, 2015. In this article we will learn how to use pivot and unpivot relational operator in SQL Server.
- Null Conditional Check in C# 6Aug 29, 2015. This article explains the Null condition check in C# 6.
- Inheritance With AS, IS and Cast OperatorsAug 13, 2015. In this article we will learn how to use IS, AS and Cast Operator in Inheritance.
- Wild Card Operators In SQLAug 02, 2015. This article explains Wild Card Operators in SQL. Wildcard characters can be used in LIKE expressions; the percent sign (%) matches zero or more characters and underscore (_) a single character.
- Ternary and Nested Ternary Operators in C#Jul 25, 2015. In this article you will learn about the Ternary Operator and nested Ternary Operators in C#.
- Python Operators OverviewJul 20, 2015. In this article we will learn about Python operators.
- Set Operators in SQL ServerJul 17, 2015. In this article you will learn how to set Set Operators in SQL Server.
- Conditional Statement in C#Jul 09, 2015. This article explains conditional statements in C#.
- Lambda Expressions in C#Jun 02, 2015. This article explains Lambda Expressions in C#. Lambda expressions are how anonymous functions are created. Lambda expressions are anonymous functions that contain expressions or sequence of operators.
- Getting Started With SQL Data Type and OperatorMay 18, 2015. This article describes SQL data types and operators.
- Discuss GroupBy Operator in LINQMay 13, 2015. This article explains the GroupBy operator in LINQ.
- Difference Between Union and Union All in SQL ServerMay 11, 2015. In this article you will learn the basic differences between union and union all operators in SQL Server.
- Conversion Operators in LINQApr 30, 2015. This article explains the Conversion Operators in LINQ.
- CONCAT Function and NULL Values in SQL Server 2012Apr 29, 2015. In this article we will learn about the CONCAT function and NULL values in SQL Server 2012.
- Null Coalescing (??) Operator in C#Apr 24, 2015. In this article we will learn about Null Coalescing (??) Operator in C# programming.
- Safe Type Cast Using "IS" and "AS" OperatorsApr 23, 2015. This article describes how to do safe type casting using the “IS” and “AS” operators in C# programming.
- Conversion Between Types in C#Mar 22, 2015. The article describes the type conversion as well as the compile time and run time errors in C# programming.
- LINQ Except, Intersect and Union Method/ Operator in C#Mar 19, 2015. This article gives demonstrates to use of expect, intersect and union of LINQ method in C# and their difference.
- Basic Terminology of SQL ServerMar 17, 2015. In this article we learn SQL from the basics. Here I describe all the basic terminology of SQL.
- Partitioning Operators and Paging Using Partitioning Operators in LINQMar 12, 2015. In this article we will learn about partitioning operators and paging using partitioning operators in LINQ.
- Ordering Operators in LINQMar 05, 2015. In this article we will discuss the Ordering Operators.
- Projection Operators in LINQMar 03, 2015. In this article we will learn about Project Operators in LINQ.
- Restriction Operator in LINQFeb 26, 2015. In this article we will learn about the Restriction Operator in LINQ.
- Welcome to C#Feb 15, 2015. In this article you will learn about C#. We will learn to work with variables, operators and expressions in C#.
- "is" and "as" Operators of C#Feb 03, 2015. Today, we will discuss the is and as operators in the C# to avoid type mismatch exceptions or other type exceptions.
- LINQ Operators in Action: Part 1Feb 02, 2015. In this article you will learn about LINQ operators in action.
- Null Propagation Operator: A New Feature of C# 6.0Jan 22, 2015. In this article we will learn about the new feature of C# 6.0, the Null Propagation Operator.
- Exception Handling in C#Jan 11, 2015. Here I will explain what Exception Handling is all about in C#.
- Null Propagation Operator in C# 6.0Jan 06, 2015. This article describes a new feature of C# 6.0, the null propagation operator.
- Nameof Operator: A New Feature of C# 6.0Jan 01, 2015. In this article we will learn about the new features of the C# 6.0 nameof operator
- New Feature of C# 6.0: Nameof OperatorDec 08, 2014. In this article we will learn about the nameof operator, one of the new features of C# 6.0.
- Null Conditional Operator in Visual Studio 2015Nov 28, 2014. This article explains the new feature, Null Conditional Operator, that was introduced in C# 6.
- Strings in C#Sep 22, 2014. In this article we will learn about strings in the C# language.
- Operator Overloading in C#Sep 19, 2014. In this article we are going to learn operator overloading, and the basic concepts of operator overloading.
- Structured Query Language: Part 2Aug 19, 2014. This article describes the use of different query and operator of SQL.
- Async and Await in Asynchronous Programming in C#Jul 29, 2014. This article describes the async and await operators in Asynchronous Programming in C#.
- Introduction To JavaScriptJul 28, 2014. This article provides an introduction to JavaScript.
- SQL Server DATABASE BACKUP With Multiple Methods Using Transact-SQLJul 17, 2014. This article describes SQL Server database backups and how to take a SQL Server database backup with multiple methods using Transact-SQL.
- Overloading Short-circuit OperatorsJul 06, 2014. Here we will discuss how to overload short-circuit operators in C#.
- NoConcatenate Operation in QlikView Application: Part 1Jul 04, 2014. This article describes what the NoConcatenate Operator is in QlikView using a SQL Server database.
- LINQ Standard Query OperatorsJul 01, 2014. This article shows various functions and operators associated with LINQ and we will see how it makes data processing operations simple.
- Restriction and Projection Operator in LINQJun 23, 2014. In this article we will learn about the Restriction and Projection operators in LINQ, their syntax and their functionality with examples.
- Set Operators in SQL ServerJun 06, 2014. Set operators are used to combine results from two or more SELECT statements.
- Nullable Type and Null Coalescing Operator in C#May 26, 2014. This article explains the basics of nullable types and coalescing operator for C# for beginners.
- Using Triple Equals Operator in JavaScriptMay 19, 2014. This article explains the use of the triple equals operator instread of the double equals operator in JavaScript.
- Creating A Windows Form With Add, Edit and Delete Record Capability in C#Apr 24, 2014. This article will show the C# code to create a Windows Forms form that allows the operator to add, view, edit and delete customer records in a binary text file.
- LINQ To DataSetApr 11, 2014. Here, I would like to describe how to use a LINQ query and describe how to query a dataset data.
- Checking Mobile Operator And Data Roaming in Windows Phone 8Apr 09, 2014. This article provides the simplest way to check the cellular operator name and data roaming status in Windows Phone.
- Learn About SQL OperatorsApr 02, 2014. This article describes the T-SQL operators with examples.
- Ternary Operators in AngularJSMar 25, 2014. In this article I will tell you how to use Ternary Operators in AngularJS.
- Ternary Operator in GridView, DataList and RepeaterMar 24, 2014. In this article I will tell you how to use a Ternary Operator in GridView, DataList and Repeater.
- How to Use LINQ To DataSetMar 03, 2014. Here I would like to describe how to use a LINQ query and describe how to query dataset data.
- Why we Use Checked and Unchecked Operators in C#Mar 03, 2014. This article explains the use of checked operators but you need to first understand the purpose of them.
- Basic C# Programming Problem and Solutions: Part 3Mar 01, 2014. This article is for the beginners who have just begun programming in the C# language with solutions for all the basic problems of C# programming. This is Part 3.
- Using Query Operators in ASP.Net Web API2Jan 22, 2014. This article explains how to use the Query Operators in Web API2 for filtering the data. For this we need to make the Web API method a Queryable method.
- Introduction to C Pointers: BasicJan 21, 2014. This article describes how to work with pointers in C.
- Oracle Operators: Part 3Jan 17, 2014. Let's continue with the third and the last part of Oracle Operators.
- Oracle Operators: Part 2Jan 10, 2014. In this article we will learn how to use Set Operators in Oracle.
- Oracle Operators: Part 1Jan 06, 2014. In Oracle, operators are used with the data items to perform the related actions and then return a result.
- Difference Between Equality Operator ( ==) and Equals() Method in C#Dec 18, 2013. Both the == Operator and the Equals() method are used to compare two value type data items or reference type data items. This article explains the basic difference between these two.
- Order of Precedence and Associativity of Operators in JavaNov 14, 2013. In this article you will learn about the java operators and their order of precedence and associativity in java.
- Scope Resolution Operator In PHPOct 28, 2013. This article explains what the scope resolution operator in PHP is and how it is used.