sharepointcafe

  • , ,

    What is DevOps? – A Software Delivery Approach

    .

    In my previous blog, I have explained about Microsoft Azure and Amazon Web Service (AWS). If you want to know about AWS then read my another blog – What is AWS? What is DevOps? DevOps is a buzzword today in Cloud…

  • ,

    What is Azure? – Microsoft Cloud Service

    .

    Azure is a Cloud Computing Service given by Microsoft. Azure was announced in the year 2008 and released in the year 2010. Earlier it was called Windows Azure now it is Microsoft Azure. What is Azure? According to Microsoft  …

  • ,

    What is AWS? A Beginner guide to learn AWS

    .

    As you know this is the era of Cloud Computing. There are 2 big names in Cloud Computing which have covered the market, one is Microsoft and another one is Amazon. If you are new to Cloud Computing then first…

  • What is Cloud Computing – A guide for beginners

    .

    In the last few years, we all have come across the word Cloud Computing. Nowadays Cloud Computing (also called “Cloud”)  is one of the emerging technologies in the IT industry. You must be eager to know “What is Cloud Computing…

  • ,

    Facade Design Pattern in C#.Net

    .

    Design patterns provide efficient and re-usable solutions in software development. If you are new to Design Pattern, please read my earlier blog – Design Pattern in ASP.NetFacade Design Pattern comes under Structural Design Pattern. In short, Facade means the exterior appearance….

  • Thread Safety Singleton

    .

    If you are new to design pattern please read my blog on Design Pattern then read about Singleton Design Pattern.So let’s continue about Thread Safety Singleton.There are various ways to implement Singleton Design Pattern. No Thread Safe Thread Safety Thread Safety…

  • How to create dynamic HTML tags

    .

    How to create HTML tags dynamically? In some cases, there might be a requirement to create HTML tags dynamically. For eg, I will create below HTML structure with C# code. <ul id=”pagelist” runat=”server” class=”pages”> <li class=”active” rel=”page1″>My Page Title1</li> <li…

  • Singleton Design Pattern vs Static Class in C#

    .

    If you are new to design pattern, then read my earlier blog on Design Pattern.We have explored ASP.Net Singleton Design Pattern in earlier blog.This blog will help us to know the differences between Singleton Design Pattern and Static Class in C#. The…

  • ASP.Net Singleton Design Pattern

    .

    In the previous blog, we have seen about “What is Design Pattern?” Now this is time to explore the types of Design Pattern.Let’s start this with Singleton Design Pattern.Singleton Design pattern belongs to Creational Design Pattern. Singleton Pattern ensures that…

  • Web Service to return data in JSON format

    .

    Web services are those services which are available over web to communicate between systems.By default Web Service returns data in XML format, now if the requirement is to return in JSON format then we need to do modification in web…

  • Understanding WCF Bindings

    .

    Binding describes that how a client will communicate with WCF service. It tells that what protocol will be used to communicate, as WCF supports various protocols like HTTP, TCP, MSMQ, Named Pipes. Binding determine transport protocol i.e. TCP, HTTP, message…

  • ABC of WCF

    .

    In this article, we will focus on ABC of WCF which is the core of WCF service endpoints. This is one of the most important interview questions. What is the ABC of WCF?  ABC is the main foundation of WCF…

  • First WCF Service Application – WCF Tutorial

    .

    In this blog, I will be creating a WCF service application project. If you want to learn WCF from the beginning, please read my earlier blog. Let’s create the first WCF Service Application To create a WCF project open Visual…

  • How to maintain page scroll position after page post back in asp.net

    .

    In this blog, I will write about How to maintain page scroll position after page post back in ASP.Net. Suppose there is a page with a huge number of inputs and in one case some error/exception occurs at bottom of…

  • Differences between Stored Procedure and Functions

    .

    Very frequent question asked in interview is Differences between Stored Procedure and Functions.Below are the differences between these 2. 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…

  • How to call ASP.Net web method using JQuery AJAX ?

    .

    In normal ASP.NET web forms, if you want to send any data to server your web page will be refreshed i.e. will do a post back.In some case, if you want to send data to the server without using any…

  • Java Script Code to detect browser and apply CSS property

    .

    How to detect browser using Java Script Code and apply CSS property ? As we all know that IE browser behaves unexpected in some cases and need some extra CSS property or change in CSS property to work/view perfectly. Below…

  • Fault Contract in WCF – WCF Service Tutorial

    .

    In this article, we will see how to implement Fault Contract in WCF. In typical ASP.Net code we use try catch block to manage exception, but in WCF Fault Contract is used handle exception so that reason of error can…

  • Data Contract vs Message Contract in WCF – WCF Service Tutorial

    .

    If you are new to Data Contract and Message Contract. Please read my earlier blogs. Data Contract Message in WCF Data Contract has very less control over SOAP message, while Message Contract has full control. Data Contract vs Message Contract…

  • Message Contract in WCF – WCF Service Tutorial

    .

    If you are new to WCF Service, please read my earlier blogs. WCF Introduction and WCF Contracts As we know the default message protocol in WCF is SOAP. Message contract is used to define the SOAP structure. As we know SOAP…


RSS
YouTube
YouTube
Instagram