Resources No resource found - WCF And ListView Insert Update And Delete Rows In ASP.NETApr 09, 2018. In this article you will learn how to edit, update and delete in ListView. First drag and drop ListView. In ListView, next open Default.aspx source code. To make a column in Listview use <LayoutTemplate>. Here first I created a table name 'Product' in my database. It contains 5 columns: ProductId, ProductName,ProductLocation,ProductQuantity, and ProductPrice.
- Dissecting A Flutter App Folder StructureApr 05, 2018. In my last article, I mentioned the step by step installation guide about how to install Flutter with Android Studio on Mac as well as Windows. In this article we will dissect the folder structure of the default Flutter app and understand how to manage the various resources needed for developing a cross platform app using Flutter.
- Hide Default Tile Column From The SharePoint List FormsApr 03, 2018. In this article, I would like to share the steps hidden in the SharePoint List default list column from the display form, new form and edit form.
- Flutter With Android Studio Step By Step Installation GuideMar 29, 2018. In this article, we will set up a Flutter development environment in Android Studio and execute the default code generated by the New Flutter Project template.
- What Are These Backup Settings All AboutMar 23, 2018. I ran across a client the other day that had these Backup and Recovery options set like the picture below because it defaults this way.
- All About Pages In ASP.NET Core 2.0Mar 17, 2018. This article is about @Page and all the different kinds of pages which come by default with ASP.NET Core 2.0 template.
- Managing WordPress Site On Microsoft Azure Web AppMar 13, 2018. In this blog, we will learn how to create, install & customize WordPress websites with Microsoft Azure Web App.
- Create Managed Paths In SharePoint 2013Mar 07, 2018. Managed paths are used to customize the URL of sites in order to make the URL more user-friendly and align them with your business requirements.
- Building Xamarin Mobile Application With Bing News Search Using Cognitive ServicesMar 06, 2018. The Bing News Search API returns a list of world news from a search query which can be customized.
- Learn About API Authorization In Node.jsMar 05, 2018. In this post, we are going to secure our NodeJS APIs with customized security token generated by the logged in users and HTTP actions.
- Introduction To Angular PipesFeb 19, 2018. This article explains how to use Angular built-in pipes like uppercase, lowercase, titlecase, date, percent, number, currency, slice and json pipe and how to create your customized pipes as well.
- How To Create A Basic Bot Using Bot Service In Azure PortalFeb 07, 2018. Bot Service allows you to create, connect, test, deploy and manage bots from your browser. It also provides the Bot Builder SDK for developing bots and the Bot Framework for connecting bots to channels. You can use five default available bot templates to get started with building bots.
- SharePoint Search - Your Search Returned No ResultsFeb 06, 2018. Search has now became an integral part of SharePoint based portals. SharePoint is being used for Content Management, we usually come across search implementation in an out of the box as well as a customized way.
- Email Directly From C# .NET On Azure With No Mail ServerFeb 05, 2018. One of the background parts of most systems I write involves messaging of some kind ... more often than not, the default is email notification of one thing or another. When I need to carryout large scale mail-outs I always use one for the major Azure services, but when I only need adhoc mail operations or low volume, I use a combination of an SMTP Client and a DNS MX Lookup.
- Dynamic Web View Of A SharePoint List Item Using Excel Web Access Web PartFeb 03, 2018. Sometimes, the customer would like to see the SharePoint list item with a specific design instead of default view for which the developer develops an app or web part to achieve it.
- Google Chrome Extension Project With Microsoft Visual StudioFeb 01, 2018. Extensions are small software programs that customize the browsing experience. Where use can customize and manipulate the chrome browser functionality and open web resources. Extension is built on web technologies such as HTML, JavaScript and CSS.
- Full Calendar - ASP.NET Web API And AngularJSJan 31, 2018. In this article, we will demonstrate how we can use a Full Calendar plugin based on ASP.Net Web API (Back-end) and AngularJS (Front-end). Here what we are doing exactly is to customize the FullCalendar plugin in order to be able to perform CRUD operations. I'd like to remind you that you should have some basic knowledge of Web API and AngularJS. I hope you will like it.
- Exception Handling In ASP.NET MVCJan 30, 2018. This default way of handling exception where we write our source code into the try bock and catch exception in catch block. However you can have multiple catch blocks for a try block. Even you can have Try –catch block inside Try block.
- Customize SharePoint List Form In A Wizard StyleJan 27, 2018. In this example, we will create a list and show the list columns in a wizard style.
- How To Customize Your Own Login Page Or Do Branding Of A Page In Office 365 OnlineJan 10, 2018. In SharePoint online, you can customize your own custom login page for branding.
- Customize Slider Control In Xamarin.FormsJan 05, 2018. This article demonstrates how to create and use a Customize Slider control in Xamarin.Forms, XAML, and C#. This article starts with the introduction of the Customize Slider tag in XAML. After that, it demonstrates how to set BorderColor, BorderWidth, CornerRadius, and IsCurvedEnabled of a Custom Entry. In the end, the article discusses how to create a Slider at run-time.
- Exploring Angular Fundamental With Visual Studio 2017Jan 02, 2018. This article explains the fundamentals of Angular by creating a simple Angular application with Visual Studio 2017 using the default template available with .NET Core.
- 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.
- Customize SharePoint List Forms Using PowerAppsDec 29, 2017. We are all aware Microsoft announced that there will be no new release for InfoPath and advised us to start using PowerApps instead of InfoPath. The long awaited feature to create custom SharePoint list forms with PowerApps has been released now. This only exists in the SharePoint Modern Experience, so you won’t get this in classic.
- Indexing In Azure Cosmos DBDec 21, 2017. By default, the Azure Cosmos DB data is indexed. Azure applies its default indexing policy while creating a collection. However, a user can set their customized indexing policy as per requirement.
- ContextMenu In Xamarin.Forms ApplicationDec 21, 2017. In this article, we will learn how to add a ContextMenu on the list view having cell items in Xamarin.Forms application.
- MVVM Lite For Data Binding In Xamarin.FormDec 16, 2017. We are using MVVM light that will provide the facility to implement Model-View-ViewModel. This is the quick way for development of an application and also provides a user the facility to customize and design the application.
- Configure Identity In ASP.NET Core 2.xDec 15, 2017. Identity is a membership system that allows us to add login functionality to our application. In my previous article, I have explained about the overview of Identity in ASP.net Core. There are some default behaviors that can be overridden easily in our application in ConfigureService method of startup class.
- Generate Thumbnail From Live URL Of Microsoft Office And PDF file in ASP.NET MVCDec 13, 2017. Recently, I got a chance to create thumbnail images from the live URL. The URLs were not of images but of some DOCX file, some XLSX file, or PDF file. We don’t have any custom library which can directly generate the thumbnail from a live URL. So, here, we will learn how we can customize our code to generate the thumbnail in .NET.
- Perfect Scrollbar Performance Improvement In AngularNov 18, 2017. Here the idea is not to override the existing behavior of the perfect-scrollbar, definitely it should be an optional choice. I mean, it should work in such a way that; if we set the property to "true" then lazy loading should enable and if we set it to false then perfect-scrollbar should work as as a default one.
- Using Custom Document Template And Quick Parts To Get Column Values From SharePointNov 17, 2017. Quite often there is situation when user wants to save documents with metadata in SharePoint library and to accomplish this we can use document template, customize it and by using Quick parts in Microsoft office we can save Meta data in library and in Microsoft office documents.
- Auto Numbering For Custom Entity In Dynamic CRMNov 14, 2017. We are not adding any field for auto number using CRM Default solution. So, until now you should have one Entity created with no custom field in it (only default system generated fields). Now its time to write some code to see this auto number thing happen. what we have to do is to create an Attribute using C# Code and make that attribute to be auto numbered. we can even have some prefix or suffix also.
- Introduction To Bing Search API In AzureNov 05, 2017. Bing Search API adds intelligent search to your app and also it contains billions of web pages, videos, images. The best feature is that the results can be automatically customized to your user’s locations or markets.
- Angular Pipes With ExamplesOct 29, 2017. The first parameter 'USD' is currency type which can be of INR, USD or any currency type in the world. The Second parameter 'true' is a Boolean indicating whether to display currency symbol or not .By default it is false and, if we change it to true then the symbol will be displayed.
- Making An E-Learning Platform For Microsoft Azure - Part OneOct 23, 2017. As web developers with a 'traditional' VB or C# asp / .net background, we are quite blessed with the sheer breadth of infrastructure, components, libraries and tooling given to us not only by Microsoft by default, but also by the wider projects in open source made available by the many generous members of the wider .net community.
- Implementing Google Maps In Xamarin.Forms and Creating Custom Map For Tapping FunctionalityOct 17, 2017. Google map service is very popular in various enterprise level mobile applications. I will discuss here how to use Google maps in xamarin.forms and customize it using custom renderer for further functionality. So, let’s create a Xamarin.Forms project in Visual Studio under visual C# and cross platform and name it GoogleMapUsingXamarinForms.
- C# 7.0 And C# 7.1 New Features - Part TwoOct 16, 2017. This article explains the new features of C# 7.0 & C#7.1. It covers new features like Discards, Pattern Matching, Generalized async return types, Async Main (Main Method returning Task), Infer Tuple Element Names, Default Literal Expressions & Type Inference and Pattern Matching with Generics.
- Generate A Nice UI For SharePoint List Using AngularOct 14, 2017. This article helps you to generate an automatic UI page according to your SharePoint list using angular and jQuery. Also, you can customize your UI color by giving an input with a specified color.
- Understanding Bing Search API In AzureOct 12, 2017. The Bing Search API adds intelligent search to your app, combing hundreds of billions of webpages, images, videos, and news to provide relevant results with no ad requirements. The results can be automatically customized to your users' locations or markets, increasing relevancy by staying local.
- Change Site Collection URL, Title, Logo In SharePoint 2013 Using PowerShell Commands, Back Up And Restore OptionOct 05, 2017. In this article I have discussed about how to change the site collection URL, title & logo in SharePoint 2013. Suppose in your company you have already created your site collection & customized everything but later your company decided to change the Site URL & title as well.
- Selecting Lookup View Dynamically Using JavaScript In Dynamics CRM/ 365Oct 03, 2017. Lookup Views are shown when user clicks on Look Up More Records in any Lookup Field. In Dynamics CRM/365, Lookup Views are available in almost all entities, In newly created custom entities also it will be available by default. Lookup View of Account Entity is shown.
- ASP.NET Core 2.0 Uses SignalR TechnologySep 30, 2017. I am using the current highest version in this example, of course the version number is likely to change every day, the latest version of the SignalR is not compatible with the .NET Core SDK 2.0 Preview 1 by default when creating the project Microsoft.AspNetCore.All l.
- Sample Document Management System In SharePoint OnlineSep 28, 2017. In this article, we will discuss about a simple document management system sample in SharePoint Online. With O365 we can use sites to share & collaborate documents at any time on any device. Default Site in O365 is team site. For business we can customize our sites & use it for internet. By default Team sites has a logo, title, Navigation Links, Started tiles, Newsfeed, documents & notebook for collaboration. Please refer below screenshot.
- Default(T) In GenericsSep 27, 2017. Default represents default value of T parameter in generics intructions. In several cases, the default keyword is an absolute unknown and we think it’s unnecessary or its functionality is null. There are many development moments with the generics classes where the default keyword can be useful.
- Getting Started With Customizing A FormFlow Using Microsoft Bot FrameworkSep 25, 2017. The Bot Framework enables you to build bots that support different types of interactions with users. You can design conversations in your bot to be freeform. Your bot can also have more guided interactions where it provides the user choices or actions. The conversation can use simple text strings or more complex rich cards that contain text, images, and action buttons. And you can add natural language interactions, which let your users interact with your bots in a natural and expressive way.
- How To Customize UI-Grid Height DynamicallySep 22, 2017. In this article, you will learn how to customize UI-Grid height dynamically based on record count list.
- Serve Static Files In ASP.NET Core Using Visual Studio 2017Sep 18, 2017. This article explains about static files and how to set default page using static files in ASP.NET using Visual Studio 2017 in a step by step way.
- SharePoint Permissions Issue - Deny - Add And Customize PagesSep 09, 2017. A day before everything was working fine in the application and later on, everything stopped working because of a permissions issue. Users reported that they were not able to see documents, web parts etc. It was discovered that my client IT Administrator had done some permission changes and now that needed to be fixed. Let’s discuss systematically what the issue was and how to resolve it.
- ASP.NET Core 2.0 Empty ProjectSep 06, 2017. In this article, we will create an empty ASP.NET Core project that doesn’t include default features, i.e., an empty shell.
- Create Custom People Search Page With Phone Number Attribute In SharePoint OnlineAug 28, 2017. We have a requirement from one of our clients. They want to modify the “peopleresults.aspx” page which is the default People Search Page provided by SharePoint OOTB.
- Round Image In Xamarin.FormsAug 25, 2017. In this article we are going to display a rounded image in Xamarin forms PCL application. In Xamarin forms there is no default function available to make an image round. So, we need a plug-in for this.
- Using ERB Tags In Ruby On Rails Default HTML TemplatesAug 18, 2017. In this article, you will learn about the view templates, template file naming, ERB tags, and how to use ERB tags in HTML templates.
- Resources In Xamarin.AndroidAug 17, 2017. When a new Android project is created, there are some files that are added to the project, by default. We call these default project files and folders as Android Resources.
- Built-In Filter Type In ASP.NET Core MVCJul 29, 2017. The ASP.net core framework includes five built-in filter types that we can sub-class and customize based on our requirement. The framework supports following built-in filters type.
- Change SharePoint ListView To jQuery Datatable Using JSLinkJul 21, 2017. Jslink is javascript link [ CSR - Client-side rendering] this feature was introduced in Sharepoint 2013 for customizing Sharepoint list forms Newform, displayform, editform. Using this feature you are able to change the overall look and feel of the sharepoint listp
- Create List With Default Items In SharePoint 2016 Using VS 2015Jul 18, 2017. In this article, I would like to share the steps to create SharePoint list with default items using VS 2015. In a previous article we saw how to create document library with predefined folders.
- BoxView In Xamarin Cross Platform With ExampleJul 17, 2017. The BoxView is a simple view, useful for drawing solid color rectangles. BoxView is a useful stand-in for images or custom elements when doing initial prototyping. BoxView has a default size request of 40x40. Used creates border property in page.
- Change The Default Experience By Using Windows Power ShellMay 13, 2017. Change the default experience by using Windows Power Shell.
- Expanding Razor View Location And Sub Areas In ASP.NET CoreMay 09, 2017. In this article, we'll learn sub area and customize Razor engine view location, using IViewLocationExpander. IViewLocationExpander takes care to modify view locations.
- How To Customize Your SharePoint Online (Team Site)Mar 27, 2017. In this article, we will learn about how to customize SharePoint Online team site.
- Customize Button In Xamarin AndroidMar 22, 2017. This article is about customizing the button In Xamarin Android.
- How To Create Image Thumbnail In ASP.NET ApplicationsMar 05, 2017. In this article, we will learn how to upload multiple images and generate thumbnails of those images. We will also learn to write our own customized code for resizing and saving images.
- How To Customize Static And Dynamic Column Chart In WPF With MVVM Pattern Using Prism LibraryMar 01, 2017. In this article, I will demonstrate how you can customize a Column chart like changing foreground color, background color, and label transformation of either static or dynamic WPF with MVVM pattern, using Prism library.
- How To Set The Default Open Behavior Or Configure Office Files Opened By Default In SharePoint OnlineFeb 18, 2017. In this article, you will learn how to set the default open behaviour or configure office files opened by default in SharePoint online.
- Customizing ASP.NET MVC Bootstrap TemplatesFeb 10, 2017. In this article, we will see in detail about the ways we can customize our ASP.ENT MVC Application.
- How To Specify Default Database Server In SharePoint 2013 Central AdministrationJan 30, 2017. In this article, you will learn how to specify default database Server in SharePoint 2013 Central Administration.
- Utilizing The Action Bar In Android ApplicationsJan 16, 2017. In this article, you will learn about action bar used in Android applications. The action bar displays the application icon together with the activity title. On the right side of the action bar are action items.
- Customizing SharePoint Framework Web Part Properties - Part FiveJan 08, 2017. In this article, you will learn how to bind the values dynamically to the dropdown field of the SharePoint framework web part properties pane.
- Customizing SharePoint Framework Web Part Properties - Part FourJan 07, 2017. In this article, you will learn how to add the dropdown fields to SharePoint Framework Web part properties pane.
- Customizing SharePoint Framework Web Part Properties - Part ThreeJan 04, 2017. In this article, you will learn how to add multiple pages to the properties pane of SharePoint Framework web part.
- Customizing SharePoint Framework Web Part Properties - Part TwoDec 30, 2016. In this article, you will learn how to add custom properties to the SharePoint Framework web part. Check box properties are considered here.
- Customize Row In Dynamic Kendo Grid On DataBound EventDec 29, 2016. In this article, you will learn how to customize row in Dynamic Kendo Grid on DataBound event.
- Customizing SharePoint Framework Web Part Properties - Part OneDec 27, 2016. In this article you will learn about custom web part properties. The custom web part properties can be added to the SharePoint framework web part.
- Containers' Default Storage BehaviorDec 25, 2016. In this article, you will learn about the containers' default storage behavior.
- How To Manage And Customize The Navigation In SharePoint OnlineDec 14, 2016. In this article, you will learn how to manage and customize the navigation in SharePoint Online.
- Customizing Checkbox And Radio Button In HTML Using Font AwesomeDec 08, 2016. The article describes how we can customize the html checkbox and radio button using FontAwesome, css, and Jquery.
- Working With DataGrid Selected Item In WPF With MVVM Pattern Using Blend For Visual Studio And MahApps Metro UI FrameWorkOct 18, 2016. In this article, you will learn how to get the selected DataGrid item with MVVM pattern and how to customize the DataGrid visual appearance, using Blend for Visual Studio.
- How To Set Default App In Microsoft Windows 10Oct 01, 2016. In this article, you will find some steps to set a default app in Microsoft Windows 10.
- ContextMenu In WPFSep 23, 2016. In this article, you will learn about ContextMenu in WPF.
- AngularJS Case Sensitivity And Default Route With UI-RouterSep 17, 2016. In this article, you will learn about AngularJS case sensitivity and default Route with UI-Router.
- How To Change Your Default Web Browser In Windows 10Sep 06, 2016. In this article, you will learn, how to change your default Web Browser in Windows 10.
- Default Links On SharePoint OnlineAug 31, 2016. Default Links is a new feature for OneDrive for Business and SharePoint Online. Admins can create links for documents and share those to the users.
- How to Customize Auto-Play Setting On Windows 10Aug 25, 2016. In this article, you will know, how to customize Auto-Play setting on Windows 10.
- Customizing Navbar In MVC 5 With BootstrapAug 25, 2016. In this article, you will learn, how to customize the Application navbar, the way you want.
- Adding Search And Customizing Details ViewAug 19, 2016. In this article, you will learn how to customize the details View and apply searching functionality in it.
- How To Use Pivot Control In Windows 10 UWP AppAug 16, 2016. In this article, we are going to see, how to use Pivot control and how to customize the Pivot header in Windows 10 UWP app.
- Troubleshooting and Fixing Distributed Cache Service in SharePoint 2013Aug 14, 2016. SharePoint 2013 Distributed Cache is a default service. However, troubleshooting it manually could be a challenging task.
- How To Customize Taskbar In Windows 10Aug 13, 2016. In this article, you will learn, how to customize the task bar in Windows 10.
- How To Change The Default Experience For All The Lists And Libraries In SharePoint 2013 OnlineAug 11, 2016. In this article, you will learn how to change the default experience of all the lists and libraries in SharePoint 2013 Online.
- Set Default Subscription Using Azure Service Management Cmdlets In Azure PowershellAug 08, 2016. In this article, we will learn how to set the default subscription in Azure PowerShell, using Azure Service management cmdlets.
- How To Customize The Start Menu In Windows 10Aug 04, 2016. In this article you will learn how to customize the Start Menu in Windows 10.
- Customize Your Site Collection With New Pages And Content At SharePointAug 04, 2016. In this article, you will learn how to customize your site collection with new pages and content at SharePoint.
- How To Customize Your Visual Studio Online ProjectJul 31, 2016. In this article, you will learn how to customize your Visual Studio Online Project.
- Interactions In Power BIJul 28, 2016. In this article, you will learn how the interaction between reports takes place in Power BI and how you can change from the default interaction.
- Creating Custom Window In Win32May 31, 2016. In this article we will create a black colored customized window in Win32 API-C/C++.
- MVC ASP.NET Identity Customizing For Adding Profile ImageMay 31, 2016. In this article, we will see in detail about using ASP.NET Identity in MVC Application.
- Customize Suite Bar In SharePoint 2013May 24, 2016. In this blog you will learn how to customize Suite Bar in SharePoint 2013.
- Effective Ways To Customize Your Android SmartphoneMay 20, 2016. In this article you will learn some effective ways to customize your Android smartphone.
- Customizing Autogenerated View in Entity Framework in ASP.NET MVCMay 15, 2016. In this article you will learn how to customize Auto generated view in Entity Framework in ASP.NET MVC.
- Change The Default Startup Page In UWPMay 13, 2016. In the following article I will show you how to change the default startup page on Universal Windows Platform.