Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 

Why is it Brainy to Integrate Big Data Analytics with .Net Development

It is common knowledge to every businessman out there that data is the lifeline of a business. Any decisions or investments for the future of the company are taken after a thorough analysis of data collected through the various channels. Nowadays...

Why choose Microsoft Partner for next .NET Web Development Project?

.NET is basically a software structure that has been developed by Microsoft and is mostly used in Microsoft Windows. The large class library included here is called Framework Class Library (FCL) which facilitates the property of interoperability ...

Top 10 ways to secure your website

As technologies are growing everybody is moving towards website. Desktop app are also getting converted into web and mobile apps are now getting converted in hybrid web app. So you can analyze the future will be on website development. So th...

.Net Interview questions - PART 3 WCF(Windows Communication Foundation) services

Hi, This is part third of .Net interview questions. We are covering WCF interview  questions in this blog, so without wasting time lets start: Default question: (for each question from below list, prepare examples from y...

The Data Type Class Hierarchy in .Net c#

System.Object is a top of the class hierarchy and is only class which is not inherited for another type whereas all types in .NET inherit from another type. Here in this tutorial I am providing you the .net data type class hierarchy: &n...

System Data Types and Corresponding C# Keywords

To hold the data of different kinds like string, number, bool, decimal in memory, c# uses flowing data types to achieve this. In this tutorial, I am providing you the list of system data types and their range in c#:   C#...

.net interview questions - PART 2 c# basics and .net framework?

Hi, Without wasting time lets come to the point : Default question: (for each question from below list prepare examples from your latest projects. Because there is always a default question with each question("Where did you use it...

List of Top 36 .net Interview Questions - PART 1 OOPS Concept?

Hi,   Here are the list of interview questions asked in .Net technologies.   Let's categorize it:    OOPs Concepts What is difference between abstractions and encapsulation ? How do we achiev...

Importance of Microsoft .NET Development Services in Todays Processes

Now is an exciting time to be a developer of the .Net space. There are changes being made to the offerings, and additions to the platform. Furthermore, Microsoft is making various operating systems as well as competing devices first-class ci...

10 Reasons To Use ASP.NET For eCommerce Store Development

Online shopping saw a massive surge of 45% in 2016. A cursory look at the Black Friday and Cyber Monday online sale numbers gives a fair indication of online shopping’s popularity. Shoppers spent an estimated $3.34 billion in online purchas...

How to Replace Data Globally Using Azure Cosmos DB in .NET Application

Introduction In this blog will learn about Azure Cosmos DB key feature of replicating data globally, along with ways to achieve it. Also, will explore Manual Failover & Failover priorities with setting up using Azure portal.   Prer...

How to Transform XML Data As HTML Using XSLT in ASP.NET MVC

XSLT   XSL stands for eXtensible Stylesheet Language used for XML styling. XSLT in turn stands for XSL transformations i.e transformation of XML documents into different specific/design formats like XML transformation into Html. &nb...

How to Store Sensitive Data in ASP.NET Core - UserSecrets

A most important part of developing an application which when pushed to any public source code repository is that sensitive data should not be stored within source code as other users may develop crawlers in order to find passwords, usernames and...

Future Trends of Microsoft .NET and .NET Web Development in 2018

Microsoft’s .NET is the most secure, robust and flexible software development framework that supports numerous libraries and programming languages. A lot of .NET software development companies are Microsoft Gold Certified Partner.  ...

How to Implement, Access and Retrieve Configuration in ASP.NET Core

  In previous versions of ASP.NET the common file web.config was used for configuration. But now Asp.Net Core provides a new way for declaring and accessing configuration settings. Prior to ASP.NET Core for accessing configuration set...

ASP.NET Core Middleware Framework - Working, Configuration & Creation with Examples

ASP.NET Core - Middleware   In ASP.NET Core requests are handled via "request pipeline". Request pipeline receives HTTP request from browser,processes and manipulates them, and finally generates a response. The software ...

.NET Core Tools 1.0 Release Announcement

  Microsoft had released .Net Core Tools 1.0 in March, 2017. One of the biggest advantage of these tools are that they are not only supported by Windows, but also have compatibility with Mac and Linux operating systems. The biggest hu...

Ultimate Guide: API Versioning in ASP.NET Core

Versioning ASP.NET Core Web API using HTTP Header Approach API versioning allows us to introduce new features in existing Web API and makes it more flexible and adaptable to the changes while keeping the existing functionalities intact. Im...

Learn How to Set-up Visual Studio Code for ASP.Net Core Development

In the following blog, we will learn how to setup your machine to get started with Visual Studio Code and .NET Core. We'll also create a simple ASP.NET Core Web application to get a glimpse of how to execute tasks using commands provided in C...

How to centralize logging across web application using ELMAH Tool?

Logging is an act of keeping the record of all data inputs, processes, data outputs, and final results in a program. It is one of the most important parts of application maintenance. Logging helps in easy and quick identification of the bug in th...

Complete List of Advanced C# 7 Features Web Developer Should Know

C# 7 recently added features focuses on simplification of code, performance, and consumption of data. These features are fully functional in visual studio 2017 but some features can also be used in Visual Studio “15” Preview 4. &nb...

AngularJS : $emit, $broadcast and $on

AngularJS : $emit, $broadcast and $on   Nested controller in AngularJs make use of $emit, $broadcast and $on. $emit and $broadcast are used for raising event in angularjs application.   $emit : It is used for dispatchin...

Securing ASP.NET MVC Using Custom Headers

  In order to make web applications more secure, we must secure the HTTP headers that are communicated back and forth for exchanging additional information between the communicating devices which are mostly client and server.  ...

Difference Between String or System.String and System.Text.StringBuilder

The difference between System.Text.StringBuilder and string or System.String System.String and string keywords are the same, and you can use whichever naming convention you prefer. Essentially, string keyword is an alias for System.String clas...

Child Actions in ASP.NET MVC

Child Actions in ASP.NET MVC In ASP.NET MVC controller is defined as collection of action methods which are similar to function having public specifier.These actions can be called directly from browser by typing in URL request. But there ...

Solution for "Self referencing loop detected" error in Entity Framework

Few days ago, I was creating an ASP.NET Web API by generating Entity Framework scaffolding API controller. There were simply two tables in the database Product and Title. In the edmx file, the auto-generated classes were as follows:   ...

Difference Between Abstract class and Interface with Example

Hello Friends,   Today, I am going to discuss about an abstract class and an interface.   What are the difference between Abstract class and Interface? An Abstract is a class but an Interface is not a class. It is an e...

Introduction to SQL Server Reporting Services (SSRS)

SQL Server Reporting Services is a server based reporting platform that consists of full range of ready-to-use tools and services to assist you to create, deploy and manage reports. Reporting Services allows creating interactive, tabular or free-...

Sorting list with IComparable interface

IComparable interface is used for sorting of list of objects. It can be similar to Array.Sort() method but the difference is that it provides customization on sorting of objects. We can sort a list of string or integer by simply calling List.S...

Learn to Build ASP.Net Core Basic Application in 7 minutes [Video Tutorial]

This .Net Video Tutorial, provide you the Introduction of ASP.Net Core it's features, Advantages and it will also provide you and Example to Build Basic ASP.Net Core Application. ASP.NET Core is the whole new web c...

Conversion Operators in Linq

Conversion Operators are helpful in transforming the type of the item in a collection. In linq, We have a three types of conversion operators:- 1. As operators(AsEnumerable and AsQueryable) 2. To operators(ToArray, ToDictionary, ToList a...

Send Messages to ESB & Route Via Logical App in Microsoft Azure-Video Tutorial

In this Video Tutorial, I am aiming to send and receive message in the Enterprise Service Bus Queue(ESB) and routing the message using Logic App in Microsoft Azure.   Prerequisites: 1. You need an Azure account (Microsoft Account can al...

Linq Aggregation Operator: Max

Max aggregate operator is used to find the largest item from a collection. Exapmle:- In the below example we created a complex type collection for an Employee. This Employee collection contains EmpId, EmpName and Age. We need to find a maxi...

Generation Operators in LINQ

In this blog we illustrate the generation operators in linq. We have a three Generation Operators : 1. Empty 2. Range 3. Repeat 1. Empty:- Empty operator  is used to return an empty sequence of the type that is specified . It is a ...

Quantifier Operators in Linq

The quantifier operators  analyse a collection of items on some condition and  return a boolean value if any or all the items in collection satisfy a condition.   In linq, We have three types of Quantifier Operators:- 1. All...

Grouping Operators in Linq

Grouping operators generates a categories or groups of an item on the basis of given key. These type of operators implements IEnumerable collection of type IGrouping<Key, SourceItem> where Key is a key value, on the basis of which grouping ...

Setting up enviornment for Angular 2 project in Visual Studio

Ever wondered how to start with setting up environment for a simple Angular 2 project, here are following steps that you may follow to get it done easily. Open Visual Studio and create a new ASP.NET Empty Web Site. Provide it with a locat...

ASP.NET MVC : Parse XML Documents by XMLDocument and XDocument

Parse XML Documents by XMLDocument and XDocument   It is not a common practice to directly work on xml documents. In ASP.NET MVC whenever there is raw XML document available,to use them parsing is required. For parsing XML documen...

Extension Methods in C#

Extension Methods in C#   Extension Methods were introduced in c# 3.0. These methods are helpful in adding methods to the types which already existed i.e without creating a derived type via inheritance, methods can be added to existing...

Moving between pages in Windows Phone 8.1

While learning Windows Phone development you might want to try your skills in creating some cool apps. Most probably some of those apps requires you to create multiple pages in your application, which needs you to have some idea about navigation ...

Layout controls in Windows Phone 8.1

Layout controls are those controls which contain and position child controls on the screen. In other words we can say that such controls behave as layout container in our application. Whenever we need to achieve a certain level of complexity in t...

ComboBox Control in Windows Phone 8.1

In the following article we are going to see the usage of ComboBox control in Windows Phone 8.1. ComboBox represents a combination of non-editable text box and a drop-down list box that allows users to select an item from a list.   Let...

Code-First Stored Procedure Entity Framework 6.0

Code-First Stored Procedure Entity Framework 6.0   This blog shows configuration of code first making use of stored procedure for the entities. For usage of stored procedure, the OnModelCreating method of DBContext should be overriden,...

Getting started with Hello World App in Windows Phone 8.1

So friends you are thinking to start with Windows Phone App development, but can't decide where to start from. No worries, let's get started with a simple application to give you some familiarity with the Windows Phone development environ...

View Without Controller Action in ASP.NET MVC

View Without Controller Action in ASP.NET MVC   In MVC, the request from browser actually comes in the form of "controllername/actionname" where the request is actually directed to actionname in the controller which then...

ASP.NET MVC : Form Submission using Enter Key via jQuery

ASP.NET MVC : Submit Form using Enter Key   Sometimes there is a scenario or requirement of posting the form on pressing the "Enter" key in asp.net mvc. This functionality can be achieved via jQuery in MVC.   Creat...

Is Operator In C#

This operator is used to check if an object is compatible with a given type. It returns true if caste succeeds and returns false if the caste fails. This operator is ideal to use when we are not interested in resulting variable and just intereste...

Remote Validation in ASP.NET MVC

Remote Validation in ASP.NET MVC   Remote Validation is similar to an ajax call used for validating the user's input. The main purpose of remote validation is execution of back end query without performing a full server postba...

Calling Web API from MVC Controller in ASP.NET

Calling Web API from MVC Controller in ASP.NET   This blog defines calling of web api from mvc layer project. The following steps are to be followed :-   Step 1 : Create an empty solution in visual studio 2015. From file men...

Notify Changes Using INotifyPropertyChanged Interface In WPF MVVM

While studying MVVM architectural pattern in WPF you might have come across INotifyPropertyChanged interface and wondered the need of using it. Following MVVM architectural pattern in WPF application, we used binding to access data in the view an...
prev 1 3 16
Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: