¡@

Home 

c# Programming Glossary: backend

passing an operand as an sql parameter

http://stackoverflow.com/questions/10703072/passing-an-operand-as-an-sql-parameter

on an asp.net application that has sql server 2008 as its backend. I want to give the user the ability to specify what they want..

Best way to test if a website is alive from a C# applicaiton

http://stackoverflow.com/questions/186894/best-way-to-test-if-a-website-is-alive-from-a-c-sharp-applicaiton

Background My application consists of a Winforms UI a backend WCF service and a website to publish content to the UI and other..

WebRequest POST with both file and parameters

http://stackoverflow.com/questions/1874410/webrequest-post-with-both-file-and-parameters

1880002 error in mime packet for http post Update 2 So the backend indeed has issues with the content length saying that the amount..

Generate C# project using CMake

http://stackoverflow.com/questions/2074144/generate-c-sharp-project-using-cmake

if you had native c projects mixed with c# projects like a backend written in c with a GUI in c# in this case just have cmake copy..

Copy and Modify selected text in different application

http://stackoverflow.com/questions/235972/copy-and-modify-selected-text-in-different-application

application I have a windows application running at the backend. I have functions in this applications mapped to hot keys. Like..

What is the difference between “LINQ to Entities”, “LINQ to SQL” and “LINQ to Dataset”

http://stackoverflow.com/questions/2443836/what-is-the-difference-between-linq-to-entities-linq-to-sql-and-linq-to-da

ORM again from Microsoft but supporting multiple database backends Linq to DataSets is LINQ but using is against the old style.. or DataSets System.Data namespace from a database backend and then query those using the LINQ syntax share improve this..

Google Search API for C#

http://stackoverflow.com/questions/2580396/google-searchapi-for-c-sharp

it works but I just need to do the same thing but from the backend code. c# asp.net mvc api google search api share improve..

Disable authentication on subfolder(s) of an ASP.NET app using windows authentication

http://stackoverflow.com/questions/2713192/disable-authentication-on-subfolders-of-an-asp-net-app-using-windows-authentic

that contain parts of the overall application frontend backend login The bin folder is on the same level as these subfolder.. must input windows credentials when visiting a page in the backend folder but not when visiting a page in the login or frontend..

Fastest method for SQL Server inserts, updates, selects

http://stackoverflow.com/questions/2862428/fastest-method-for-sql-server-inserts-updates-selects

question. I'm looking for a high throughput method for a backend app that handles many small transactions. I use SQLDataReader..

Read data from SqlDataReader

http://stackoverflow.com/questions/4018114/read-data-from-sqldatareader

a SQL Server 2008 database and I am working on it in the backend. I am working on asp.net C# SqlDataReader rdr cmd.ExecuteReader..

How to write to Console.Out during execution of an MSTest test

http://stackoverflow.com/questions/4884043/how-to-write-to-console-out-during-execution-of-an-mstest-test

The Console output is not appearing is because the backend code is not running in the context of the test. You're probably..

Where to put try catch

http://stackoverflow.com/questions/523875/where-to-put-try-catch

that data to the data Access layer which sends them to the backend database. The question is where to put the try catch In the..

How can a Metro app in Windows 8 communicate with a backend desktop app on the same machine?

http://stackoverflow.com/questions/7465517/how-can-a-metro-app-in-windows-8-communicate-with-a-backend-desktop-app-on-the-s

can a Metro app in Windows 8 communicate with a backend desktop app on the same machine In a situation where you have..

Generating cryptographically secure authentication tokens

http://stackoverflow.com/questions/840537/generating-cryptographically-secure-authentication-tokens

application for the iPhone. It will communicate with the backend application via REST services. In order to not have to prompt..

How to design a rule engine?

http://stackoverflow.com/questions/93147/how-to-design-a-rule-engine

done this on a project and you can use SQL or XML as the backend and it works great. You can use the IDE that comes with the..