Uncategorized

  • All about Bulk SMS – Bulk SMS in Details

    .

    In this article, we will see What is a Bulk SMS Services in details and How Bulk SMS Services Works? After reading this article, you will be able to understand All about Bulk SMS services. What is a Bulk SMS…

  • 10 Differences between WhatsApp and WhatsApp Business App

    .

    We all have been using WhatsApp for day to day communication with friends, family, colleagues. But, this is for an individual and not for business user. In January 2018, WhatsApp released WhatsApp Business app for small business owners. In this…

  • ASP.Net Core MVC for beginners

    .

    This article includes the ASP.NET Core MVC web development introductions for beginners. If you are new to MVC, then read my earlier blogs on ASP.Net MVC. This article explores the basics of building an ASP.NET Core MVC web app. This…

  • Creating a High-Performance ASP.Net Core CRUD App with ADO.Net

    .

    In this blog, I am going to create a web application in ASP.Net Core to demonstrate CRUD operations using ADO.Net. Those people who already know about ASP.NET, they will understand this example very well.Those who are freshers, I would request…

  • How to access SQL Database Connection string in .Net Core?

    .

    A database connection string is a very basic task for a developer who is working on ASP.Net. But defining a database connection string in .Net Core and reading back into C# code is a little different than the traditional ASP.Net…

  • ASP.Net Core Razor Pages handler methods

    .

    In this blog, we will see ASP.Net Core Razor Pages handler methods in detail. Also, we will explore how handler methods are invoked in Razor pages based on user action. What are handler methods in .Net Core Razor pages? Handler…

  • Razor Pages vs MVC – Which one is better for your project ?

    .

    Before ASP.Net Core 2.0 we had an MVC option to develop a web application. After the release of .Net Core 2.0, a developer has one more option to create a Web Application in .Net Core i.e. .Net Core Razor pages.In…

  • Configure and Host ASP.Net Core Application on IIS

    .

    In this blog, we will see how to host an ASP.Net Core application on IIS server.  Hosting ASP.Net Core app on IIS is not so different than hosting a traditional ASP.Net web application. If you are new to ASP.Net core,…

  • Transforming Your Data Management Strategy: Top 10 Benefits of Storing Data in the Cloud

    .

    Today “Cloud Computing” is accelerating like a rocket in IT industry. You can say that it is Cloud era and will continue for many years. If you want to know more about Cloud Computing, Click Here to explore more about…

  • Know about .Net Core Command Line Interface (CLI) Tools

    .

    The .NET Core command-line interface (CLI) is a new cross-platform tool for developing .NET based applications. Tools such as Integrated Development Environments (IDEs) can rest on CLI. CLI can be thought of as a foundation of IDE like Visual Studio….

  • Microsoft SharePoint 2019, Office 2019 Release Date and related things to know

    .

    Hello Everyone, Microsoft’s another big release of office is Comming Soon i.e. Office 2019 with SharePoint 2019. Microsoft’s current Office version is 2016 and now they are releasing Office 2019. As per Microsoft, Office 2019 will be released in second half…

  • What is OAuth?

    .

    OAuth stands for Open Authorization for token based authentication and authorization over web.OAuth was first introduced in year 2007. In year 2010 OAuth2.0 was introduced. OAuth acts as an agent for a user to fetch the information.OAuth allows a user’s…

  • Angular JS model and controller

    .

    Angular JS Model: ng-model directive in Angular JS is use to bind the value of an HTML control to any variable. <div ng-app=”testApp” ng-controller=”testCtrl”>    Name: <input ng-model=”name”>    <h1>Hello : {{name}}</h1></div>

  • SQL Server Interview Questions Part2

    .

    Few important questions for SQL Server asked ASP.Net Developer. Part- 2  Indexes-Indexes are used to query data faster from a table. Indexing avoids full table scan. Create Index IX_customer_amount on tblcustomer (purchase_amount ASC) So this index will store purchase amount…

  • Use SharePoint Searchservice to get content from public site

    .

    How to crawl a public website content into a SharePoint site?Just now i developed this module, the scenario is:I have a page in SharePoint and I want to search content from other public websites and want to show the result…

  • How to access SharePoint List with List Web Service

    .

    SharePoint List Web service allow developers to access, manipulate List and List items through a service url. Generally List web service url format is : http://site/_vti_bin/lists.asmx Now lest start consuming this service and manage SharePoint List. Open this url: http://spsite:1985/_vti_bin/lists.asmx Open…

  • Bind Drop-down with SharePoint List and display list items in a Gridview

    .

    In this blog, I will explain about below point through C# code:1. Bind all list in a dropdown2 Load List items in a Gridview once a user changes list name in dropdown. You need to create a visual webpart in…

  • Difference between Stored Procedure and Function in SQL

    .

    Stored Procedure vs Function 1)Functions must return a value. Stored procedure need not be. 2)Stored procedures can be called using EXEC command where as Functions can be called from another SQL Statement. 3)Stored Procedures are precompiled. Functions are not precompiled….

  • All about Managed Metadata Services in SharePoint 2010

    .

    What is Metadata? Metadata is data about data i.e. information about some object. Managed Metadata Service is a feature of enterprise content management. Managed metadata allows same content type to be used across multiple site collection, this is called content…

  • Configure FBA (Form Based Authentication) in SharePoint 2010

    .

    Go to %windir%Microsoft.NetFramework64v2.0.50727 , and run aspnet_regsql.exe


RSS
YouTube
YouTube
Instagram