KodefuGuru

Stories submitted by KodefuGuru

What’s Coming in JustCode Q1 2012(blogs.telerik.com)

submitted by KodefuGuruKodefuGuru(2599) 3 hours, 43 minutes ago

The Q1 2012 release webinars are just around the corner, and we will be showing off some cool new features in Telerik JustCode. Here are the session details, be sure to check your schedule! Note: we’ll be giving away a Telerik Ultimate Collection. read more...

add a comment |category: |Views: 0

tags: another

Naming Conventions in JustCode (blogs.telerik.com)

submitted by KodefuGuruKodefuGuru(2599) 2 days, 22 hours ago

Choosing appropriate identifiers for the constructs in your code provides better readability and maintainability. With the latest build of Telerik JustCode you can now easily set naming conventions for all your code elements. read more...

add a comment |category: |Views: 2

tags: another

C# Needs Seqs(www.kodefuguru.com)

submitted by KodefuGuruKodefuGuru(2599) 5 days, 1 hour ago

A proposition for a new keyword in C# to support IEnumberable<T>. read more...

3 comments |category: |Views: 286

tags: another

JustCode for JavaScript Developers(bristowe.com)

submitted by KodefuGuruKodefuGuru(2599) 6 days, 1 hour ago

Along with the inspections done by Visual Studio, JustCode conducts code analysis, which provides a list of errors and warnings found in your JavaScript. It does so by applying a list of custom inspections of your solution on-the-fly, without interrupting your work. read more...

add a comment |category: |Views: 3

tags: another

Code analysis using Telerik JustCode(debugmode.net)

submitted by KodefuGuruKodefuGuru(2599) 27 days, 11 hours ago

JustCode do on the fly analysis of the code. It does code analysis when you type the code and reports you and error or warning without any further delay... read more...

add a comment |category: |Views: 148

tags: another

Telerik JustCode formatter – Introduction (blogs.telerik.com)

submitted by KodefuGuruKodefuGuru(2599) 1 month, 2 days ago

The formatter in Telerik JustCode is one of its many great features. Its main goal is to let you define and enforce your code style across your projects. It is a very important part of the product as it is used in many other places as well (for example typing assistance and refactorings). read more...

add a comment |category: |Views: 3

tags: another

New Refactorings in JustCode Q3 2011(blogs.telerik.com)

submitted by KodefuGuruKodefuGuru(2599) 1 month, 7 days ago

With each new release Telerik JustCode continues to expand in all directions. Following our previous refactorings post, here we’ll show you some new conversions added to the refactorings area for JustCode 2011’s Q3 release. read more...

add a comment |category: |Views: 0

tags: another

Shortest String That Contains All Words(www.kodefuguru.com)

submitted by KodefuGuruKodefuGuru(2599) 1 month, 9 days ago

Mango12 created an interesting competition to kick off the New Year, and I decided to try it out. It’s a simple task along the lines of a code kata, and I recommend you try it yourself before looking over my solution. Task: Compress a list of words into the shortest string that contains all words. Test: “testing”, “ginger”, “german”, “minutes” should become “minutestingingerman” Here is my approach: create a weighted graph connecting each term then recursively reduce the highest weighted edges. read more...

1 comment |category: |Views: 211

tags: another

Bringing Windows 8 UI to Windows 7 with RadPanorama for WinForms.(blogs.telerik.com)

submitted by KodefuGuruKodefuGuru(2599) 2 months, 10 days ago

The once unnamed RadPanorama control is here to make your Windows Forms applications rock! Together with the Touch API we have introduced in our previous blog, it brings the full power of touch-optimized applications to your Windows 7 users. If you have not heard anything about RadPanorama before, let us introduce it with a few words. Basically, this new control allows you to represent a small amount of data in the form of tiles that the end-user is able to smoothly scroll left or right with a gesture, just like in Win8, and to reorder the tiles with drag and drop. read more...

add a comment |category: |Views: 34

tags: another

What’s New in JustTrace Q3 2011 (blogs.telerik.com)

submitted by KodefuGuruKodefuGuru(2599) 2 months, 20 days ago

JustTrace is perhaps the friendliest profiler on the market, but you will find that JustTrace Q3 2011 is even further enhanced with polish and enhancements to the user experience to make this a must-have tool for better code. If you’re interested in the detailed improvements we’ve made to JustTrace this release, please take a look at the version notes. This article will focus on two new features: Compare Snapshots for Memory Profiler and Call Tree Navigation. read more...

add a comment |category: |Views: 1

tags: another

JustCode Q3 2011 is Here (blogs.telerik.com)

submitted by KodefuGuruKodefuGuru(2599) 2 months, 21 days ago

We are proud to announce the official release of Telerik JustCode Q3 2011. This release contains many features that we have launched over the past few months in internal builds, including Razor and CSS support, Visual Studio 11 support, a key mappings window, and many new refactorings! read more...

add a comment |category: |Views: 18

tags: another

Partial Application(www.kodefuguru.com)

submitted by KodefuGuruKodefuGuru(2599) 2 months, 27 days ago

Functions have a given number of arguments which define the arity of the function. The process of producing another function by setting any number of arguments to a function is known as partial application. C# developers are most familiar with this concept by calling one method from a more specific method, thereby adhering to the DRY principle. read more...

add a comment |category: |Views: 48

tags: another

SPRadGrid WebPart Q3 2011 Updates(blogs.telerik.com)

submitted by KodefuGuruKodefuGuru(2599) 2 months, 29 days ago

Telerik's ASP.NET AJAX Web Part for SharePoint 2010 featuring an extended version of Telerik’s most prominent control – RadGrid, will soon be released with the following improvements... read more...

add a comment |category: |Views: 4

tags: another

Be a Keyboard Ninja!(blogs.telerik.com)

submitted by KodefuGuruKodefuGuru(2599) 3 months, 9 days ago

Telerik JustCode has tons of features available directly from your keyboard, and memorizing all the shortcuts can be quite a daunting task. We have made it easier to find these commands through Key Mappings. read more...

add a comment |category: |Views: 4

tags: another

Nokia Lumia WP7 Emulator Skin(blogs.telerik.com)

submitted by KodefuGuruKodefuGuru(2599) 3 months, 15 days ago

Our team is excited about the addition of the Nokia Lumia to the Windows Phone family and all the new development opportunities opening up. So excited actually, that we created a Nokia Lumia skin for our WP7 emulator just for fun. And then we thought that you might have fun skinning your emulator in the smoking hot black or white Nokia Lumia skin too. read more...

add a comment |category: |Views: 23

tags: another

Razor and CSS in JustCode (blogs.telerik.com)

submitted by KodefuGuruKodefuGuru(2599) 3 months, 15 days ago

The first service pack for Telerik JustCode Q2 2011 was recently released, but the development team is forging ahead with even more new features to make your life easier. New internal builds brings Razor and CSS support, which is welcome news for web developers using JustCode. read more...

add a comment |category: |Views: 3

tags: another