andrewbadera

Stories kicked by friends of andrewbadera

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

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

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

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

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

Recover a SQL Server database without the ldf file(blogs.lessthandot.com)

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

How to recover a SQL Server database if you don't have the LOG file read more...

add a comment |category: |Views: 11

tags: another

Arranging your VB.Net and C# code with NArrange(blogs.lessthandot.com)

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

How to arrange your VB.Net and C# code with NArrange read more...

add a comment |category: |Views: 20

tags: another

The differences between LEN and DATALENGTH in SQL Server(blogs.lessthandot.com)

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

The differences between LEN and DATALENGTH in SQL Server! I have seen a bunch of questions about this recently and decided to do a little post to clear up the confusion. read more...

add a comment |category: |Views: 6

tags: another

Dynamic column names and fields in SSRS (Custom Matrix)(blogs.lessthandot.com)

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

creating dynamic column headings and dynamically determine what field in my dataset should go where in a report read more...

add a comment |category: |Views: 218

tags: another

LINQ - Using Quantifiers like Any, Contains and All while Querying Obj(dotnetcurry.com)

submitted by samsertsamsert(2159) 2 years, 10 months ago

Quantifier operations return a Boolean value if some or all of the elements in a sequence satisfy a condition. In this article, we will see some common LINQ to Objects scenarios where we can use these operators. read more...

add a comment |category: |Views: 312

tags: another

Head Tracking and 3D WPF(david.sleeckx.be)

submitted by SetsukoSetsuko(455) 2 years, 10 months ago

Using a webcam to track head movement and manipulate looking direction and position in 3D WPF. read more...

2 comments |category: |Views: 367

tags: another

What is a build script? Writing MsBuild Scripts - Part I(devlicio.us)

submitted by tehliketehlike(1000) 2 years, 10 months ago

In this post series I will try to explain MsBuild. In this post, I am explaining the need for a build script. read more...

add a comment |category: |Views: 473

tags: another