.NET Zone
.NET Zone is brought to you in partnership with:
  • Tweet
  • spacer
spacer
spacer spacer Anand Narayanaswamy11/14/14
618 views
0 replies

Visual Studio 2015 Preview Features – Part 1

Visual Studio 2015 Preview has been released with support for cross platform device development in C++ in addition to an Android emulator, updated tooling for Apache Cordova, the open source .NET compiler platform, support for ASP.NET 5. The preview also includes many new updates and improvements.

spacer spacer Rob Sanders11/12/14
1700 views
0 replies

Getting to know Cross-Origin Resource Sharing (CORS)

Cross-origin resource sharing (CORS) is a mechanism that allows many resources (e.g., fonts, JavaScript, etc.) on a web page to be requested from another domain outside the domain from which the resource originated.

spacer spacer Joost Van Schaik11/12/14
1671 views
0 replies

Returning Task from a Windows Runtime Component

You will need a Windows Runtime Component if you want, for instance, host a background task in an Universal App. The problem with these components is that you cannot return a Task from a public method. You can use Task inside the component, but not return it to the outside world.

spacer spacer Anders Abel11/09/14
1523 views
0 replies

Using Owin External Login without ASP.NET Identity

ASP.NET MVC5 has excellent support for external social login providers (Google, Facebook, Twitter) integrating with the ASP.NET Identity system. But what if we want to use external logins directly without going through ASP.NET Identity?

spacer spacer Greg Duncan11/09/14
954 views
0 replies

Look who's talking now? My first primary hosting for This Week on Channel 9, "TWC9: Two Geeks and a Cube"

While up at the MS MVP Summit last week, I had the opportunity to be the primary host for This Week on Channel 9. With me was Gordon Beeming where we geeked out for 20'ish minutes in one of the cooler spaces available, the Microsoft Maker Garage.

spacer spacer Slobodan Pavkov11/09/14
1101 views
0 replies

Using await to build cool UI tutorials

By implementing a custom awaiter for Button (via extension methods) and hooking up to the Click handler we are able to await for that button to be clicked in very elegant way.

spacer spacer Mikael Krief10/30/14
1717 views
0 replies

Configure TFS Proxy

When a development team is working on a remote site, using the TFS source controller may require bandwidth. To overcome this problem, we can use the TFS proxy.

spacer spacer Eli Bendersky10/29/14
2474 views
0 replies

SFINAE and enable_if

There's an interesting issue one has to consider when mixing function overloading with templates in C++. The problem with templates is that they are usually overly inclusive, and when mixed with overloading, the result may be surprising:

spacer spacer Gunnar Peipman10/28/14
3358 views
0 replies

ASP.NET MVC 6: What are KRE, KVM, KPM?

ASP.NET vNext comes with a new runtime environment called KRE. Besides KRE that runs ASP.NET vNext applications there are also tools for managing KRE versions and NuGet packages that application uses. This post gives you a quick overview about K-world components and explains shortly how to use them.

spacer spacer John Sonmez10/26/14
2086 views
0 replies

4 Biggest Reasons Why Software Developers Suck at Estimation

For example, when my wife asks me how much longer it will take me to fix some issue I’m working on or to head home, I almost always invariably reply “five minutes.” I almost always honestly believe it will only take five minutes, but it never does. Most of the time my five minutes ends up being half an hour or more.

spacer spacer Erik Ejlskov Jensen10/26/14
2467 views
0 replies

Entity Framework 6 and SQL Server Compact 4.0 – “Proper” private desktop deployment

About a year after I published the blog post Entity Framework 6 & SQL Server Compact 4 (2)–Easy Private Desktop Deployment it has occurred to me that the solution proposed in that blog post is far from perfect – my apologies! The suggestions for location of the database file etc. are still valid points, however.

spacer spacer Michael Crump10/25/14
2417 views
0 replies

My appearance on Technology and Friends Episode 340

Sam Basu and I was recently interviewed by David Giard for his podcast called Technology and Friends. We talked for about 30 minutes on the new features of Telerik AppBuilder. As always, I had a blast and really enjoy being part of his podcast.

spacer spacer Joost Van Schaik10/25/14
2888 views
0 replies

Making the Application Bar display on of top of the UI in Windows Phone 8.1 Store Apps

In Windows Phone 7, 8 and 8.1 Silverlight apps this is very easy: you just set the Opacity of the Application bar to any value less than 1 as described here, and the app does not reserve space for the app bar – it just displays the bar on top of the main UI.

spacer spacer Jonas Gauffin10/25/14
3003 views
0 replies

Griffin data mapper and SQLite

I’ve created a small example project that uses the data mapper in Griffin.Framework to work with SQLite.

spacer spacer Marco Siccardi10/25/14
2735 views
0 replies

How to create a folder in Windows Phone 8.1 Pictures Library (and save/read files into/from it)

Some of you might have noticed that UniShare has its own folder in your devices picture library. Also some other apps like WhatsApp or Tweetium have it.

spacer spacer Jeremy Likness10/25/14
3957 views
0 replies

A Different Angle: What is AngularJS?

This post covers my presentation, AngularJS from a Different Angle, that I presented to the Atlanta JavaScript Meetup group on October 20th, 2014. This was just over a week after the Atlanta Code Camp, when I presented Let’s Build an Angular App!

spacer spacer Alec Noller10/20/14
3638 views
0 replies

Refcard Expansion Pack: 13 Things Every C# Developer Should Know

This week, DZone released its latest Refcard: 13 Things Every C# Developer Should Know. If you're interested in learning more about C# or sharpening your skills, we decided to dig into the DZone archives and find some of the most popular posts we've had on the topic.

spacer spacer Bill Jones10/18/14
1049 views
0 replies

.NET with AngularJS = <3

Clear, concise, and informative with detailed structure and visual aids.

spacer
gipoco.com is neither affiliated with the authors of this page nor responsible for its contents. This is a safe-cache copy of the original web site.