ca8msm

Stories kicked by friends of ca8msm

Should I abandon VB.Net?(blogs.lessthandot.com)

submitted by bungleboozbunglebooz(1132) 1 year, 2 months ago

Is VB.Net still worth using or should you switch now that you have a change. read more...

add a comment |category: |Views: 32

tags: another

Git, TortoiseGit, Github and the rest(blogs.lessthandot.com)

submitted by stefanoricstefanoric(340) 1 year, 9 months ago

Christiaan takes a look at getting up and running with Git and related tools from the point of view of wanting to gain access to the source code to an open source project hosted on GitHub. read more...

add a comment |category: |Views: 317

tags: another

Git, TortoiseGit, Github and the rest(blogs.lessthandot.com)

submitted by stefanoricstefanoric(340) 1 year, 9 months ago

Christiaan takes a look at getting up and running with Git and related tools from the point of view of wanting to gain access to the source code to an open source project hosted on GitHub. read more...

add a comment |category: |Views: 317

tags: another

MSDN Ultimate Subscription giveaway +1(blogs.lessthandot.com)

submitted by ca8msmca8msm(429) 1 year, 10 months ago

Microsoft was kind enough to give me 3 MSDN Ultimate Subscriptions. I gave two of these away already, I have one left for the readers of Lessthandot.com. read more...

add a comment |category: |Views: 21

tags: another

MSDN Ultimate Subscription giveaway +1(blogs.lessthandot.com)

submitted by ca8msmca8msm(429) 1 year, 10 months ago

Microsoft was kind enough to give me 3 MSDN Ultimate Subscriptions. I gave two of these away already, I have one left for the readers of Lessthandot.com. read more...

add a comment |category: |Views: 21

tags: another

comments Programatically create a sharepoint calendar entry(blogs.lessthandot.com)

submitted by ca8msmca8msm(429) 1 year, 11 months ago

We recently had a requirement to programatically create an entry in an existing Sharepoint calendar, so here is an example of how we went about doing this. I'll be using Visual Studio 2008 for this, but the process will be similar for any other versions you are using. First of all, you will need to add a reference to one of the Sharepoint web references, so right-click your project and select Add Web Reference. You'll then be presented with a screen that asks you for a URL for that web service, so go ahead and write it in the following format: read more...

add a comment |category: |Views: 57

tags: another

comments Programatically create a sharepoint calendar entry(blogs.lessthandot.com)

submitted by ca8msmca8msm(429) 1 year, 11 months ago

We recently had a requirement to programatically create an entry in an existing Sharepoint calendar, so here is an example of how we went about doing this. I'll be using Visual Studio 2008 for this, but the process will be similar for any other versions you are using. First of all, you will need to add a reference to one of the Sharepoint web references, so right-click your project and select Add Web Reference. You'll then be presented with a screen that asks you for a URL for that web service, so go ahead and write it in the following format: read more...

add a comment |category: |Views: 57

tags: another

My First VS 2010 Extension(blogs.lessthandot.com)

submitted by chrissie1chrissie1(370) 2 years ago

Writting a first VS2010 extension for NArrange to make it eassier to run. read more...

add a comment |category: |Views: 6

tags: another

Visual Studio 2010 Concurrency Profiling And Parallel Programming(blogs.lessthandot.com)

submitted by SQL_MenaceSQL_Menace(4890) 2 years, 2 months ago

A post about Visual Studio 2010 Concurrency Profiling And Parallel Programming, includes a video of the Concurrency Profiler reports read more...

add a comment |category: |Views: 14

tags: another

Validating Architecture with Visual Studio 2010(blogs.lessthandot.com)

submitted by SQL_MenaceSQL_Menace(4890) 2 years, 3 months ago

I went to a local MS launch event for Visual Studio today, mainly to see what was new with Team Foundation Server, but what really impressed me was some of the new architecture tools they've added. I admittedly haven't read too much about this before today (my needs have been well-served by NDepend) but I'm happy to see some improved architecture tools find their way into Visual Studio. Looking at the version comparison chart, it appears this is only available in the Ultimate version. read more...

add a comment |category: |Views: 9

tags: another

SSRS 2005 Matrixes(blogs.lessthandot.com)

submitted by gmmastrosgmmastros(5) 2 years, 6 months ago

Excellent example of working with matrices in SQL Server Reporting Services read more...

add a comment |category: |Views: 10

tags: another

Validating a Domain model for VB.Net(blogs.lessthandot.com)

submitted by chrissie1chrissie1(370) 2 years, 6 months ago

Validating a domain object without changing the object, for VB.Net. read more...

add a comment |category: |Views: 8

tags: another

Validating a Domain model for VB.Net(blogs.lessthandot.com)

submitted by chrissie1chrissie1(370) 2 years, 6 months ago

Validating a domain object without changing the object, for VB.Net. read more...

add a comment |category: |Views: 8

tags: another

Introducing PostSharp 2.0: #5 - Build Performance and Packaging(postsharp.org)

submitted by gfraiteurgfraiteur(988) 2 years, 7 months ago

Gael Fraiteur explains how PostSharp now hosts the CLR - ough - and acts as a pipe server to achieve better load time; he describes new features improving multi-platform support and maintenability of PostSharp read more...

2 comments |category: |Views: 289

tags: another

Do we need to know basic math as programmers?(blogs.lessthandot.com)

submitted by SQL_MenaceSQL_Menace(4890) 2 years, 7 months ago

How much math does a programmer need to know to do his job? These days with all the frameworks that exists you don't need to know how to do a square root, a power function or a quick sort these will likely already be built in read more...

add a comment |category: |Views: 16

tags: another

6 ways to import data into SQL Server(blogs.lessthandot.com)

submitted by SQL_MenaceSQL_Menace(4890) 2 years, 8 months ago

6 different ways are shown to import data from a file into SQL Server read more...

add a comment |category: |Views: 443

tags: another