Marlonr

Stories submitted by friends of Marlonr

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

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

Changing Brush Brightness in WPF/Silverlight (dev102.com)

submitted by talisharon10talisharon10(800) 2 years, 10 months ago

Changing Brush Brightness in WPF/Silverlight from code in runtime read more...

2 comments |category: |Views: 220

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

Visual Studio 2010 Screenshots(blogs.lessthandot.com)

submitted by SQL_MenaceSQL_Menace(4890) 3 years ago

Visual Studio 2010 has been made available to MSDN subscribers yesterday. I downloaded Visual Studio 2010 today and installed it on Windows 7 RC. I took some images so that you can see what it looks like read more...

add a comment |category: |Views: 75

tags: another

Simulate Mouse Click On WebBrowser Control(geekpedia.com)

submitted by talisharon10talisharon10(800) 3 years ago

Sample C# code for executing any type of mouse click on a WebBrowser control by calling a set of unmanaged functions from the user32.dll library. read more...

add a comment |category: |Views: 332

tags: another

How to Create A JQuery Plugin (dev102.com)

submitted by talisharon10talisharon10(800) 3 years ago

A small tutorial about creating JQuery Plugins read more...

add a comment |category: |Views: 195

tags: another

Context Help Made Easy(codeproject.com)

submitted by talisharon10talisharon10(800) 3 years, 1 month ago

Most application developers have been through it. During the later stages of a project, you find yourself spending time working with an HTML Help author to connect the screens and dialogs of your application to context sensitive help. read more...

add a comment |category: |Views: 14

tags: another

Packet Capture and Analayzer(codeproject.com)

submitted by talisharon10talisharon10(800) 3 years, 1 month ago

The first idea of writing a packet sniffer program came from a reply to my comments on one of the projects named NetSend ( Sending popup messenger messages between computers ) by Marc Clifton. Marc asked me What about receiving message. To say the truth, I didn't know how I could do that. I knew a program which I had downloaded and tested years ago. But I didnt know the way of it. So I made a search on net about programs that can receive messages created by NetSend. And I noticed that many of them were using packet sniffer libraries. And then decided to learn how it is done. My search attempts gave a result and I found a free library named WinPCap. read more...

add a comment |category: |Views: 15

tags: another

Client Statistics in SSMS. Check execution times(blogs.lessthandot.com)

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

Do you use Client Statistics when testing queries?. When set on you can get the same results and much more that can help you measure your performance while altering your code. read more...

add a comment |category: |Views: 11

tags: another

Create XML Files Out Of SQL Server With SSIS And FOR XML Syntax (blogs.lessthandot.com)

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

Create XML Files Out Of SQL Server With SQL Server Integration Services And FOR XML Query Syntax read more...

add a comment |category: |Views: 28

tags: another