lucky

Stories kicked by lucky

Synchronize, AutoUpdate Visual Studio Extensions w ExtensionSync 0.2.0(dotnetsurfers.com)

submitted by latishlatish(470) 8 months, 19 days ago

Open Source Visual Studio Extension to synchronize other extensions between different machines and auto-update extensions. read more...

2 comments |category: |Views: 34

tags: another

Dot Net Tools(dotnetsurfers.com)

submitted by luckylucky(95) 9 months, 15 days ago

List of .Net tools & utilities read more...

2 comments |category: |Views: 177

tags: another

Using GIT on top of TFS(dotnetsurfers.com)

submitted by latishlatish(470) 1 year, 1 month ago

How to use the git-tfs bridge to work with GIT on top of TFS. read more...

add a comment |category: |Views: 58

tags: another

ExtensionSync: Visual Studio Extension to synchronize other extensions(dotnetsurfers.com)

submitted by luckylucky(95) 1 year, 2 months ago

A Visual Studio extension that allows you to synchronize other extensions between multiple instances. read more...

add a comment |category: |Views: 166

tags: another

SQL Server: Execution Plan Major Points in Query Optimization (connectsql.blogspot.com)

submitted by lionofdezertlionofdezert(1110) 1 year, 2 months ago

Here are some important points which almost every DBA keeps in his mind when examining an execution plan for query optimization. read more...

add a comment |category: |Views: 16

tags: another

Continuous Testing using Autotest.Net(dotnetsurfers.com)

submitted by luckylucky(95) 1 year, 4 months ago

Establish a continuous unit testing/development workflow in .NET using Autotest.Net read more...

add a comment |category: |Views: 58

tags: another

Mocking An Indexed Property using MOQ(dotnetsurfers.com)

submitted by luckylucky(95) 1 year, 8 months ago

Workaround to mock an indexed property setter using MOQ read more...

add a comment |category: |Views: 8

tags: another

Your Software Can Learn A Lot From ATMs(www.codethinked.com)

submitted by justin_etheredgejustin_etheredge(8539) 1 year, 8 months ago

When it comes to ATMs, failure isn't really an option. But how do they accomplish their high reliability? And how can you leverage that in order to make your software better? read more...

1 comment |category: |Views: 278

tags: another

ASP.NET and the Padding Oracle Attack: Wrap-up(securitythroughabsurdity.com)

submitted by j.montyj.monty(1868) 1 year, 8 months ago

Based on the news that was released at the time, it appeared that this vulnerability was just an issue AES. It turns out that this was false and that that this attack works against ANY BLOCK CIPHER meaning 3DES was also vulnerable. This wrap-up links to some mitigation techniques and also discusses how to protect against padding oracle attacks using Digital Signatures. read more...

3 comments |category: |Views: 338

tags: another

Getting Started with Mocking - Part 1 - The Basics(www.dotnetsurfers.com)

submitted by latishlatish(470) 2 years, 1 month ago

Take a look at the basics of mocking in .Net. read more...

add a comment |category: |Views: 7

tags: another

Hello World, I am Win Phone 7(www.dimecasts.net)

submitted by dwhittakerdwhittaker(13.1k) 2 years, 1 month ago

Take a first look at Windows Phone 7 Development. We will walk through creating a simple hello world application as well as give a quick tour of how to use the emulator. read more...

add a comment |category: |Views: 352

tags: another

5 Steps Toward jQuery Mastery(encosia.com)

submitted by gt1329agt1329a(7849) 2 years, 1 month ago

Five quick tips that I found valuable while learning jQuery in depth. I learned them the hard way so you don't have to! read more...

add a comment |category: |Views: 700

tags: another

Using Test Impact Analysis in Visual Studio 2010(dotnetsurfers.com)

submitted by whocareswhocares(20) 2 years, 6 months ago

How to use Test impact analysis in visual studio 2010 read more...

add a comment |category: |Views: 20

tags: another

It’s Okay To Write Unit Tests(codethinked.com)

submitted by justin_etheredgejustin_etheredge(8539) 2 years, 6 months ago

A few simple reasons why you should be writing unit tests. read more...

add a comment |category: |Views: 377

tags: another

Selective Unit Testing – Costs and Benefits(blog.codeville.net)

submitted by desmonddesmond(2014) 2 years, 6 months ago

Test Driven Development is widely regarded as a hallmark technique of professional software development, but should you really do it all the time? Steve Sanderson argues that unit tests yield significant practical business value only for certain kinds of code. This blog post suggests what might be the underlying forces that determine whether unit tests will justify the long-term expense of creating and maintaining them. These ideas are then applied to structuring an ASP.NET MVC application. read more...

add a comment |category: |Views: 292

tags: another

Automating Azure(blogs.msdn.com)

submitted by wzackwzack(1968) 2 years, 7 months ago

We are getting pretty close to the commercial release of the Windows Azure Platform at Microsoft’s Professional Developers Conference in November. We recently released a set of PowerShell cmdlets that you can use to automate the management of your Windows Azure applications.  Using these cmdlets you can add or remove an existing deployment. You can also upgrade an application or part of an application. read more...

add a comment |category: |Views: 74

tags: another