Dave Bush03/07/13
1894 views
0 replies
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#.
Sourabh Sharma03/06/13
2334 views
4 replies
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.
Den Delimarsky03/06/13
2170 views
0 replies
Den Delimarsky shows how it is possible to use simple user roles in a ASP.NET MVC4 basic web application template.
Filip Ekberg03/05/13
2561 views
0 replies
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.
Sasha Goldshtein03/03/13
1966 views
0 replies
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.
Sourabh Sharma03/02/13
2576 views
0 replies
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.
Mike Hadlow03/01/13
1027 views
0 replies
Last week Mike had the pleasure of being interviewed by Carl Franklin and Richard Campbell for a .NET Rocks episode on RabbitMQ and EasyNetQ.
Greg Duncan02/28/13
1955 views
0 replies
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!
Mitch Pronschinske02/27/13
1556 views
1 replies
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.
Senthil Kumar02/26/13
1908 views
0 replies
Senthil Kumar reviews the latest beta of Telerik JustDecompile - the de-facto competitor to the well-established Reflector tool.
Toni Petrina02/25/13
2879 views
0 replies
The guys that brought you XAML Spy have open sourced a library for building Modern UI style WPF applications.
Erik Ejlskov Jensen02/23/13
1431 views
0 replies
This week’s short code snippet shows how to list all the user table objects in a SQL Server Compact database file.
Senthil Kumar02/22/13
2000 views
3 replies
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.
Greg Duncan02/21/13
1375 views
0 replies
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.
Senthil Kumar02/20/13
1627 views
0 replies
Are you C# or .NET developer interested to create iOS Apps using C# and MonoTouch? Here’s a great opportunity.
Toni Petrina02/19/13
1721 views
0 replies
While I was wrapping up his asynchronous extension methods library, Toni realized that to be useful, all methods should have proper documentation.
Nick Haslam02/18/13
1480 views
0 replies
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.
Tim Murphy02/17/13
2868 views
0 replies
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.
Gunnar Peipman02/16/13
2135 views
0 replies
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.
Greg Duncan02/15/13
1276 views
0 replies
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.
Greg Duncan02/14/13
1591 views
0 replies
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.
Senthil Kumar02/13/13
1908 views
0 replies
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.
Robert Maclean02/12/13
1710 views
0 replies
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.
Gunnar Peipman02/11/13
2080 views
0 replies
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.
Gunnar Peipman02/10/13
3358 views
0 replies
In this post Gunnar shows how to use the jQuery webcam plugin with a ASP.NET MVC application to save captured images to the remote server.