Vort3X

Stories kicked by Vort3X

Object Initializers(blog.jrpsoftware.com)

submitted by rplantrplant(750) 4 years, 3 months ago

A new feature of Visual Studio 2008 and it's C# 3.0 is Object Initalizers. This compiler feature can be used to set the values of properties without the need to create a special constructors. Even though you must have 2008 to use this feature, you don't have to target the 3.0 or 3.5 framework as it works just fine with the 2.0 framework. read more...

add a comment |category: |Views: 2

tags: another

Put Down the XmlNode and Step Away From the StringBuilder(vonsharp.net)

submitted by viggityviggity(1124) 4 years, 3 months ago

Demonstrates the easiest way of generating and parsing Xml available in the .net framework. No more XmlNodes and no more CleanStringForXml custom utility functions. read more...

add a comment |category: |Views: 18

tags: another

Embedding ASP.NET Server Variables in Client JavaScript(west-wind.com)

submitted by rstrahlrstrahl(7226) 4 years, 3 months ago

Getting Server Variables embedded into a page and using them from JavaScript code can be a pain. Following Jon Galloway's post a few days ago I thought that maybe a solution that doesn't rely on ASP.NET AJAX and is more generic might be useful to make the task easier and apply much broader scope. The result is an easy to use, generic class that generates a JavaScript object from key value pairs created on the server from static values or dynamic control/object properties. read more...

1 comment |category: |Views: 136

tags: another

Should I Blog?(codebetter.com)

submitted by john2021john2021(600) 4 years, 4 months ago

Reasons why you should start a blog read more...

6 comments |category: |Views: 2

tags: another

LINQ to SQL (Part 8 - Executing Custom SQL Expressions) (weblogs.asp.net)

submitted by KlausKlaus(755) 4 years, 6 months ago

Over the last few weeks I've been writing a series of blog posts that cover LINQ to SQL. LINQ to SQL is a built-in O/RM (object relational mapper) that ships in the .NET Framework 3.5 release, and which enables you to model relational databases using .NET classes. You can use LINQ expressions to query the database with them, as well as update/insert/delete data. read more...

add a comment |category: |Views: 29

tags: another

Another Vibrant Ink Theme for Visual Studio(blog.wekeroad.com)

submitted by kevnzkevnz(858) 4 years, 7 months ago

Rob shows off his new version of the version of the Vibrant Ink theme for Visual Studio. read more...

2 comments |category: |Views: 899

tags: another

Is Visual Studio Unit Testing that bad?(codeassassin.com)

submitted by jstangroomejstangroome(665) 5 years ago

Should you avoid Visual Studio's built in Unit Testing altogether or is it just a matter of finding what's right for you? read more...

1 comment |category: |Views: 5

tags: another