Recent Posts

6
Comments

Localization solution in Silverlight by anytao

Localization is a typcal keynote in Silverlight App. Unfortunately, silverlight 2 didn’t have enough support to localization. We can not get a solution complete same as ASP.NET Apps. So here give us a hot example show how to implement localization in Silverlight. Of course, I still expect improvement in next release....
0
Comments

Hot Find #1, Dec 2008 by anytao

Published 30 Dec 2008, by Anytao © 2008 Anytao.com , A fun world for making tech as art. Hot Find will be the most popular articals or funny technical find about .NET world, it shares ideas and knowledges from web and give us more guide support. Tommorrow...
Filed under:
7
Comments

Tips: Better GetXXByYY in LINQ by anytao

In a post Creating the Table Adapter Methods for GetUserByLogin, GetUserByUserName, and InsertUser, Nannette Thacker gives a good way to implement a table adapter for solving GetXXByYY in coding repeat works. Indeed, it’s very populating to implement the GetUserByName, GetUserByID, GetUserByEmail or ValidateUser and so on. So usually, you need to implement different services for UI calling, but there service basically has same implement process...
Filed under: , ,
33
Comments

Tips: Using Reflection to assign value intelligently by anytao

Usually, we map data from DB into models in for DAL. Of cource, we aslo encapsulate the models into Business Object(BO) or Domain Object(DO) for BLL. That's usual design affairs. In the case of design, different layers make a clear organize about business logic from data, service and so on. However, it's unavoidable to pass value from Models to BOs to run business logic or pass value from BOs to Models to save data. This is unreasonable to handle many data transfer but necessary in this satuiation. How can we make it easy? Of course it is. Refelecting is a useful way to make data transfer easy for different CLR types value assignment....
0
Comments

Microsoft Spirit by anytao

Published 22 Aug 2008, by Anytao © 2008 Anytao.com , A fun world for making tech as art. I'm anytao, Visual C# MVP of Microsoft, and come from China. Contents If a country has its sprit, this nation and its people will overcome any difficult time, such...
15
Comments

Ways of Performance in .NET - Part1 by anytao

What is a good software product? Operation Process, User Experience, Security and Performance are all the necessary factors. A good performance system is one of the important score in the users’ survey. In the stock exchange center, there is tens of thousands of data exchange running in the stocker’s hand. Steadying running and effective performance is a must. At the same time, performance is also concerned in small software system, slow product always lose your face for customers. Therefore, performance is important in system design. The influence in performance goes in different way, such as hardware, database, and software design. In this article, I’ll take attention to performance killer in .NET, list all general performance problem as items, including rules, habits, and syntax etc. According to all the performance item, you’ll get basic knowledge about how to improve your software from CLR and .NET Framework. However, all the improvement items are on the basis of .NET foundation, not application area, such as Website Performance and Tuning, database improvement. OK, start our performance travel in our .NET world....
Filed under: , , ,
More Posts