Alex
Name: Alex
Score: 10,283.57
Last Seen: 712 days, 10 minutes ago
Member Since: 8 February, 2009
DotNetShoutout
atom rss
7
Shouts

Adding Metadata to Entities in The Data Model - Gil Fink on .Net

published 847 days, 16 hours, 46 minutes ago posted by gilfgilf 850 days, 16 hours, 58 minutes ago
Sunday, January 23, 2011 12:43:41 PM GMT Thursday, January 20, 2011 12:31:52 PM GMT
Sometimes I’m being asked how to add metadata to a generated entity in Entity Framework. This metadata can be data annotation or other attributes which can help the developer during runtime. One answer that I give is to edit the T4 template in order to add the attributes. This solution can be combined with the building of an extension to Entity Framework designer which can add more details to the EDM. But it can take some time to develop. Another solution is to create a MetadataType for the entity and us... (more)
category: How To | clicked: 2 | comment | | source: blogs.microsoft.co.il
tags: Metadata, data annotations, Entity Framework
5
Shouts

Required CheckBox validation in ASP.Net MVC 2 onwards

published 847 days, 16 hours, 46 minutes ago posted by http://www.google.com/profiles/dougrathbonehttp://www.google.com/profiles/dougrathbone 850 days, 3 hours, 13 minutes ago
Sunday, January 23, 2011 12:43:41 PM GMT Friday, January 21, 2011 2:16:44 AM GMT
Having forms with checkboxes that require users to check them to be valid is a pretty common phenomenon on the internet today, however when thinking about this in terms of ASP.Net MVC it can not always be obvious what the best approach to take is. Thankfully the ASP.Net MVC team gave us the support to create a really simple solution when they added inheritable validation classes to the framework. (more)
category: Web Dev | clicked: 4 | comment | | source: www.diaryofaninja.com
tags: ASP.NET MVC 3, ASP.NET MVC 2.0, C#
4
Shouts

Does your Silverlight application really have to end in .XAP?

published 847 days, 16 hours, 46 minutes ago posted by mbcrumpmbcrump 849 days, 16 hours, 2 minutes ago
Sunday, January 23, 2011 12:43:41 PM GMT Friday, January 21, 2011 1:27:54 PM GMT
The answer is surprisingly no. It is time to end the myth that when hosting a Silverlight application, it has to end in .XAP. Let’s look at a sample Silverlight project first. When you create a new Silverlight Project and inspect the ClientBin folder, you will see that the filename ends in .XAP. What do you think would happen if we renamed this file to .zip and updated our hosting page to look like the following? OK, now this is interesting. If we run the application, it works just like it does wi... (more)
category: Metro | clicked: 0 | comment | | source: michaelcrump.net
tags: Silverlight
5
Shouts

All about Corrupted State Exceptions in .NET4

published 847 days, 16 hours, 46 minutes ago posted by sonukapoorsonukapoor 849 days, 14 hours, 28 minutes ago
Sunday, January 23, 2011 12:43:41 PM GMT Friday, January 21, 2011 3:01:20 PM GMT
In this article Hima Bindu Vejella gives a detailed explanation of the Corrupted State Exceptions introduced in the .NET Framework 4.0 (more)
category: Agile | clicked: 0 | comment | | source: dotnetslackers.com
tags: corrupted, state, exception
4
Shouts

A first look at ConfORM - Part 2 - Context is King

published 847 days, 16 hours, 46 minutes ago posted by thangchungthangchung 849 days, 12 hours, 2 minutes ago
Sunday, January 23, 2011 12:43:41 PM GMT Friday, January 21, 2011 5:27:05 PM GMT
Today I will continue writing about ConfORM.  I've said in the previous parts of ConfORM and the advantages of it. This part I will only concentrate on how to build a multiple session factory for ConfORM (also known as multiple database). I get my ideas mainly from Sharp Architecture. First of all, why we need multiple Session Factory? If anyone knows about NHibernate knows that build a Session Factory is very expensive. As it will be a lot o... (more)
category: Architecture | clicked: 0 | comment | | source: weblogs.asp.net
5
Shouts

VS 2010 SP1 (Beta) and IIS Express - Scott Guthrie's Blog

published 857 days, 11 hours, 31 minutes ago posted by iftekharahmedamitiftekharahmedamit 859 days, 9 hours, 54 minutes ago
Thursday, January 13, 2011 5:58:01 PM GMT Tuesday, January 11, 2011 7:35:45 PM GMT
Last month we released the VS 2010 Service Pack 1 (SP1) Beta.  You can learn more about the VS 2010 SP1 Beta from Jason Zander’s two blog posts about it, and from Scott Hanselman’s blog post that covers some of the new capabilities enabled with it.  You can download and install the VS 2010 SP1 Beta here.IIS Express Earlier this summer I blogged about IIS Express.  IIS Express is a free version of IIS 7.5 that is optimized for developer scenarios.  We think it combines the ease of use of the ASP.NET Web... (more)
category: How To | clicked: 0 | comment | | source: weblogs.asp.net
tags: VS 2010 service pack 1, Beta, VS 2010, IIS Express, IIS, SP1
5
Shouts

New Windows Azure and PHP Tutorials and Tools Now Available - Windows Azure Team Blog

published 857 days, 11 hours, 31 minutes ago posted by iftekharahmedamitiftekharahmedamit 859 days, 9 hours, 49 minutes ago
Thursday, January 13, 2011 5:58:01 PM GMT Tuesday, January 11, 2011 7:40:37 PM GMT
Looking for the latest information about PHP and Windows Azure? Then look no further, below are links to the latest tutorials and tools to help you get started. You can also read more about these on the Interoperability @ Microsoft blog here... (more)
category: Architecture | clicked: 1 | comment | | source: blogs.msdn.com
tags: Windows Azure, Tutorials, Tools, PHP, Azure
4
Shouts

SQL Indexing and Performance Part 1: SQL Storage and Indexing | Άρθρα | ITBully

published 900 days, 11 hours, 52 minutes ago posted by geochatzgeochatz 902 days, 17 hours, 29 minutes ago
Wednesday, December 01, 2010 5:37:54 PM GMT Monday, November 29, 2010 12:00:40 PM GMT
Before we begin our journey in SQL Indexing it is important to understand how SQL Server stores data. Database FileGroups and Files A MS SQL database is always using an .mdf file as the primary data file, a number of .ldf files as transaction logs, and optionally a number of .ndf files as secondary data files. Data files (.mdf and .ndf) may be organized to FileGroups for management and allocation purposes. By default the first group that is automatically created is called “Primary File Group” and each .... (more)
category: Data | clicked: 0 | comment | | source: www.itbully.com
tags: SQL Server, indexing, Performance, Database
5
Shouts

WCF and Unity 2.0 - Gadi Berqowitz's Blog

published 900 days, 11 hours, 52 minutes ago posted by gmanILgmanIL 901 days, 17 hours, 57 minutes ago
Wednesday, December 01, 2010 5:37:54 PM GMT Tuesday, November 30, 2010 11:32:12 AM GMT
WCF and Unity 2.0 In my previous posts on Unity 2.0 and infrastructure and Unity 2.0 and application architecture I've shown how can Unity 2.0 can be used In order to create loose coupled layers in your application and I've explained how dependency injection can be used for this matter. If you are developing a distributed application using WCF services (very common scenario this days…) you might consider using Unity 2.0 With WCF services and therefore use dependency injection pattern throughout your a... (more)
category: Architecture | clicked: 13 | comment | | source: blogs.microsoft.co.il
tags: Unity, C#, WCF
6
Shouts

Select how to sort a list dynamically

published 929 days, 9 hours, 51 minutes ago posted by brandewinderbrandewinder 931 days, 3 hours, 46 minutes ago
Tuesday, November 02, 2010 7:38:27 PM GMT Monday, November 01, 2010 1:43:22 AM GMT
Sorting lists of items using LINQ is straightforward, by applying OrderBy, using whatever item property you want. However, I recently had to solve a slightly more complex problem: providing the user with the ability to select between multiple sorting criteria. How could we implement this without code duplication? (more)
category: How To | clicked: 0 | comment | | source: www.clear-lines.com
tags: code duplication, Linq, OrderBy
7
Shouts

Thoughts on Silverlight: From a Silverlight controls vendor

published 929 days, 9 hours, 51 minutes ago posted by traskjdtraskjd 931 days, 5 hours, 29 minutes ago
Tuesday, November 02, 2010 7:38:27 PM GMT Monday, November 01, 2010 12:00:09 AM GMT
As many of you will be aware, Microsoft's PDC event this year occurred last week and with it came a comment from Bob Muglia that "our strategy has shifted" in relation to Silverlight. This post shares some views from Mindscape - a company that develops a suite of Silverlight controls as well as other products for .NET developers. (more)
category: Metro | clicked: 0 | comment | | source: www.mindscape.co.nz
tags: Silverlight, Mindscape
6
Shouts

(Windows)Tools for web developers .Net C

published 929 days, 9 hours, 51 minutes ago posted by jphellemonsjphellemons 930 days, 21 hours, 47 minutes ago
Tuesday, November 02, 2010 7:38:27 PM GMT Monday, November 01, 2010 7:42:00 AM GMT
This blog post is just a list of tools I use for C# .Net(web) development. It gives you as reader a view of my personal tool set. Let me know in the comments if you know all 23 applications. (more)
category: Web Dev | clicked: 0 | comment | | source: www.jphellemons.nl
tags: Development, ASP.NET
6
Shouts

Asynchronous Programming using C# Async and C# Await

published 929 days, 9 hours, 51 minutes ago posted by JudoJudo 930 days, 22 hours, 9 minutes ago
Tuesday, November 02, 2010 7:38:27 PM GMT Monday, November 01, 2010 7:20:20 AM GMT
Asynchronous programming used to be handled using threading in C#. If you had a process you wished to run asynchronously then you just opened up a thread, ran the process on it and then closed it down once the process was complete. Threading however introduces its own set of problems, managing the threads can be tricky and managing the resources applied to them is also a headache. The Visual Studio Async CTP adds  two new keywords to C# –  await and async which vastly simplify converting asynchronous pr... (more)
category: Architecture | clicked: 0 | comment | | source: www.csharphelp.com
tags: C# Await, C# Async, Asynchronous programming
4
Shouts

OWASP Top 10 for .NET developers part 5: Cross-Site Request Forgery (CSRF)

published 929 days, 9 hours, 51 minutes ago posted by http://troyhunt.myopenid.com/http://troyhunt.myopenid.com/ 930 days, 20 hours, 25 minutes ago
Tuesday, November 02, 2010 7:38:27 PM GMT Monday, November 01, 2010 9:04:02 AM GMT
If you’re anything like me, your browser tab bar is probably flush with a bunch of different sites all presently authenticated to and sitting idly by waiting for your next HTTP instruction to update your status, accept your credit card or email your friends. And then there’s all those sites which, by virtue of the ubiquitous “remember me” checkbox, don’t appear open in any browser sessions yet remain willing and able to receive instruction on your behalf. This post looks at securing your .NET code agains... (more)
category: Web Dev | clicked: 0 | comment | | source: www.troyhunt.com
tags: Security, Csrf, OWASP
7
Shouts

Dean Hume - HTTP HEAD Request - Benefits / Usages

published 929 days, 9 hours, 51 minutes ago posted by deanomachinodeanomachino 930 days, 19 hours, 36 minutes ago
Tuesday, November 02, 2010 7:38:27 PM GMT Monday, November 01, 2010 9:53:14 AM GMT
HTTP HEAD Request - Benefits / Usages Until recently, I had heard of the HTTP HEAD method but never actually used it, or quite understood it's usages. I'm sure most of us have used some of the common HTTP Verbs before such as GET or POST. Let me explain a little bit about the HTTP HEAD request method. According to Wikipedia it does the following: "Asks for the response identical to the one that would correspond to a GET request, but without the response body. This is useful for retrieving meta-inf... (more)
category: Web Dev | clicked: 3 | comment | | source: deanhume.com
tags: C#, HTTP HEAD, HTTP, HTTP request
7
Shouts

The “Open/Closed” Principle using C#

published 929 days, 9 hours, 51 minutes ago posted by sonukapoorsonukapoor 930 days, 15 hours, 14 minutes ago
Tuesday, November 02, 2010 7:38:27 PM GMT Monday, November 01, 2010 2:15:29 PM GMT
This article summarizes the Open/Closed principle with examples and concepts in C#. (more)
category: Agile | clicked: 2 | comment | | source: dotnetslackers.com
tags: Open Close Principle, SOLID
5
Shouts

Windows Azure Code Samples Collection - J.D. Meier's Blog

published 929 days, 9 hours, 51 minutes ago posted by iftekharahmedamitiftekharahmedamit 930 days, 11 hours, 9 minutes ago
Tuesday, November 02, 2010 7:38:27 PM GMT Monday, November 01, 2010 6:20:29 PM GMT
The Microsoft Windows Azure Code Samples Collection is a roundup and map of Windows Azure code samples from various sources including the MSDN library, Code Gallery, CodePlex, and Microsoft Support. You can add to the Windows Azure code examples collection by sharing in the comments or emailing me atFeedbackAndThoughts at live.com... (more)
category: Architecture | clicked: 0 | comment | | source: blogs.msdn.com
tags: Cloud, Azure
7
Shouts

ASP.NET Code Samples Collection - J.D. Meier's Blog

published 929 days, 9 hours, 51 minutes ago posted by iftekharahmedamitiftekharahmedamit 930 days, 11 hours, 7 minutes ago
Tuesday, November 02, 2010 7:38:27 PM GMT Monday, November 01, 2010 6:22:15 PM GMT
The ASP.NET Code Samples Collection is a roundup and map of ASP.NET code samples from various sources including the MSDN library, www.ASP.net, Code Gallery, CodePlex, and Microsoft Support. You can add to the ASP.NET code examples collection by sharing in the comments or emailing me atFeedbackAndThoughts at live.com... (more)
category: Web Dev | clicked: 0 | comment | | source: blogs.msdn.com
tags: ASP.NET
7
Shouts

WCF Code Samples Collection - J.D. Meier's Blog

published 929 days, 9 hours, 51 minutes ago posted by iftekharahmedamitiftekharahmedamit 930 days, 11 hours, 11 minutes ago
Tuesday, November 02, 2010 7:38:27 PM GMT Monday, November 01, 2010 6:18:14 PM GMT
The Microsoft WCF Code Samples Collection is a roundup and map of WCF code samples from various sources including the MSDN library, Code Gallery, CodePlex, and Microsoft Support. You can add to the WCF code examples collection by sharing in the comments or emailing me atFeedbackAndThoughts at live.com... (more)
category: Web Dev | clicked: 4 | comment | | source: blogs.msdn.com
tags: WCF
6
Shouts

Silverlight Code Samples Collection - J.D. Meier's Blog

published 929 days, 9 hours, 51 minutes ago posted by iftekharahmedamitiftekharahmedamit 930 days, 11 hours, 28 minutes ago
Tuesday, November 02, 2010 7:38:27 PM GMT Monday, November 01, 2010 6:01:00 PM GMT
The Microsoft Silverlight Code Samples Collection is a roundup and map of Silverlight code samples from various sources including the MSDN library, www.Silverlight.net, Code Gallery, CodePlex, and Microsoft Support. You can add to the Silverlight code examples collection by sharing in the comments or emailing me atFeedbackAndThoughts at live.com.... (more)
category: Metro | clicked: 1 | comment | | source: blogs.msdn.com
tags: SL, Silverlight
Previous 1 2 ... 5 6 7 8 9 10 11 12 13 14 ... 45 46 Next