.NET Zone
.NET Zone is brought to you in partnership with:
  • Tweet
  • spacer
spacer spacer Greg Duncan03/08/13
555 views
0 replies

How Microsoft and Others, Empowers You With PowerShell

Many companies have provided out of the box support for managing their software with Windows PowerShell. This list only covers those companies, not any 3rd-party modules or snap-ins.

spacer spacer Dave Bush03/07/13
911 views
0 replies

Self Executing Anonymous Function

Not because it is all that new, but because it takes many developers a while to find it, here’s how to create a self executing anonymous function using C#.

spacer spacer Sourabh Sharma03/06/13
1106 views
4 replies

C# – Creating a DLL to Hide Your Code

The DLL also called Dynamic Link Library is a file that can be used dynamically by other programs. We create the DLL mainly to hide our confidential code so that we can use the code everywhere but can not see the code.

spacer spacer Den Delimarsky03/05/13
797 views
0 replies

Tip Of The Day: Default User Roles in ASP.NET MVC4

Den Delimarsky shows how it is possible to use simple user roles in a ASP.NET MVC4 basic web application template.

spacer spacer Filip Ekberg03/05/13
1686 views
0 replies

What Language Features Do You Miss In C#?

Every now and then we hear people shout “I really wish C# would have X and Y, it would make my life so much easier”. This makes Filip think about what features he’d like to see supported in the language.

spacer spacer Sasha Goldshtein03/03/13
1234 views
0 replies

Easier Tuple-Like Classes in C#

A discussion during the MVP Summit prompted Sasha to think about what would make it easier to use tuple-like classes while preserving valuable naming information of the tuple's constituents.

spacer spacer Sourabh Sharma03/02/13
1729 views
0 replies

How to Extract a URL’s Title, Description and Images using HTML Agility Utility

Extracting the details from any web page URL is not so easy task. Because you need something to track that page. In this article we are going to extract the details like Title, Description and collection of Images.

spacer spacer Mike Hadlow03/01/13
556 views
0 replies

EasyNetQ on .NET Rocks!

Last week Mike had the pleasure of being interviewed by Carl Franklin and Richard Campbell for a .NET Rocks episode on RabbitMQ and EasyNetQ.

spacer spacer Greg Duncan02/28/13
1320 views
0 replies

The All-In-One Framework Goes Modern! One App, 5000+ samples.

Sample Browser 1.0 for Windows 8 is released in the Windows Store today – a new relaxing way for Developers to search, browse, learn and share over 5000 code samples on any Windows 8 devices, including Surfaces!

spacer spacer Mitch Pronschinske02/27/13
1014 views
0 replies

JNBridge Adds Mono Support, Allowing Linux Deployment on the .NET Side of Java/.NET Interop Solution

Java/.NET interoperability tool provider, JNBridge just released the next major version of their software. The main new feature is Mono support (the open source clone of the .NET framework). The big advantage of this is the ability to migrate anything .NET (like an ASP.NET application) to run on a Linux machine.

spacer spacer Senthil Kumar02/26/13
1169 views
0 replies

What is Telerik JustDecompile?

Senthil Kumar reviews the latest beta of Telerik JustDecompile - the de-facto competitor to the well-established Reflector tool.

spacer spacer Toni Petrina02/25/13
1637 views
0 replies

Modern UI for WPF

The guys that brought you XAML Spy have open sourced a library for building Modern UI style WPF applications.

spacer spacer Erik Ejlskov Jensen02/23/13
1042 views
0 replies

SQL Server Compact Code Snippet of the Week #6: List All User Tables in a Database

This week’s short code snippet shows how to list all the user table objects in a SQL Server Compact database file.

spacer spacer Senthil Kumar02/22/13
1400 views
3 replies

How to Return the ID Field After an Insert in Entity Framework?

There are times when you want to retrieve the ID of the last inserted record when using Entity Framework. Here's how to do that.

spacer spacer Greg Duncan02/21/13
934 views
0 replies

Find Your Inner App Hero with These New Windows 8 App Templates

The Windows 8 Finder App Template was created to allow developers to quickly create a location based application for the Windows 8 store, while the Windows 8 Hero App Template was created to allow developers to create an application to collect information while out in the field on a Windows 8 device.

spacer spacer Senthil Kumar02/20/13
1135 views
0 replies

Learn How to Create iOS Apps using C# and MonoTouch from Infragistics Webinar

Are you C# or .NET developer interested to create iOS Apps using C# and MonoTouch? Here’s a great opportunity.

spacer spacer Toni Petrina02/19/13
1292 views
0 replies

Thoughts on Commenting Asynchronous Functions in C#

While I was wrapping up his asynchronous extension methods library, Toni realized that to be useful, all methods should have proper documentation.

spacer spacer Nick Haslam02/18/13
1023 views
0 replies

Fun with TPC-H (Part 2a) – AWS RedShift

Recently, Amazon announced that their ‘fast, fully managed petabyte-scale data warehouse service’ was available for public consumption. Having finally had some time to play, Nick takes it for a spin.

spacer spacer Tim Murphy02/17/13
2551 views
0 replies

Why You Shouldn’t Build An App In 1 Page

Tim has seen a number of people boast that they have a 1 page web application design. Congratulations. Now ask yourself why you did that and what the impact that design has.

spacer spacer Gunnar Peipman02/16/13
1452 views
0 replies

Using Database Unit Tests in Visual Studio

Stored procedures in a SQL Server database can be unit tested using Visual Studio database unit tests. It may seem as a simple thing to do at first but when you start writing tests, you will find out it’s a more complex task than expected.

spacer spacer Greg Duncan02/15/13
928 views
0 replies

Composing Maintainable XAML Apps - Two Hour Video Workshop

Of all the user interface technologies that have reached the main stream, from HTML to Windows Forms to Java Swing, XAML is the most composable. It offers an incredible degree of code reuse, customization, and componentization.

spacer spacer Greg Duncan02/14/13
1213 views
0 replies

One Download of 258 Wonderful Samples for Windows 8

This sample pack includes all the app code examples developed for Windows 8. The sample pack provides a convenient way to download all the samples at once. The samples in this sample pack are available in C#, C++, VB.NET, and JavaScript.

spacer spacer Senthil Kumar02/13/13
1363 views
0 replies

How to Return Dictionary As a Result From a LINQ Query in C#?

There are times when you want to retrieve only the ID (distinct) and the name from the database table using LINQ. In scenarios like this, one can use the ToDictionary method to place the necessary properties to the dictionary and return them.

spacer spacer Robert Maclean02/12/13
1453 views
0 replies

Is the event log (fast) enough for me?

In a recent project, Robert was required to come up with a suggestion for logging and while the existing view of using a text file is used by many popular applications and is well understood it felt like re-inventing the wheel.

spacer spacer Gunnar Peipman02/11/13
1479 views
0 replies

Using Microsoft Solver Foundation To Solve Linear Programming Tasks

In this post, Gunnar will show you how to solve simple linear programming tasks using Microsoft Solver Foundation – a free math package available from DevLabs.

  • 1
  • 2
  • 3
  • 4
  • 5
  • next >
  • last »
  • Related Links at DZone

  • Self Executing Anonymous Function
  • Best Practices of using async/await keywords in .NET 4.5
  • AJAX using Angular JS
  • Reference Type in C#
  • Mindscape releases LightSpeed 5 ORM for .NET
  • Boxing and Unboxing in C#
  • Open source software seeping into the .NET developer world
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.