- 博客(102)
- 收藏
- 关注
转载 深入理解 SQL Server 2008 的锁机制
相比于 SQL Server 2005(比如快照隔离和改进的锁与死锁监视),SQL Server 2008 并没有在锁的行为和特性上做出任何重大改变。SQL Server 2008 引入的一个主要新特性是在表级控制锁升级行为的能...
2014-02-26 14:25:37 511
转载 SQL Server 2008 R2 事务与隔离级别实例讲解
上班途中,你在一处ATM机前停了下来。正当你在敲入密码的时候,你的一位家人也正在镇上的另一处TAM机上输入密码。你打算从某个还有500元余额的账户上转出400元,而你的家人想从同一账户取走300元。倘若没有隔离级别的存在,麻烦就...
2014-02-17 17:43:09 303
转载 SQL Server 2008 R2 排序规则详解
一、 使用排序规则排序规则指定字符串数据如何比较和排序的规则,基于特定的语言与区域标准。例如,在ORDER BY子句中,如果按升序排列的话,说英语的人会期望字符串'Chiapas'出现在'Colima'之前;然而,...
2014-02-13 11:29:05 891
转载 Jira数据库配置
Jira必须使用关系数据库来存储issue数据。如果你正在进行全新的Jira安装,Jira安装向导将为你配置数据库连接--Jira内部的HSQL数据库或者外部的关系数据库。Jira内部的HSQL数据库适合于评估用途。然而...
2014-02-12 12:11:46 600
转载 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 195
转载 Android FAQ
You will find out troubleshooting for Android application development here.1. ADT installation problems: cannot fi...
2011-10-10 12:16:37 108
转载 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 192
转载 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 100
转载 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 112
转载 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 112
转载 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 84
转载 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 88
转载 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 121
转载 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 131
转载 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 196
转载 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 80
转载 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 89
转载 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 97
转载 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 89
转载 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 142
转载 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 63
转载 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 190
转载 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 104
转载 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 95
转载 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 78
转载 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 104
转载 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 85
转载 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 75
转载 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 88
转载 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 58
转载 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 116
转载 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 125
转载 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 60
转载 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 90
转载 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 154
转载 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 67
转载 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 140
转载 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 106
转载 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 173
转载 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 63
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人