pjvandesande

Stories kicked by pjvandesande

Firefox Myths - Myths Regarding The Firefox Web Browser(mywebpages.comcast.net)

submitted by marcosmarcos(2779) 5 years, 10 months ago

I know that a lot of people don't agree with this article, the web developers much less, but I found it interesting and some things that he saids are true. I use the Maxthon Browser (based on IE) and sometimes Opera. Some new features of Firefox 2.0 are in Maxthon and Opera from a lot of time now =) read more...

5 comments |category: |Views: 3

tags: another

MSBuild in Visual Studio(developerzen.com)

submitted by ekampfekampf(3195) 5 years, 10 months ago

A summary a series of posts on the MSBuild Team Blog regarding MSBuild and Visual Studio integration read more...

add a comment |category: |Views: 13

tags: another

[DUTCH] Delegates vs. Events(born2code.net)

submitted by pjvandesandepjvandesande(195) 5 years, 10 months ago

WARNING: Dutch language! Een geweldige blogpost over het werkelijke verschil tussen delegates en events. read more...

add a comment |category: |Views: 12

tags: another

A new day, two new browsers compared - Firefox 2.0 Beta 1 and IE 7.0 B(hanselman.com)

submitted by gaechgaech(1240) 5 years, 10 months ago

Like a schmuck, I can't resist installing beta software, especially REALLY beta software, especially on computers that I really shouldn't be installing beta software on like my computer or my wife's, especially at 2am. After some painful installation chaos/debugging...I got Firefox 2.0 Beta 1 and IE 7.0 Beta 3 installed. Here's my thoughts. read more...

1 comment |category: |Views: 2

tags: another

Breng de Office 2007 UI naar je applicatie(born2code.net)

submitted by pjvandesandepjvandesande(195) 5 years, 11 months ago

Een easy-to-use .NET 2.0 control waarmee je je applicatie gelijk de look geeft zoals je van Office 2007 gewend bent. Gustavo Arranhado heeft zijn control online gezet op gotdotnet, inclusief de volledige source-code is beschikbaar en wat sample code. read more...

add a comment |category: |Views: 0

tags: another

Mentas Ribbon - Controls like the ones in the MS Office 2007 UI(gotdotnet.com)

submitted by marcosmarcos(2779) 5 years, 11 months ago

Basic and easy .NET 2.0 controls to make your application feel like MS Office 2007 UI experience. You must check this out. Full source included. read more...

2 comments |category: |Views: 277

tags: another

15 Great ASP.NET 2.0 Data Tutorials Published(weblogs.asp.net)

submitted by gavinjoycegavinjoyce(25.7k) 5 years, 11 months ago

The data series begins by creating a DAL using the built-in data TableAdapter designer in Visual Web Developer Express and Visual Studio. All of the samples then use the ASP.NET 2.0 ObjectDataSource control to bind against the business class layer, and show how to perform common binding operations against it. Note that if you want you can easily substitute the table adapter DAL for your own DAL implementation with the business class layer -- all of the 39 other data tutorials will then work against it the same way. read more...

add a comment |category: |Views: 13

tags: another

Learn C# 3.0 in 7 digestable pieces(linqinaction.net)

submitted by RobChappelRobChappel(2720) 5 years, 11 months ago

Sahil has broke the new C# 3.0 down into 7 digestable small peices. 5 minutes each, a good definition of what each item is, alongwith what they mean. read more...

add a comment |category: |Views: 10

tags: another

Next-Generation Data Access: Making the Conceptual Level Real(msdn.microsoft.com)

submitted by pjvandesandepjvandesande(195) 5 years, 11 months ago

Eliminate the impedance mismatch for both applications and data services like reporting, analysis, and replication offered as part of the SQL Server product by raising the level of abstraction from the logical (relational) level to the conceptual (entity) level. (31 printed pages) read more...

add a comment |category: |Views: 7

tags: another

Application.StartupPath alternative(born2code.net)

submitted by pjvandesandepjvandesande(195) 5 years, 11 months ago

Sample code, how to remove the System.Windows.Form.dll reference and still be able to retrieve the startup path. read more...

add a comment |category: |Views: 307

tags: another

Microsoft Build Sidekick(tinyurl.com)

submitted by gavinjoycegavinjoyce(25.7k) 5 years, 11 months ago

MSBuild Sidekick is a tool for MSBuild Engine users providing Graphic User Interface front-end for editing MSBuild project files. The build project files may be either created as Microsoft Visual Studio© 2005 build projects or as Team Foundation Team Build build types. read more...

add a comment |category: |Views: 43

tags: another

LLBLGen Pro v2.0 with ASP.NET 2.0(weblogs.asp.net)

submitted by gavinjoycegavinjoyce(25.7k) 5 years, 11 months ago

Frans walks us through buiding an ASP.NET website with LLBLGen Pro v2.0 code generator read more...

2 comments |category: |Views: 29

tags: another

Understanding and Using Exceptions(codebetter.com)

submitted by PhilHaseldenPhilHaselden(120) 6 years ago

Great article that discusses how to do exception handling (try/catch) and try/finally properly. The article gives big-picture advise too such as "In a well-written application there's a ratio of ten to one ... try/finally to try/catch blocks." (a quote from Anders Hejlsberg) read more...

add a comment |category: |Views: 10

tags: another