armencz

Stories submitted by armencz

Overview about Adobe Air vs Silverlight(blog.vuscode.com)

submitted by armenczarmencz(220) 3 years, 11 months ago

Nikola Malovic attended presentation "Adobe Air 2008" organized in Prague with purpose to get information about what Silverlight competitor “Adobe Air” offers to developers. I am recommending this blog post to people who would like to have a picture about how upcoming Adobe Air product compares to Silverlight. read more...

add a comment |category: |Views: 45

tags: another

AJAX Control Extenders in VS 2008(weblogs.asp.net)

submitted by armenczarmencz(220) 4 years, 5 months ago

Scott Gu shows how to use ASP.NET AJAX Control Extenders in VS 2008 read more...

add a comment |category: |Views: 5

tags: another

How to Create Plug-in for Windows Live Writer? Simple Content Source.(blog.dotnetstyling.com)

submitted by armenczarmencz(220) 4 years, 5 months ago

Blog post illustrates how to write simple plugin for Windows Live Writer. Writing content source plugin for Live Writer takes just a couple of minutes. read more...

add a comment |category: |Views: 4

tags: another

Append new line in StringBuilder: AppendLine, AppendFormatLine, JavaSc(blog.dotnetstyling.com)

submitted by armenczarmencz(220) 4 years, 6 months ago

The blog post shows different ways how to format strings by using StringBuilder especially for those who are generating JavaScript code from the codebehind of ASP.NET web page. read more...

add a comment |category: |Views: 225

tags: another

Issue of Rendering JavaScript in WebControls(blog.dotnetstyling.com)

submitted by armenczarmencz(220) 4 years, 6 months ago

The blog post shows an issue and the solution of rendering JavaScript in WebControls. read more...

add a comment |category: |Views: 1

tags: another

Explicit Interface Implementation(blog.dotnetstyling.com)

submitted by armenczarmencz(220) 4 years, 6 months ago

Explicit interface implementation helps to ensure that user can use methods define by a given interface using by correct interface reference. read more...

add a comment |category: |Views: 3

tags: another

How fast StringBuilder is ?(blog.dotnetstyling.com)

submitted by armenczarmencz(220) 4 years, 7 months ago

Blog post explains why different approaches of string building perform faster than others. There is a sample application which measures speed of those approaches. How specifying capacity of StringBuilder during its instantiation increase a performance? read more...

add a comment |category: |Views: 17

tags: another

Custom Type Conversion(blog.dotnetstyling.com)

submitted by armenczarmencz(220) 4 years, 7 months ago

Blog post shows how to create Explicit and Implicit conversion (*not casting*) between two different classes. read more...

add a comment |category: |Views: 52

tags: another

Decorator Design Pattern(blog.dotnetstyling.com)

submitted by armenczarmencz(220) 4 years, 7 months ago

One of the beautiful patterns in GOF's (Gang Of Four) bucket is a Decorator Pattern. The purpose of Decorator pattern is to add extended functionality to the class without making any change in it. The blog describes architecture and has sample which shows pattern in work. read more...

3 comments |category: |Views: 38

tags: another

Optimal String Comparison(blog.dotnetstyling.com)

submitted by armenczarmencz(220) 4 years, 7 months ago

There are several ways how to compare two strings in .Net but not all of them have similar performance impact. The blog post describes why certain methods work slowly and which comparison tool is the optimal to use in .Net. read more...

add a comment |category: |Views: 20

tags: another