camelcase

Stories kicked by camelcase

Free Continuous Integration Toolkit(web2asp.net)

submitted by sedgeysedgey(1728) 1 year, 7 months ago

continuous integration (CI) implements continuous processes of applying quality control - small pieces of effort, applied frequently. Continuous integration aims to improve the quality of software, and to reduce the time taken to deliver it, by replacing the traditional practice of applying quality control after completing all development. My personal definition is: “Giving a damn that the code you write is not breaking the app considering that other developers are working on the code base at the same time and realizing that you are not infallible.” read more...

1 comment |category: |Views: 540

tags: another

Windows Phone 7 Line Up Announced(www.winphone7.net)

submitted by polymorphpolymorph(55) 1 year, 7 months ago

A definitive list of all Windows Phone 7 Devices (and their carriers) set for release in early November read more...

1 comment |category: |Views: 171

tags: another

Build automated tests in minutes with the WebUI Test Studio(www.telerik.com)

submitted by javeryjavery(5523) 1 year, 7 months ago

Test any web application – HTML/AJAX/Silverlight/MVC. Take full control over your code and tests. Telerik WebUI Test Studio is where you need it most – tightly integrated in Visual Studio. Generate coded unit tests and add them to the build server. Ship quality code with every release. Download your free evaluation copy. read more...

add a comment |category: |Views: 100

tags: another

WIndows Phone 7 Jumpstart(web2asp.net)

submitted by sedgeysedgey(1728) 1 year, 8 months ago

With the release of the RTM version of the Windows Phone 7 developer tools set for the 16th of September. This series of 12 screen casts from Microsoft MVP'S Andy Wigley and Rob Miles is a seriously good way to get up to speed in developing applications with Silverlight and XNA for the Windows Phone 7 Platform. Aside from the bad jokes and the English Accents both these guys.. read more...

1 comment |category: |Views: 153

tags: another

Resharper(web2asp.net)

submitted by aspkickeraspkicker(41) 1 year, 8 months ago

Here are some great videos where detailing the new features in ReSharper 5 for ASP.NET and ASP.NET MVC Developers, this is a must watch for any developer wanting to get a hands on view of what Resharper 5 can do for you in terms of productivity, code refactoring and best practices coding. read more...

add a comment |category: |Views: 285

tags: another

ReSharper Zencoding(web2asp.net)

submitted by sedgeysedgey(1728) 1 year, 9 months ago

I have to say I really like the new ASP.NET features in ReSharper 5 but in addition to all the goodness, the ReSharper Zen Coding Powertoy really rocks. read more...

1 comment |category: |Views: 749

tags: another

IIS Express(web2asp.net)

submitted by sedgeysedgey(1728) 1 year, 10 months ago

If like me you are sick to death of Cassini (whats that then? its the built in web server that visual studio uses) and also sick to death of playing around with IIS 7 then relief is at hand. read more...

3 comments |category: |Views: 860

tags: another

Windows Phone 7 and Silverlight(www.winphone7.net)

submitted by sedgeysedgey(1728) 2 years, 1 month ago

If you are going to do any serious Windows Phone 7 development then you NEED to get familiar with Silverlight. Tim Heuer, Microsoft's Silverlight Program Manager and Developer evangelist has read more...

add a comment |category: |Views: 255

tags: another

Windows Phone 7 Series Application Icon pack available for Download(www.ginktage.com)

submitted by isenthilisenthil(2309) 2 years, 1 month ago

We are already aware that Microsoft Windows Mobile has been renamed to Windows Phone 7 Series and recently the word “Series” being dropped and now will be called Windows Phone 7 . read more...

add a comment |category: |Views: 21

tags: another

Resharper 5 Released(web2asp.net)

submitted by ajaxianajaxian(105) 2 years, 1 month ago

ReSharper 5 has now been released simultaneously with Visual Studio 2010. read more...

add a comment |category: |Views: 329

tags: another

Visual Studio 2010 Released(web2asp.net)

submitted by sedgeysedgey(1728) 2 years, 1 month ago

The much awaited, latest version of Visual Studio, Visual Studio 2010 has now been released in conjunction with the latest version of the .NET framework (version 4). This is an exciting time for .NET developers as it also means that they will also be able to develop for Windows Phone 7 using their existing skillset. read more...

3 comments |category: |Views: 236

tags: another

ReMIX Atlanta(www.kodefuguru.com)

submitted by KodefuGuruKodefuGuru(2818) 2 years, 1 month ago

It’s rare that I find myself attending a conference where I am not speaking. However, when I saw the session list at ReMIX Atlanta, I realized that I had to attend. So much material was outside of my knowledge domain that it was well worth the $25 dollar early bird fee. You would have had to spend thousands of dollars to get the same material from MIX 10. read more...

add a comment |category: |Views: 15

tags: another

MVC Portable Areas – Static Files as Embedded Resources(geekswithblogs.net)

submitted by crpietschmanncrpietschmann(11.3k) 2 years, 1 month ago

This is the third post in a series related to build and deployment considerations as I’ve been exploring MVC Portable Areas. In the last post, I walked through a convention for managing static files. In this post I’ll discuss another approach to manage static files (e.g., images, css, js, etc.). With this approach, you *also* compile the static files as embedded resources into the assembly similar to the *.aspx pages. Once again, you can set this to happen automatically by simply modifying your *.csproj file to include the desired extensions so you don’t have to remember every time you add a file: read more...

add a comment |category: |Views: 138

tags: another

ReSharper 5(web2asp.net)

submitted by winphone7serieswinphone7series(115) 2 years, 1 month ago

With the release of Visual Studio 2010 just around the corner and the concurrent release of ReSharper 5, I thought I would share my experiences with the Release Canidate & nightly builds of ReSharper 5. read more...

1 comment |category: |Views: 686

tags: another

Windows Phone 7 Series Development Training Kit Available for Download(web2asp.net)

submitted by sedgeysedgey(1728) 2 years, 1 month ago

Want to try your hand at developing ultra cool applications and games for the new Windows Phone 7 Series? Microsoft have just published a downloadable (and free training kit) for the new Windows 7 Phone Series Platform read more...

add a comment |category: |Views: 188

tags: another

How To Access Control On Master Page From Content Page(jalpesh.blogspot.com)

submitted by jalpeshjalpesh(1347) 2 years, 2 months ago

It a common requirement that you have change the master page content from content page. For example you have welcome label control that is there in master page and you want to change the welcome message after user logged in from the content page. Same way there might be another requirement like you need to bind a menu from content page as per user logged in having rights. In such kind of case use find control() method to access control on master page from the content page.You can find any control of mas... read more...

add a comment |category: |Views: 20

tags: another