Search BlogCatalog

2 results of 2Directory

Your ConnectionString to the Digital Worlds!

Your ConnectionString to the Digital Worlds!

http://www.ComputerSake.com

Huge information about computer hardware. Newest technologies. tutorials about programming languages. Tips and Tricks.

Basic and Advanced Programming Tutorial, Software…

Basic and Advanced Programming Tutorial, Software Tutorial and free e-books

http://easycomputertutorial.blogspot.com

Programming Tutorial,Software Tutorial,Programming Tips and Tricks,Visual Basic Tutorial,Delphi Tutorial,PHP Tutorial,MySQL Tutorial,Computer Tutorial,Computer Tips and Tricks,belajar programming,Tips Pemrograman,cara mudah belajar komputer untuk pemula,

10 results of 51Blog Posts

Como evitar SQL Injection em .NET

Sourceware Blog | November 26th 2009 by Hugo Pires

O SQL Injection é uma técnica usada por Hackers, que permite manipular as instruções SQL que executamos nas nossas aplicações, de forma a ganhar acesso, ou até executar operações directamente na base de dados, operações essas, que permitem read more

Using OGC functions in SQL Server 2008 part 4 – Google Maps

Bell End | November 25th 2009 by Christopher Bell

So I’d now got to the stage where I’d pulled in some postcode data into SQL Server, got the county boundaries for one county (the mighty Lancashire) and figured out how to do a spatial query to tell me which postcodes were in that county. Now I read more

C# : Storing Images into SQL Server from .NET

Vipin Cherukara | November 23rd 2009 by Vipin Cherukara

public void StorePicture( string filename ){ // Read the file into a byte array using(FileStream fs = new FileStream(filename, FileMode.Open, FileAccess.Read)) { byte[] imageData = new Byte[fs.Length]; fs.Read( imageData, 0, (int)fs read more

Titbits of Sql Server Db Mirroring Using Asp.Net

A Blog About Reverse Phone Lookup Services | November 13th 2009 by Faclez

Your  Web Or Windows Apps  required many sorts of protections for maltreatments of Data in Database. For that SQL Server provides you multiple ways to recover your data from loss or tampering. In a recent project my Apps are required to communicate read more

Web Service and DataSet - How to populate GridView from web servi…

asp.net example | November 9th 2009 by rem

Web Service and DataSet - How to populate GridView from web service in asp.net DataSetWebService.asmx <%@ WebService Language="C#" Class="DataSetWebService" %> using System; using System.Web; using System.Web.Services; using Syst read more

Agregar membership a sitio web

Blog de Programación y Tecnología | November 9th 2009 by Fabio Parra

Para agregar membership a un sitio web primero se debe agregar membership a la base de datos.La configuración del membership se debe realizar en el web.config del sitio Web. Es necesario colocar la cadena de conexión, agregar los tags de membership read more

XML ADO.NET GetXmlSchema() - How to use GetXmlSchema() method in…

asp.net example | November 8th 2009 by rem

XML ADO.NET GetXmlSchema() - How to use GetXmlSchema() method in asp.net GetXmlSchemaMethod.aspx <%@ Page Language="C#" AutoEventWireup="true" %> <%@ Import Namespace="System.Web.Configuration" %> <%@ Import Namespace="Sy read more

XML GetXml() - How to use GetXml() method in asp.net xml ADO.NET

asp.net example | November 8th 2009 by rem

XML GetXml() - How to use GetXml() method in asp.net xml ADO.NET GetXmlMethod.aspx <%@ Page Language="C#" AutoEventWireup="true" %> <%@ Import Namespace="System.Web.Configuration" %> <%@ Import Namespace="System.Data" %&g read more

Validating User Credentials

ASP.NET INTERVIEW QUESTIONS | October 21st 2009 by sriniasp

Validating User Credentials---------------------------------Let us see how to validate the user credentials(login and password)In aspx.cs under Button_Click() method write the following code string email= txtemail.Text; string password read more

[Release]Login System + Account Creator - MPGH - MultiPlayer Game…

MySQL Security | October 18th 2009 by T. Zane

Project > Add Reference > MySQL .data.dll. Then you need to edit the source to match your database info, these are the lines you need to edit: Form1. Code: dbConnLog.ConnectionString = "server=;user id=;Password=;persist security ... read more

1 result of 1Social Search