DotNetShoutout - Stories tagged with .NET Framework
6
Shouts

SVN, Hudson and MSBuild - Continuous Integration

published 656 days, 14 hours, 30 minutes ago posted by lenielleniel 658 days, 20 hours, 17 minutes ago
Wednesday, August 03, 2011 7:53:16 PM GMT Monday, August 01, 2011 2:06:37 PM GMT
This is the second installment in the series I’m writing about SVN, Hudson and MSBuild. This time I’ll show you how to set up a job in Hudson to build and package an ASP.NET MVC 3 Hello World sample app. This job will point to the SVN repository set up in the 1st part of this series. (more)
category: Agile | clicked: 35 | 1 comment | | source: www.leniel.net
tags: Repository, .NET Framework, revision control, SVN, MSBuild, Hudson, Tools, Software Engineering, Continuous Integration
6
Shouts

SVN, Hudson and MSBuild - Revision control repository

published 656 days, 14 hours, 30 minutes ago posted by lenielleniel 658 days, 20 hours, 18 minutes ago
Wednesday, August 03, 2011 7:53:16 PM GMT Monday, August 01, 2011 2:04:39 PM GMT
This series of posts I’m starting today serves as a guide on how to setup a continuous integration/CI server. All the the tools I’m going to use are FREE. The series will focus on continuous integration of .NET family of projects and I’ll write things in the order I installed them. This 1st part will deal with the Revision Control repository configuration. (more)
category: Agile | clicked: 27 | comment | | source: www.leniel.net
tags: Repository, .NET Framework, revision control, TortoiseSVN, VisualSVN Server, SVN, MSBuild, Hudson, Tools, Software Engineering, Continuous Integration
3
Shouts

Object Initializers in .NET framework (Part II- Collection Initializers)

posted by dotnetfundadotnetfunda 665 days, 3 hours, 5 minutes ago
Tuesday, July 26, 2011 7:18:16 AM GMT
Collection initializers are series of object initializers thus providing a shorthand method for initializing collections. Its very useful feature provided by C# 3.0 and needs to be utilized in conjunction with object initializers. (more)
category: Web Dev | clicked: 2 | comment | | source: www.dotnetfunda.com
tags: .NET Framework
2
Shouts

Weak references in .NET (Part II)

published 675 days, 23 hours, 18 minutes ago posted by dotnetfundadotnetfunda 678 days, 19 hours, 13 minutes ago
Friday, July 15, 2011 11:05:20 AM GMT Tuesday, July 12, 2011 3:10:37 PM GMT
This is continutaion of earlier article on the same subject, delving into long weak references. (more)
category: Web Dev | clicked: 11 | 1 comment | | source: www.dotnetfunda.com
tags: .NET Framework
7
Shouts

How To Use a .NET 4 Based DLL From .NET 2 Based Application? - Arik Poznanski's Blog

published 720 days, 22 hours, 38 minutes ago posted by arikarik 721 days, 17 hours, 12 minutes ago
Tuesday, May 31, 2011 11:45:38 AM GMT Monday, May 30, 2011 5:11:29 PM GMT
How To Use a .NET 4 Based DLL From .NET 2 Based Application?Introduction The official answer is you can’t. Even with the In-Process Side by Side execution (SxS) feature, introduced in .NET 4. The SxS feature was intended to be used when COM is involved. For example, if you got an application that loads plugins, like outlook, and it loads 2 COM plugins, one is using .NET 4 and the other is using .NET 2.0 then it will load two versions of the CLR into the process using the new SxS feature. What if I sim... (more)
category: How To | clicked: 34 | 3 comments | | source: blogs.microsoft.co.il
tags: CLR 4.0, .NET Framework, Interop, CLR, Com Interop
3
Shouts

Entity Framework - CodeFirst Model

posted by dotnetfundadotnetfunda 740 days, 19 hours, 5 minutes ago
Wednesday, May 11, 2011 3:18:33 PM GMT
Entity Framework supported the development of applications using Schema first and Model First approach. Now, the new Entity Framework introduced the Code First approach. (more)
category: Web Dev | clicked: 0 | comment | | source: www.dotnetfunda.com
tags: .NET Framework
2
Shouts

Cryptography Application block in Enterprise Library 5.0 (part 11)

posted by dotnetfundadotnetfunda 742 days, 4 hours, 11 minutes ago
Tuesday, May 10, 2011 6:11:42 AM GMT
In the last article( Encryption and Decryption using Cryptography Application block in Enterprise Library 5.0(part 1))we saw encryption and decryption using symmetric cryptography providers. Now we will see the use of hash providers. (more)
category: Web Dev | clicked: 7 | comment | | source: www.dotnetfunda.com
tags: .NET Framework
2
Shouts

Private and Share Assembly

published 861 days, 16 hours, 37 minutes ago posted by dotnetfundadotnetfunda 861 days, 21 hours, 9 minutes ago
Monday, January 10, 2011 5:46:21 PM GMT Monday, January 10, 2011 1:14:12 PM GMT
In this article, i have tried to explain the difference between Private and Shared Assembly. I have also tried to give the steps to create such assemblies. (more)
category: Web Dev | clicked: 1 | comment | | source: www.dotnetfunda.com
tags: .NET Framework
8
Shouts

Making Asynchronous Programming Easy - Somasegar's WebLog

published 934 days, 21 hours, 4 minutes ago posted by iftekharahmedamitiftekharahmedamit 935 days, 15 hours, 26 minutes ago
Friday, October 29, 2010 1:18:51 PM GMT Thursday, October 28, 2010 6:56:55 PM GMT
Writing applications that effectively handle long latencies can be a daunting challenge. As software applications grow more complex, more developers are building software that accesses remote resources, performs longer computations, and processes large data sets. Tasks we used to think of as being quick now may take orders of magnitude longer to complete or may never complete. Without special care taken to manage conditions that may arise from these latencies, applications can become unresponsive or u... (more)
category: How To | clicked: 0 | comment | | source: blogs.msdn.com
tags: VB, .NET Framework, Async, C#, Visual Studio
10
Shouts

Announcing Windows Phone 7 Developer Tools - Soma Segar

published 974 days, 20 hours, 9 minutes ago posted by jantujantu 976 days, 18 hours, 50 minutes ago
Sunday, September 19, 2010 2:14:31 PM GMT Friday, September 17, 2010 3:33:04 PM GMT
Today, we are announcing the availability of Windows Phone 7 Developer Tools.Windows Phone 7 Developer Tools enable you to design and test your Windows Phone 7 applications in Visual Studio. These free tools provide everything you need to build rich applications with Silverlight and XNA and deploy them to the Windows Phone Marketplace. The Windows Phone Developer Tools include the following: * Visual Studio 2010 Express for Windows Phone * Windows Phone Emulator * Microsoft Express Blend for Windows Ph... (more)
category: How To | clicked: 0 | comment | | source: blogs.msdn.com
tags: Silverlight, .NET Framework, MSDN, Visual Studio, Developer Division, Expression
7
Shouts

Most popular .NET web frameworks

published 982 days, 16 hours, 53 minutes ago posted by http://agafonovslava.blogspot.com/http://agafonovslava.blogspot.com/ 985 days, 46 minutes ago
Saturday, September 11, 2010 5:30:17 PM GMT Thursday, September 09, 2010 9:37:21 AM GMT
What is most popular .NET WEB Frameworks? Web frameworks for .NET - some confusion around the difference between WebForms, ASP.NET MVC, FubuMVC, ASP.NET.  Basic explanations of these frameworks, what the intended audience is for each, and what the strengths and weaknesses are of this Frameworks. This is not an exhaustive list. It does not include all the frameworks that are out there. There are many good ones for. NET each with their own particular take on the matter in behalf what you need. (more)
category: Web Dev | clicked: 1 | comment | | source: blog.agafonov.net.ua
tags: web2.0, .NET Framework, Casttle Project, .net web, Web, FubuMVC, Monorail, Web Frameworks, ASP.NET Framework, ASP.MVC, WinForms, ASP.NET
5
Shouts

Windows Server AppFabric: Better, Faster, Cheaper - Somasegar

published 1037 days, 21 hours, 48 minutes ago posted by jantujantu 1039 days, 1 hour, 51 minutes ago
Sunday, July 18, 2010 12:34:51 PM GMT Saturday, July 17, 2010 8:32:03 AM GMT
Earlier this week in our Worldwide Partner Conference, we outlined our vision for the cloud and underscored Microsoft's commitment to providing a platform that enables our customers to embrace cloud computing fully. As part of this commitment, the opportunity for developers to build applications targeting the cloud has never been greater. Microsoft continues to provide common tools and frameworks, so developers can easily build applications in a consistent way, whether those applications will run in the ... (more)
category: Metro | clicked: 0 | comment | | source: blogs.msdn.com
tags: .NET Framework, MSDN, Visual Studio, Developer Division
8
Shouts

VS 2010 Productivity Improvements, Part IV - Soma Segar

published 1052 days, 20 hours, 38 minutes ago posted by jantujantu 1053 days, 15 hours, 58 minutes ago
Saturday, July 03, 2010 1:45:14 PM GMT Friday, July 02, 2010 6:25:06 PM GMT
My previous posts on the productivity improvements in Visual Studio 2010 highlighted features of Visual Studio that you can use right out of the box. Today, I'm going to focus on extensions to Visual Studio that enhance the coding experience for Visual Studio 2010 Professional, Premium, and Ultimate users.As I wrote about several months ago, one of the areas of vast improvement in VS 2010 is in extensibility... (more)
category: UX | clicked: 0 | comment | | source: blogs.msdn.com
tags: .NET Framework, Visual Studio, Developer Division
9
Shouts

Preview of MSDN Library Changes - ScottGu's Blog

published 1068 days, 20 hours, 47 minutes ago posted by rajuraju 1070 days, 14 hours, 36 minutes ago
Thursday, June 17, 2010 1:36:18 PM GMT Tuesday, June 15, 2010 7:47:24 PM GMT
The MSDN team has been working some potential changes to the online MSDN Library designed to help streamline the navigation experience and make it easier to find the .NET Framework information you need. To solicit feedback on the proposed changes while they are still in development, they’ve posted a preview version of some proposed changes to a new MSDN Library Preview site which you can check out.  They’ve also created a survey that leads you through the ideas and asks for your opinions on some of the ... (more)
category: How To | clicked: 0 | comment | | source: weblogs.asp.net
tags: .NET, .NET Framework, MSDN Library, MSDN
8
Shouts

Parallel Programming in .NET Framework 4: Getting Started - C# Frequently Asked Questions - Alexandra Rusina

published 1080 days, 22 hours, 40 minutes ago posted by iftekharahmedamitiftekharahmedamit 1083 days, 10 hours, 59 minutes ago
Saturday, June 05, 2010 11:43:25 AM GMT Wednesday, June 02, 2010 11:24:36 PM GMT
With this post I want to start a series devoted to the new parallel programming features in .NET Framework 4 and introduce you the Task Parallel Library (TPL). I have to admit that I’m not an expert in multithreading or parallel computing. However, people often ask me about easy introductions and beginner’s samples for new features. And I have an enormous advantage over most newbies in this area – I can ask people who developed this library about what I’m doing wrong and what to do next... (more)
category: Architecture | clicked: 4 | 1 comment | | source: blogs.msdn.com
tags: Parallel Processing, TPL, .NET Framework, Task Parallel Library, C#, Parallel Programming, WPF, C# 4.0, .NET Framework 4.0
5
Shouts

VS 2010 productivity improvements - Part I - Somasegar's WebLog - Site Home - MSDN Blogs

published 1091 days, 4 minutes ago posted by mithumithu 1091 days, 5 hours, 45 minutes ago
Wednesday, May 26, 2010 10:18:44 AM GMT Wednesday, May 26, 2010 4:37:54 AM GMT
Every developer deserves a fantastic development environment that allows them to write, understand, navigate, and debug code as efficiently as possible. After all, developers spend most of their time in the IDE. As we designed and built Visual Studio 2010, we let this principle guide the product, and I think we've delivered an IDE that raises the development experience bar significantly. Starting today and over the coming weeks, I will highlight my favorite productivity features in Visual Studio 2010.... (more)
category: How To | clicked: 0 | comment | | source: blogs.msdn.com
tags: .NET Framework, Visual Studio 2010, IDE, MSDN, Developer Division
10
Shouts

Somasegar's WebLog : Visual Studio goes international

published 1117 days, 23 hours, 15 minutes ago posted by mithumithu 1119 days, 6 hours, 20 minutes ago
Thursday, April 29, 2010 11:08:29 AM GMT Wednesday, April 28, 2010 4:02:48 AM GMT
Visual Studio goes international While code, the language of software, is universal, developers and end users speak in different tongues across the globe.  For software to meet the needs of all customers, it must interact in their languages, currencies, times and dates, and accommodate layouts that feel natural to the user.    In Developer Division, we put a great deal of thought and effort into building products for developers around the world.  For some languages, we do a complete translation of o... (more)
category: How To | clicked: 0 | comment | | source: blogs.msdn.com
tags: .NET Framework, Visual Studio, Developer Division
10
Shouts

Somasegar's WebLog : Announcing availability of Visual Studio 2010 and .NET Framework 4

published 1132 days, 21 hours, 37 minutes ago posted by mithumithu 1135 days, 3 hours, 17 minutes ago
Wednesday, April 14, 2010 12:46:30 PM GMT Monday, April 12, 2010 7:06:21 AM GMT
I am very excited to announce the availability of Visual Studio 2010 and .NET Framework 4 on April 12th.    This represents the biggest tools release from Microsoft in many years.   To celebrate this with our customers and partners, we are holding 5 major launch events on April 12th in Beijing, China; Kuala Lumpur, Malaysia; Bangalore, India; London, UK; Las Vegas, USA; and in over 150 local events around the world.   ... (more)
category: How To | clicked: 0 | comment | | source: blogs.msdn.com
tags: Silverlight, .NET Framework, Visual Studio 2010, Visual Studio
9
Shouts

"Dogfooding" VS 2010 and .NET 4 - S. Somasegar

published 1136 days, 5 minutes ago posted by jantujantu 1137 days, 22 hours, 50 minutes ago
Sunday, April 11, 2010 10:17:45 AM GMT Friday, April 09, 2010 11:32:51 AM GMT
As we get ready for the launch of Visual Studio 2010 and .NET Framework 4, I find myself looking back at the project to think about some of the critical factors that lead to our success. One of the things that stands out clearly for me is our practice of dogfooding the various pieces of Visual Studio throughout the product cycle.  Here at Microsoft, we use the term “dogfooding” to refer to the internal use of a pre-release product in our daily work - after all, unt... (more)
category: How To | clicked: 0 | comment | | source: blogs.msdn.com
tags: .NET Framework, Visual Studio, Developer Division
5
Shouts

Windows Workflow Foundation in .NET4 - Somasegar

published 1153 days, 21 hours, 13 minutes ago posted by jantujantu 1154 days, 21 hours, 41 minutes ago
Wednesday, March 24, 2010 1:09:53 PM GMT Tuesday, March 23, 2010 12:42:20 PM GMT
Windows Workflow Foundation (WF4) in .NET 4 is designed to make it easier for new developers to learn, addresses a wider range of customer scenarios, and is more efficient.WF is a programming model for composing application logic and coordinating execution,allowing developers to abstract complicated code while leveraging a set of runtime services. Activities are the building blocks that are composed together to build workflows.The runtime provides the abilit... (more)
category: Metro | clicked: 0 | comment | | source: blogs.msdn.com
tags: .NET Framework, MSDN, Visual Studio, Developer Division
Previous 1 2 Next