GeeksArray (geeksarray)

geeksarray

Geek Repo

Company:GeeksArray

Location:Pune

Home Page:https://geeksarray.com

Twitter:@geeksarray

Github PK Tool:Github PK Tool

GeeksArray's repositories

example-for-hosting-wcf-service-in-windows-service

This article demonstrates the required steps to host your WCF service in Windows Service and consume it in a console application.

Language:C#Stargazers:2Issues:1Issues:0

jquery-ajax-call-with-jsonresult-in-asp-net-mvc

This article gives you details about how you can implement jQuery AJAX calls to ASP.NET MVC controller and display JSONResult on view.

Language:C#Stargazers:2Issues:1Issues:0

cascading-dropdownlist-example-using-jsonresult-in-asp-net-mvc

This article shows you how to add values of JSONResult to cascading the DropDownList. For this, I will be using jQuery.Ajax request which will call the Controller action method which returns JSON object.

Language:HTMLStargazers:1Issues:1Issues:0

how-to-bind-dropdownlist-in-asp-net-mvc-application

This article describes how you can bind your MVC DropDownList in different ways.

Language:HTMLStargazers:1Issues:1Issues:0

multiple-wcf-services-in-one-solution-with-multiple-endpoints-and-hosting

You might have tried one WCF service to learn about WCF or some small application. In real application with only one WCF service, it is difficult to handle applications in all aspects.

render-partialview-with-model

This article explains how you can render a partial view in the main view with model data.

Language:C#Stargazers:1Issues:1Issues:0

SQLSampleQueries

This repository gives you different SQL queries with syntax and examples that will help you to understand basic and advanced version of SQL query.

Language:TSQLStargazers:1Issues:1Issues:0

wcf-by-example-on-netnamedpipebinding

netNamedPipeBinding is the best binding for interprocess communication which crosses process boundaries on the same machine.

Language:C#Stargazers:1Issues:2Issues:0

bulk-upload-into-sql-server-using-sqlbulkcopy-and-c-sharp

In this article I am going to write about SQLBulkCopy and its major properties and methods. This article will give you the code for high performance transfer of rows from XML file to SQL server with SQLBulkCopy and C#.

Language:C#Stargazers:0Issues:1Issues:0

configure-iis-for-wcf-service-with-ssl-and-transport-secuirty

This article will help you to configure IIS for WCF service with SSL and achieve WCF Transport security. It uses a WCF service, create a SSL certificate using IIS Server Certificates with WCF service hosted in IIS.

Language:C#Stargazers:0Issues:1Issues:0

converting-aspnet-repeater-html-to-pdf-using-itextsharp

This article describes you how to convert asp.net repeater controls HTML or entire webpage to pdf using iTextSharp. It will also give introduction to iTextSharp library.

Language:ASPStargazers:0Issues:1Issues:0

creating-dynamic-proxy-using-wcf-channelfactory

This article helps you to generate a dynamic WCF service proxy using ChannelFactory. This will also describe what is ChannelFactory, the difference between ChannelFactory and Proxy, and when to use proxy or ChannelFactory.

Language:C#Stargazers:0Issues:1Issues:0

dataTable-comparison-using-linq-except-intersect-and-union

This article describes you how to compare DataTables to get matched, unmatched, combine list of all rows in both tables.

Language:C#Stargazers:0Issues:1Issues:0

display-excel-data-in-web-page-using-aspnet-csharp

This article will describe to you how to show Microsoft Excel data to the ASP.NET Web page. This tutorial will read from excel which has data from the Northwind database's Products table. This excel sheet has multiple sheets named with Product Category Name. And each sheet will have products depending on the selected category.

Language:ASPStargazers:0Issues:1Issues:0

export-gridview-content-to-excel

This article will describe you how to export Asp.net GridView / Repeater control data to excel using C#. We will use the Gridview / Repeater data bound controls created in previous articles. Same code can be applied to any DataBound control to export its content to excel.

Language:ASPStargazers:0Issues:1Issues:0

how-to-create-wcf-restful-services

This article describes step by step creation of WCF RESTful services and its http methods like GET, PUT, DELETE and POST. In this article I am going to create a WCF rest service API which returns XML data as WCF attributes.

Language:C#Stargazers:0Issues:1Issues:0

how-to-do-custom-validation-using-validationattribute-of-aspnet-mvc

ValidationAttribute class is included in DataAnnotations namespace. It helps you to validate model data received from user.

Language:C#Stargazers:0Issues:1Issues:0

how-to-export-sql-data-to-excel-using-microsoft-office-interop

how to export SQL data to excel. For this we will be using Microsoft.Interop.Office.Excel namespace and C#. The classes and interfaces in Microsoft.Interop.Office.Excel gives support for interoperability

Language:C#Stargazers:0Issues:1Issues:0

how-to-host-wcf-service-in-iis-7

This article will give you a brief description of the required steps to host your WCF service in IIS and test it using console application.

Language:C#Stargazers:0Issues:1Issues:0

how-to-read-json-file-data-using-angularjs-http-get

Read JSON file contents using HTTP GET in Angular app

Language:HTMLStargazers:0Issues:1Issues:0

how-to-use-partial-view-in-mvc-with-example

This article explains how you can use a partial View in your MVC application. It describes different methods to render a partial view in MVC with an example.

Language:C#Stargazers:0Issues:1Issues:0

how-to-validate-mvc-model-using-dataannotation-attributes

This tutorial helps you to understand how you can use DataAnnotation attributes for validation of model data.

Language:C#Stargazers:0Issues:2Issues:0

jquery-autocomplete-by-example

This article helps you to create an AutoComplete textbox using jQuery library. This will also give you details about jQuery AutoComplete UI, CSS, and select event.

Language:ASPStargazers:0Issues:1Issues:0

jquery-ui-datepicker-examples-in-mvc

jQuery UI DatePicker plugin allows you to select a date easily. You can customize the format, language of date to be displayed

Language:C#Stargazers:0Issues:1Issues:0

populate-mvc-listbox-using-jquery-getjson-and-jsonresult

This article shows how you can populate MVC Listbox using jQuery and JSONResult. It uses static values and also shows with model values that can use database values.

Language:C#Stargazers:0Issues:1Issues:0

repeater-control-and-database-level-paging

ASP.NET Data Repeater control and database level paging

Language:ASPStargazers:0Issues:1Issues:0

types-of-sql-server-joins-with-example

This article describes the types of SQL server joins like Inner, Outer, Cross, Equi, Self Joins with examples. You can retrieve data from more than one table together as a part of a single result set.

Stargazers:0Issues:1Issues:0

wcf-message-level-security-by-example

This article will describe how to implement WCF message level security. It will show you the required steps to create the WCF library, host it in IIS, secure with Message Level Security, client application and finally see encrypted messages using WCFTraceViewer.

Language:C#Stargazers:0Issues:1Issues:0

wcf-rest-service-to-get-or-post-json-data-and-retrieve-json-data-with-datacontract

In this article I will talk about creating WCF RESTful services for CRUD operations which uses JSON and DataContracts. CRUD operations are done by http verbs GET, POST, PUT and DELETE

Language:C#Stargazers:0Issues:1Issues:0

webgrid-example-in-asp-net-mvc

This blog shows how to use Webgrid in ASP.NET MVC. It displays model data in WebGrid in PartialView on selection change of Listbox value.

Language:C#Stargazers:0Issues:1Issues:0