一些專業攝影師的連結 – 這是我的部落格 – Yahoo!奇摩部落格
一些專業攝影師的連結
一些專業攝影師的連結 – 這是我的部落格 – Yahoo!奇摩部落格
一些專業攝影師的連結
Reselect row on saveThere is an issue where if you are using a master and child form to allow a user to edit the contents of a grid, a new record has to be reselected after it is saved to ensure that the detail form has the new ID. I created some convoluted logic to accomplish this:
L‧Seven 城氏空間 – [.Net] C#的註解方式以及XML的說明文件
[.Net] C#的註解方式以及XML的說明文件
注意其 <summary>的用途
[設計模式] 簡單工廠(Simple Factory) – .NET 隨筆- 點部落
ankhsvn: Subversion Support for Visual Studio
AnkhSVN – Subversion Support for Visual Studio
Using SVN with Visual Studo C# Express – GameDev.Net Discussion Forums
Using SVN with Visual Studo C# Express
Insert SVN version and Build number in your C# AssemblyInfo file – Florent Clairambault
Insert SVN version and Build number in your C# AssemblyInfo file
Using the Java Persistence API in Desktop Applications
Articles IndexThe JSR 220 specification defines Enterprise JavaBeans 3.0. One of its primary goals is to simplify the creation, management, and storage of entity beans. Working towards that goal, Sun Microsystems and supporting community developers created a new application programming interface (API) that lets you use “plain old Java objects" or POJOs as your persistable entities. The Java Persistence API facilitates your use of POJOs as entity beans and significantly reduces the need for complicated deployment descriptors and extra helper beans. Additionally, you can even use the API in desktop applications.
You’ll discover many reasons of your own to use the new persistence API, but here are just a few:
* You won’t have to create complex data access objects (DAO).
* The API helps you manage transactions.
* You write standards-based code that interacts with any relational database, freeing you from vendor-specific code.
* You can avoid SQL in preference to a query language that uses your class names and properties.
* You can use and manage POJOs.
* You can also use the Java Persistence API for desktop application persistence.