Click here to Skip to main content
15,867,308 members
Everything / Server

Server

server

Great Reads

by Kel_
Presents a real-time gauge implementation that can be used for building dashboards
by honey the codewitch
Add the ability to run a service in console mode and to control or install your service from the command line
by pepethepepe
Access realtime Linux Web server statistics right away from Windows Store App
by Tharaka MTR
This post will show you how to fix orphaned SQL users.

Latest Articles

by Federico Di Marco
A tool which creates one or more Powershell scripts which in turn recreate one or more binary files
by deangi
An ESP32 is used to track water usage and serve web pages with water use data
by Greg Utas
Are we about to go over a cliff?
by Greg Utas
The well-tempered server

All Articles

Sort by Score

Server 

23 Jun 2015 by Kel_
Presents a real-time gauge implementation that can be used for building dashboards
14 Jan 2020 by honey the codewitch
Add the ability to run a service in console mode and to control or install your service from the command line
26 Jan 2013 by pepethepepe
Access realtime Linux Web server statistics right away from Windows Store App
15 Sep 2013 by Ohad Redlich
This document describes how to get extended user’s data, such as email address, from the Active Directory. A former article describes how to do so using native tools, such as COM4J; however these tools are cumbersome for use, while pure Java is better and simple.
23 Oct 2011 by jkrebsbach
A way to combine data from two different sources into one datasource for SSRS reporting
21 Oct 2017 by mahmood kabi
extract overlapped polygons and calculate the overlapped area and write an API for it
10 Dec 2016 by Sibeesh Passion
In this post we will see how we can upload files or images to server using Node JS. Here we are going to use Visual Studio for our development and preceding NPM packages for our easy development. express multer body-parser We will briefly explain the use of these packages.
3 Aug 2015 by ambilykk
Emails to Work Items
1 Mar 2016 by Emiliano Musso
In this short article we will see how to create a SQL database using the services provided by Microsoft Azure cloud platform, and then connect to it via C # code, to perform the normal data insertion and retrieval operations
23 Mar 2016 by DonSn
The XmlServer is a multi-threaded server application that listens for client requests, invokes "Operators", and responds to client requests.
15 Mar 2022 by Greg Utas
The well-tempered server
23 Feb 2012 by Santosh P Umarani
Columnstore Index
11 Oct 2013 by ASP.NET Community
CachingAuthor: Prakash Singh MehraIntroduction: It is a way to store the frequently used data into the server memory which can be retrieved very
20 Jun 2014 by Pavel Sinkevich
Combine several API for MS Project Server to achieve complicated goals
16 Jan 2024 by deangi
An ESP32 is used to track water usage and serve web pages with water use data
11 May 2012 by infectuz.ar
Determining sunrise and sunset values for a certain latitude and longitude with SQL Server 2005
11 Apr 2013 by Ivan Paniagua
This document evaluates the latest functionality provided by Microsoft SQL Server 2012 With Power View for Multidimensional Models and not just Tabular Models.
11 Oct 2013 by ASP.NET Community
FtpWebRequestThe FtpWebRequest class enables you to programatically create FTP connections to FTP Servers and transfer files.  If you are
11 Oct 2013 by ASP.NET Community
Employee Info Starter Kit is an open source ASP.NET project template that is intended to address different types of real world challenges faced
19 Nov 2015 by Manjuke Fernando
How to capture and analyze deadlocks in SQL Server
28 Mar 2016 by Krishna P Seetharaman
This article talks about how to enable connection from one server to another using BizTalk using HTTPS using TLS 1.0 and Security Certificate
8 Dec 2011 by Naveen Karamchetti
This article attempts to provide an alternative solution for the classic publisher-subscriber problem using ESB toolkit.
7 Jan 2012 by sadomovalex
Camlex.NET 3.0 and Camlex Online allows developers to refactor CAML queries to compilable C# code
10 Aug 2012 by Gary Stafford
Use PowerShell 2.0 to aid in the delivery of build artifacts for release, by generating a manifest of file changes.
11 Oct 2013 by ASP.NET Community
ASP.NET offers a number of places to store state, both on the client and server. However, sometimes it's difficult to decide where you should put
11 Oct 2013 by ASP.NET Community
ASP.NET Session state provides a place to store values that will persist across page requests.  Values stored in Session are stored on the server
11 Oct 2013 by ASP.NET Community
ASP.NET Validation Controls are powerful server controls that are used for validating user input.  These controls provides both server side and
24 Jan 2016 by AboorvaRaja Ramar
To Expose BizTalk Schema as a Rest/Json Service with GET method.
15 Oct 2010 by sadomovalex
SPGraphviz - create your own visualization graphs without programming in Sharepoint. Just define graph in DOT language in simple text file, upload it into document library and specify URL in SPGraphvizWebPart - it will make a graphical representation of your graph.
10 Jan 2012 by Naveen Karamchetti
The article attempts to explain when to use the value map caching pattern in BizTalk integrations
11 Oct 2013 by ASP.NET Community
There's a lot of great information on the net about accessing data in common data access patterns with ASP.NET 2.0. VideosSQL Server Videos  -
11 Oct 2013 by ASP.NET Community
There's a lot of great information on SQL Server Security covering both SQL Server 2000 and 2005.Blogs/DevCentersSQL Server 2005 Security on
11 Oct 2013 by ASP.NET Community
Most ASP.NET sites talk to SQL Server or a backend SQL Database and there's a number of ways to manage that configuration.I always start with the
11 Oct 2013 by ASP.NET Community
Web controls are ASP.NET controls which are understood and compiled on the server and render as HTML markup on the page. Most of the web server
11 Oct 2013 by ASP.NET Community
Composite controls are controls that combine multiple controls together to form a new reusable control.  For example, a simple composite control
11 Oct 2013 by ASP.NET Community
Asp.Net provides way to work with the HTML Server controls on the server side programming with a set controls collectively called HTML Controls.
11 Oct 2013 by ASP.NET Community
The CheckBox server control accepts Boolean (true or false) input. When selected, its Checked property is true. Typically a check box is processed as
11 Oct 2013 by ASP.NET Community
This control enables a developer to store a non-displayed value in the rendered HTML of the page. The HiddenField control is used to store a value
11 Oct 2013 by ASP.NET Community
The RadioButton server control creates a radio button on the Web Forms page. Specify the text to display in the control by setting Text property. The
11 Oct 2013 by ASP.NET Community
The TextBox server control is an input control that lets the user enter text. By default, the TextMode property is set to SingleLine, which creates a
11 Oct 2013 by ASP.NET Community
The customvalidator control allows writing custom validation for a control. So, if the others validators: RangeValidator, RequiredFieldValidator,
11 Oct 2013 by ASP.NET Community
When the standard toolkit of ASP.Net server controls do not provide the required functionality, Web User controls can be built or used. Web User
11 Oct 2013 by ASP.NET Community
Lot of people trying to edit the code when ASP.NET Development Server is running but they can't. In order to edit code you have to stop debugger/
11 Oct 2013 by ASP.NET Community
Most of the time when i tried to search for executing server side static page methods using jquery I came across simple example which explained how
11 Oct 2013 by ASP.NET Community
For ASP.NET developers, there is good news from Microsoft with the latest SQL Server release, Denali CTP3.Many developers like ASP.NET developers
11 Oct 2013 by ASP.NET Community
Contains Like search in SQL Server 2005 This is my first post to wiki. Here I have to show how to contains like search into sql server 2005.There is
11 Oct 2013 by ASP.NET Community
IntroductionCookies are also known by many names, HTTP Cookie, Web Cookie, Browser Cookie, Session Cookies etc. Cookies are one of several ways
1 Nov 2015 by ASP.NET Community
Consider a scenario where you want to add functionality to a server control in asp.net of your own. For example you want to change the background
11 Oct 2013 by ASP.NET Community
The DropDownList Web server control enables users to select from a single-selection drop-down list box. The DropDownList control is similar to the
11 Oct 2013 by ASP.NET Community
When you use the ASP.NET Development Server to run a file-system Web site, by default, the Web server is invoked on a randomly selected port for
11 Oct 2013 by ASP.NET Community
 In this article we will show you how to reference server side controls from JavaScript code (A server control is a control that has a
11 Oct 2013 by ASP.NET Community
The connection string specifies information about how to initialize a connection to a data store.It contains keyword/value pairs. the first pair is
11 Oct 2013 by ASP.NET Community
Recently i came to work on sql server 2005 & 08 and full text search. i want to share some interesting point which i came to know in couple of hours.
11 Oct 2013 by ASP.NET Community
By using ICallbackEventHandler we can make asynchronous calls to server so that we can avoidpost back of the web page.Firstly we have to implement
11 Oct 2013 by ASP.NET Community
This topic is for those who want to manage multi server websites and load balancing.Prerequisites:IIS 6.0 or higher.NET Framework 2.0,
11 Oct 2013 by ASP.NET Community
links:Optimize Web Server Performance in Windows Server 2003Optimizing IIS 6.0 Performance Top Ten Ways To Pump Up IIS PerformanceIIS Performance
11 Oct 2013 by ASP.NET Community
FtpWebRequest class to upload a file to ftp server (destination )This Function shows how to upload a file ftp server. this function simply return
11 Oct 2013 by ASP.NET Community
Abstract: Here we listthe materials which can help you know more about Azure and start itquickly. Welcome anyone add more if you have
11 Oct 2013 by ASP.NET Community
Hi all,        Let's take the situation while browsing, the page is not loaded completely and you will try to refresh the page (or press F5 from
11 Oct 2013 by ASP.NET Community
1) Install SQL Server on Window Server 2003/2008 on Network (Select Network option when installing SQL Server)2) Configure Windows Server as a domain
11 Oct 2013 by ASP.NET Community
DAL Should like following when inserting a image. I used the Enterprise Library to data access. Data type of EmployerImage is image @ SQL Server
11 Oct 2013 by ASP.NET Community
Open SQL Server and open a database (Already created) . On the Storage section find the Full Text Catalog. Right click and create a New
13 Oct 2013 by ASP.NET Community
While developing ASP.NET 2.0 application with AJAX  many times we came across scenarios when we had to know if the call made to the server is
11 Oct 2013 by ASP.NET Community
First Create a XML as App_Data/Advertisements.xml    
11 Oct 2013 by ASP.NET Community
Hello friends.I am going to share with you a concept to call server side method from client side using script manager.Step 1 : Put ScriptManager on
12 Oct 2013 by ASP.NET Community
Hi All, Some of the asp.net server controls(.NET 2.0) like DropDownList control, LinkButton etc., has postback property. When User clicks or selects
11 Oct 2013 by ASP.NET Community
Article describes how to load data from server and show results on DotNetNuke page using AJAX.IntroductionThere are many nice javascript
11 Oct 2013 by ASP.NET Community
While professional developers are waiting for the Visual Studio Tools and Designers for SQL Server Compact 4.0, I will show how impatient developers
17 Oct 2013 by Leung Yat Chun
Framework library for designing RESTful home cloud services using an FSI like interface.
16 Oct 2013 by Leung Yat Chun
Framework library for designing RESTful home cloud services using FSI like interface.
10 Dec 2015 by Rogai Lorenzo
Flexible server that use User Created DLL to handle incoming/outgoing client packets.
8 Apr 2013 by Craig Baird
A light weight easy to use .NET TCP server library
23 Jun 2015 by Kel_
Streamed chart implementation using modern HTML5 features.
24 Aug 2016 by syed shanu
In this article you will learn about Insert/Select to database using Angular2 and WEB API in ASP.NET Core1.0.
1 Jul 2015 by Chris La
How to create a server-client network quickly using IOCP TCP template server-client framework, EpServerEngine.cs (C#).
17 Mar 2022 by Greg Utas
Are we about to go over a cliff?
4 Nov 2018 by Michael Chourdakis
A ready to be used hotpatching library with five methods!
3 Oct 2012 by Md. Rashim Uddin
This article describes WCF 4.0 discovery system.
10 Oct 2014 by Kalvin Lawrence Ernst
Generate a web app instantly, directly from a database (SQL Server)
19 Nov 2013 by Azeet Chebrolu
Installing, extending Identity Server and implementing session token caching
18 Aug 2015 by Bharath K A
This is a HTML5 WebSocket service that streams live, real-time data to browser grid control. This service is capable of automatically computing math expressions on the fly (dynamically at runtime)
14 Feb 2012 by DaveDbViewSharp
Describes two techniques to use when generating dynamic SQL in stored procedures and provides an example that demonstrates what happens when they are combined
24 Jun 2021 by Shivprasad koirala
In this article we will talk about the next 5 interesting SQL Server 2012 features.
28 Oct 2013 by TheQult
Implementing a simple message delivery system in C#
11 Oct 2013 by ASP.NET Community
In asp.net application, new windows can be opened using window.open method either from the client side or from executing it from server side. See the
5 Aug 2014 by santosh poojari
This article helps you to build and enable robust web applications with respect to various aspects of security that needs to be taken care of while designing a system.
9 Oct 2012 by Huseyin Atasoy
Let's build a simple web server and make it accessible from the internet
1 Apr 2012 by Torsten Tiedt
Database development with Server Data Tools
24 Feb 2014 by Jean Paul V.A
An overview of the installation of SharePoint 2013 on a Windows Server 2012 machine.
24 Jan 2013 by Srinivasu Pemma
This kind of requirement is useful in many applications originally posted on http://www.srinetinfo.com/search/label/Survey%20Application
23 May 2016 by Miljan Radovic
Simple, open-source, fully customizable, lightweight SQL Server scheduler
22 Oct 2018 by MehreenTahir
This article will help you get started with socket programming in C++. We will build a TCP server and client using boost.asio library in C++.
15 Feb 2010 by Tim Schwallie
A few ways to work with In-Clause and Stored Procedures with SQL Server and C#.
14 Mar 2013 by Shivprasad koirala
In this article I will discuss 5 features of SQL Server 2012 and the rest will be followed in other parts..
16 Jul 2015 by Chris La
How to create a server-client network quickly using template server-client framework, EpServerEngine (C++ and Windows Winsock).
8 Nov 2019 by Sanwar ranwa
How to login with Facebook and Google using Angular 8
20 Oct 2013 by ASP.NET Community
Things to be taken care by developers while writing code or designing different layersPresentation Layer:Choose your UI elements
28 Dec 2015 by Marla Sukesh
In this article we Learn step by step how to create project with MSBI.
21 Apr 2013 by bshokati
How to create a client-server network for multiplayer game programming using C++ and Windows Winsock
6 Oct 2012 by Igor Okulist
Robust MVC framework for desktop and web development