mediaport

Stories kicked by mediaport

Using Visual Studio Macros to Increase Productivity(milkcarton.com)

submitted by akcoderakcoder(830) 5 years ago

If you've ever tried to find a particular file or project in a 36 project solution when many projects and folders are expanded, then you know how fustrating it can be. After putting up with it for over a year, I finally asked a co-worker of mine if he knew of a way to quickly jump to a particular project in Visual Studio. He reminded me that Visual Studio has excellent macro support. read more...

2 comments |category: |Views: 16

tags: another

Silverlight Programming and Managed JavaScript - video(aspnetpodcast.com)

submitted by wallymwallym(2085) 5 years ago

This podcast video shows the basics of programming with Silverlight and an Intro to Managed JScript. read more...

2 comments |category: |Views: 47

tags: another

Recursive Queries in SQL Server 2005(rajkwatra.blogspot.com)

submitted by rajkwatrarajkwatra(245) 5 years ago

Often times, during my career, I faced a situation where I had to recursively get data out of a table starting from a root. The classic example of such a situation is Employee-Manager relationship table... read more...

4 comments |category: |Views: 23

tags: another

SubSonic a day in the life of. (part 1)(blog.wekeroad.com)

submitted by rgrubbsrgrubbs(115) 5 years ago

Shows the SubSonic project in action. Solid stuff. read more...

add a comment |category: |Views: 0

tags: another

New "Orcas" Language Feature: Anonymous Types - ScottGu's Blog(weblogs.asp.net)

submitted by crpietschmanncrpietschmann(11.3k) 5 years ago

Anonymous types are a convenient language feature of C# and VB that enable developers to concisely define inline CLR types within code, without having to explicitly define a formal class declaration of the type. Anonymous types are particularly useful when querying and transforming/projecting/shaping data with LINQ. read more...

add a comment |category: |Views: 15

tags: another

Creating Composite View Components In MonoRail / Refactoring Exercise(joeydotnet.com)

submitted by jbeninghovejbeninghove(790) 5 years ago

In a previous post, I showed some examples of how to create custom view components in MonoRail and touched on the ability to create composite view components. Since then I've refactored towards the use of interfaces which I think is a cleaner approach, so I thought I'd share. read more...

add a comment |category: |Views: 13

tags: another

Agile Leadership and Coaching (Development Manager’s Need to grow up!)(lostechies.com)

submitted by agilejoeagilejoe(860) 5 years ago

With modern business needs changing at a rapid pace, software development must respond in tandem. Agile Development Methodologies promote responding to change, by balancing order and chaos. This is an art form more than it is a practice. All too often have I chatted with development managers who have attempted to enact agile, only to fail. Is it the methodologies fault or a fault in leadership and understanding? read more...

add a comment |category: |Views: 3

tags: another

Make Your Case Sensitive Searches 1000 Times Faster(sqlservercode.blogspot.com)

submitted by SQL_MenaceSQL_Menace(4890) 5 years ago

Do you find that your case sensitive queries take forever? This little trick will speed up your query a thousand times read more...

add a comment |category: |Views: 7

tags: another

Tips for a successful team lead(weblogs.asp.net)

submitted by s.farmars.farmar(330) 5 years ago

partial list of those tips. Some of them can be seen in various “Agile” methodologies, but taken as simply tips, they can improve the quality of your project-life without needing to work with any specific methodology. Heck, just call it “Osherothology” read more...

add a comment |category: |Views: 9

tags: another

The right way to think about source control(workblog.jonrowett.com)

submitted by jrowettjrowett(60) 5 years ago

Source code control is not just a fancy version of File -> Save... read more...

3 comments |category: |Views: 3

tags: another

Biggest difference between Temp tables and Table variables in Sql Serv(weblogs.sqlteam.com)

submitted by spirit1spirit1(3160) 5 years ago

One of the most important differences between Temp tables and Table variables is how they behave in transactions. See how. read more...

add a comment |category: |Views: 12

tags: another

Part 1 - Leveraging Workflow Foundation - It is just an API(keithelder.net)

submitted by TheElderTheElder(490) 5 years ago

To help you limit the amount of rusty washers you will run into with Workflow Foundation, I wanted to share our team's experience in working through Workflow. In this multiple part series we'll look at some of the challenges the team faced and how we solved some of these. I say "some" of these because we took side steps around the rusty washers we found due to our short time frame. Hopefully this brain dump of information will save others time who are about to start using Workflow Foundation. I'll cover some of the in and outs where you will want to look into workflow and some of the pitfalls we had to work around (the rusty washers). read more...

add a comment |category: |Views: 6

tags: another

Javascript and ASP.NET(ajdotnet.wordpress.com)

submitted by ajdotnetajdotnet(2940) 5 years ago

Some thoughts on script support in ASP.NET how it evolved. read more...

add a comment |category: |Views: 3

tags: another

SubSonic: Move to Subversion is now complete(blog.wekeroad.com)

submitted by JGregoryJGregory(375) 5 years ago

SubSonic has now been successfully moved to Google Code, and thus Subversion source control. read more...

add a comment |category: |Views: 9

tags: another

NStub Beta Released(jeremyjarrell.com)

submitted by jeremyjarrelljeremyjarrell(2685) 5 years ago

NStub is a test stub generator for unit tests. Just point it at any .NET assembly and it'll automatically generate a full project containing a one to one mapping of test methods for every method in the target assembly. This is great for fine grained unit testing where you're trying to test every method individually. read more...

add a comment |category: |Views: 6

tags: another

SubSonic Starter Site is Out!(blog.wekeroad.com)

submitted by robconeryrobconery(160) 5 years ago

Check out the new SubSonic starter site, complete with CMS, membership, and more. read more...

1 comment |category: |Views: 191

tags: another