Sergey Zwezdin
<br/> Microsoft Regional Director<br/><br/> Microsoft MVP
-
VisualStateManager - how we can define user interface in WPF and Sliverlight
It is known, that technologies WPF and Silverlight allow to change appearance of the application essentially. However, as it is found out, it is far not all know as it it is possible to do conveniently.
-
Windows 7 Release Candidate
-
3D-capabilities in Silverlight 3
As is known, in WPF there are great possibilities to work with 3D. Silverlight concedes WPF because it is cross-platform technology. However, in Silverlight 3 a support of 3D has appeared. Let's consider this subject.
-
Use of hyperlinks inside text at Silverlight 3
Insert of a hyperlink in the text - absolutely usual task for web-applications. Frequently we do it when makes HTML documents. Unfortunately, default controls in Silverlight do not allow to insert a hyperlink in the text. Let's consider an example of how it is possible to bypass this restriction.
-
Resharper 4.5 Released
New version of ReSharper has released! As announced, the new version features major improvements in performance and memory usage. In addition to focusing on performance enhancements, JetBrains also added a number of intelligence features and improvements.
-
Tooltip in Silverlight 3 – part 2
Recently we have talked about how it is possible to redefine appearance of the tool tip in Silverlight applications. The tool tip has taken more interesting form after that. However, the effect of show and remains sad :) Let's try change a way of show of this tool tip by animation addition.
-
Tooltip in Silverlight 3 – part 1
Frequently in our appendices we need to create tool tips. Class ToolTip exists in Silverlight for these purposes. We can create such tool tips more easily by using this class.
-
Use together ADO.NET Data Services with SQL Compact
Yes, you were not mistaken, having read title. Now we will look how it is possible to work with data from SQL Compact using ADO.NET Data Services.
-
How I can define custom instance logic of data model in ADO.NET Data Services?
When we work with ADO.NET Data Services we reference data model via generic-parameter. Thus, instance of data context class it is created by infrastructure of ADO.NET Data Services. In this case ADO.NET Data Services use constructor without parameters.
-
ADO.NET Data Services и LINQ to SQL: continuation
Recently I wrote about what actions are necessary, that the LINQ-to-SQL data model could work together with ADO.NET Data Services. I wish to add this information with one important fact.