自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(102)
  • 收藏
  • 关注

转载 深入理解 SQL Server 2008 的锁机制

相比于 SQL Server 2005(比如快照隔离和改进的锁与死锁监视),SQL Server 2008 并没有在锁的行为和特性上做出任何重大改变。SQL Server 2008 引入的一个主要新特性是在表级控制锁升级行为的能...

2014-02-26 14:25:37 587

转载 SQL Server 2008 R2 事务与隔离级别实例讲解

上班途中,你在一处ATM机前停了下来。正当你在敲入密码的时候,你的一位家人也正在镇上的另一处TAM机上输入密码。你打算从某个还有500元余额的账户上转出400元,而你的家人想从同一账户取走300元。倘若没有隔离级别的存在,麻烦就...

2014-02-17 17:43:09 365

转载 SQL Server 2008 R2 排序规则详解

一、 使用排序规则排序规则指定字符串数据如何比较和排序的规则,基于特定的语言与区域标准。例如,在ORDER BY子句中,如果按升序排列的话,说英语的人会期望字符串'Chiapas'出现在'Colima'之前;然而,...

2014-02-13 11:29:05 1033

转载 Jira数据库配置

Jira必须使用关系数据库来存储issue数据。如果你正在进行全新的Jira安装,Jira安装向导将为你配置数据库连接--Jira内部的HSQL数据库或者外部的关系数据库。Jira内部的HSQL数据库适合于评估用途。然而...

2014-02-12 12:11:46 667

转载 Windows Phone FAQ

Here you can find troubleshootings for Windows Phone 7 application development.1. Connection failed because of inv...

2011-10-28 11:43:03 231

转载 Android FAQ

You will find out troubleshooting for Android application development here.1. ADT installation problems: cannot fi...

2011-10-10 12:16:37 139

转载 Set up the Android SDK

This blog will show you how to set up the Android SDK on Windows 7 / Vista.OverviewHere's an overview of the steps...

2011-10-10 11:04:39 230

转载 An Examine Paper for .Net Programmer

Part I C# Programming Basis1. int a=10, int b=15. Please write a piece of code to swap a and b without using a thi...

2011-01-11 16:08:20 126

转载 Using the Template Collection to Add a Template Column in WebDataGrid

WebDataGrid™ has a template collection to store common, reusable templates. You can add item templates to the coll...

2011-01-04 16:49:34 140

转载 Raise Server-Side Click Event of CheckBox in a DataGrid Template Column

In an ASP.Net web page, there is a GridView control to show data retrieved from the database. And there is a Check...

2011-01-04 14:32:28 134

转载 Convert Array of Objects to Data Table

Normally in a web application, the Presentation Layer retrieves an Array/Collection of business objects as the dat...

2010-12-20 16:54:19 142

转载 Import Data From MS Excel to DataSet without using COM Objects

In my last blog I demonstrated how to export data from a DataSet/DataTable to MS Excel file. In this blog I will s...

2010-12-20 16:17:54 114

转载 Export a DataSet to Microsoft Excel without using the COM objects

It is a routine job to export data from MS SQL Server database to MS Excel, or import data from MS Excel to MS SQL...

2010-12-20 14:40:50 142

转载 Integrating/Using NUnit Test Framework with Visual Studio 2010 for ASP.NET MVC Application

ASP.NET MVC 2The Model-View-Controller (MVC) pattern is an architectural design principle that separates the compo...

2010-09-28 16:34:53 168

转载 Introduce to Data Storage Objects in ASP.NET

Learn about the five powerful ASP.NET storage mechanisms, and how to quickly identify which to use for a given sit...

2010-09-20 17:22:40 331

转载 Query to Check SP/Table/Trigger Exists in Database or not

We often need create/update Stored Procedure,Tables or Triggers in database via SQL scripts. It is a best practice...

2010-09-20 14:29:47 106

转载 HTML Layout Guidelines for ASP.NET Web Page Globalization

The best practice for HTML layout is to ensure that localizers need to translate only strings, because the user in...

2010-09-16 16:37:09 118

转载 How to: Use Resources to Set Property Values in Web Server Controls

In an ASP.NET page, you can use the following methods to read values from resource files:Implicit localization A...

2010-09-16 16:20:41 120

转载 How to: Retrieve Resource Values Programmatically

You can use declarative syntax to set the values of ASP.NET server control properties to a resource value. Alterna...

2010-09-16 15:45:34 115

转载 ASP.NET Web Page Resources Overview

If you create Web pages that will be read by speakers of different languages, you must provide a way for readers t...

2010-09-16 14:45:58 174

转载 How to: Select an Encoding for ASP.NET Web Page Globalization

Internally, the code behind ASP.NET Web pages handles all string data as Unicode. You can set how the page encodes...

2010-09-16 14:37:13 89

转载 How to: Set the Culture and UI Culture for ASP.NET Web Page Globalization

Globalization is the process of designing and developing applications that function for multiple cultures. Localiz...

2010-09-16 13:51:03 241

转载 Infragistics WebCombo Javascript API Demonstration

In this blog I will demonstrate how to interact with WebCombo client side API using Javascript. Now Let's begin wi...

2010-08-27 14:39:29 138

转载 Sort a WebCombo Column Programly

Infragistics WebCombo control make it very easy to sort a cloumn with few lines of code. There is no need that the...

2010-08-27 11:27:22 119

转载 Select a matching row of WebCombo control based on DataValue

Considering the following scenario:The user selected an item in a WebCombo control then do a "save" action, when h...

2010-08-27 10:23:49 101

转载 Infragistics WebCombo Data Binding

Infragistics ASP.NET web controls are very usful and populate by web page developers. In this series articles I wi...

2010-08-26 14:20:11 134

转载 Assign Shortcut key for ASP.Net Page Using Javascript

Shortcut key gives end user more friendly interactions and performance. In this blog I will demonstrate how to imp...

2010-08-23 17:58:55 119

转载 Custom Paging in ASP.NET 2.0 with SQL Server 2005

In web application it is a routine to paging data retrieved from the database. And in ASP.NET 2.0 it is very simpl...

2010-08-20 14:50:19 94

转载 C# DateTime.ToString() Usage Demonstration

Formatting of Date and Time is an routine in application devlopment. In this blog I would show you how to format a...

2010-08-20 13:42:10 110

转载 Building Cascading DropDownList in ASP.Net Using jQuery and JSON

Cascading DropDownList is a technique where we populate a child DropDownList based on the parent DropDownList sele...

2010-08-12 15:35:44 81

转载 Javascript showModalDialog() Function

In Web application we can use window.showMadalDialog() to popup a modal window. Now let's take a deep look at how ...

2010-08-12 14:20:46 141

转载 prevent a Javascript Modal Window to open itself in a new window

I used window.showModalDialog() to open a modal window in my ASP.Net web application. When I click a Button contro...

2010-08-02 16:47:46 144

转载 Managing Namespaces in VB.Net

A namespace is a way to disambiguate one public interface from another. You can happily go through life not worryi...

2010-06-25 10:07:31 73

转载 Set a Datasourse List for Excel cells

Sometimes, you want the value of an Excel cell coming from a data list preseted. see the figure below: Now follow ...

2010-06-25 08:45:33 126

转载 SQL Server 2005 Developer Edition English Version Setup on Windows 7

In the recent project, our customer required to use MS SQL Server 2005 English Version as the database backend. I ...

2010-06-18 17:07:52 185

转载 Using Excel to generate Inserts for SQL Server

Much of my day job involves database design, maintenance and manipulation. I use SQL scripts to quickly build my d...

2010-06-08 13:57:08 104

转载 Building a Pub/Sub Message Bus with WCF and MSMQ

In my previous blog I demonstrate how to build a offline distributed system with MSMQ. In this blog I will show yo...

2010-06-08 09:26:30 169

转载 Push Data From Server to Silverlight Clients With a WCF Duplex Service

Normally in a client-server architecture application, the client makes a request to the server, then the server re...

2010-06-03 13:51:58 140

转载 Reading message from nontranscational remote MSMQ in workgroup

MSMQ is very useful for building a distributed, offline application. In my recent project the customer requires re...

2010-06-03 09:58:56 196

转载 WCF Services Sample: Authenticate Silverlight Client based on Custom Security Token

In my blog "WCF Services Sample: Authenticate Silverlight Client based on UserName and Password", I show you how t...

2010-06-02 17:21:45 84

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除