DotNetShoutout - Stories tagged with .NET
2
Shouts

Comparing implementation of MVC between J2EE Struts 2 & ASP.NET MVC 2, who is the best? Part 2

published 729 days, 8 hours, 15 minutes ago posted by questpondquestpond 736 days, 2 hours, 37 minutes ago
Saturday, May 21, 2011 7:50:32 AM GMT Saturday, May 14, 2011 1:27:44 PM GMT
In today’s world no one implements MVC without help of frameworks. So it’s either ASP.NET or j2ee, framework support is a must. Struts 2 has been the most accepted framework in J2ee while in ASP.NET the ASP.NET MVC template is the king. In this article we will compare these frameworks in terms of how they differ in implementation and their positive and negative points. (more)
category: Web Dev | clicked: 2 | 1 comment | | source: computerauthor.blogspot.com
tags: .NET, MVC
6
Shouts

C#/.NET Little Wonders: 5 Easy Ways to Combine Sequences

published 734 days, 4 hours, 16 minutes ago posted by BlackRabbitCoderBlackRabbitCoder 737 days, 16 hours, 55 minutes ago
Monday, May 16, 2011 11:49:14 AM GMT Thursday, May 12, 2011 11:09:45 PM GMT
Today I’m going to look at 5 different ways of combining two sequences together using LINQ extension methods. For the purposes of this discussion, I will split these 5 methods into homogeneous and heterogeneous methods which will combine like or unlike types respectively. (more)
category: Web Dev | clicked: 0 | comment | | source: blackrabbitcoder.net
tags: .NET, Concat, join, Little Wonders, C#, Union, Zip, GroupJoin, Linq
5
Shouts

Getting From .NET to HTML5 without Getting Lost

published 735 days, 11 hours, 36 minutes ago posted by webguiwebgui 738 days, 2 hours, 44 minutes ago
Sunday, May 15, 2011 4:29:37 AM GMT Thursday, May 12, 2011 1:20:57 PM GMT
You can’t go anywhere online these days without reading something about the new web standard: HTML5. HTML5, the latest version of the hyper-text mark-up language, enables a better web experience, with richer graphics, animation and web multimedia. Many pundits see it as the next generation web – web 3.0 if you like – and an open standard replacement for propriety plug-ins, Microsoft Silverlight and Adobe Flash. With so much hype surrounding HTML5, and the benefits it brings, there’s one major question th... (more)
category: Web Dev | clicked: 2 | 1 comment | | source: webgui20.wordpress.com
tags: .NET, RIA, Silverlight, Application Development, C#, VB.NET, ASP .NET, Visual Studio, jQuery, Ajax, html5
8
Shouts

Implementing custom switch case in C#

published 735 days, 11 hours, 36 minutes ago posted by dharadhara 738 days, 7 hours, 3 minutes ago
Sunday, May 15, 2011 4:29:37 AM GMT Thursday, May 12, 2011 9:02:29 AM GMT
Introduction We all know what a switch case is henceforth there is no need for further explanation of that. But the current one present in C# does lack certain features (at least according to me) and I am going to list them down Case 1: Multiple case statement problem Consider the below int i = 1; switch... (more)
category: Web Dev | clicked: 1 | comment | | source: beyondrelational.com
tags: .NET, C#
3
Shouts

How to call the method from the base of the base of the current class ? (base.base.MyMethod)

posted by jmix90jmix90 738 days, 18 hours, 5 minutes ago
Wednesday, May 11, 2011 10:00:19 PM GMT
In this post we will discover how to call a second-level base method on a class. Actually, this would be like using base.base.MyMethod() was working in C# ! It can be interesting when we need to skip one implementation in the inheritance path... (more)
category: How To | clicked: 1 | comment | | source: blog.lexique-du-net.com
tags: .NET, Delegate, Inheritance, C#, base
6
Shouts

Sliverlight5 – ClickCount (Multiple Click) on left and right mouse button

posted by dharadhara 739 days, 9 hours, 58 minutes ago
Wednesday, May 11, 2011 6:07:27 AM GMT
Visual Studio has its own integrated ASP.NET Runtime engine, which helps to run any ASP.NET web application with in Visual Studio. While running application from Visual Studio, you must have seen a popup notification in System Tray (As shown in below image) , which is notification of ASP.NET Development... (more)
category: Web Dev | clicked: 0 | comment | | source: beyondrelational.com
tags: .NET, Silverlight, ASP.NET
7
Shouts

Visual Studio 2010 and UML(Unified Modeling Language) Part-I

published 735 days, 11 hours, 36 minutes ago posted by dharadhara 740 days, 9 hours, 14 minutes ago
Sunday, May 15, 2011 4:29:37 AM GMT Tuesday, May 10, 2011 6:51:00 AM GMT
Microsoft Visual Studio 2010 comes with great UML Features I will explain them in details in future post. But In this post I am going to explain the UML concepts because its necessary to understand UML concepts before moving to Visual Studio 2010 part. I know this post may sound very basic to some of... (more)
category: Web Dev | clicked: 0 | comment | | source: beyondrelational.com
tags: .NET, Visual Studio, ASP.NET
6
Shouts

Entity Framework and T4: Generate Query Objects on the fly, part 1 | Rui Jarimba

published 738 days, 7 hours ago posted by http://ruijarimba.wordpress.com/http://ruijarimba.wordpress.com/ 741 days, 16 hours, 41 minutes ago
Thursday, May 12, 2011 9:05:18 AM GMT Sunday, May 08, 2011 11:23:45 PM GMT
Generate Query Objects on the fly for your Entity Framework entities using T4 templates. Don’t worry about LINQ, let the objects do all the work for you. (more)
category: Architecture | clicked: 7 | comment | | source: ruijarimba.wordpress.com
tags: .NET, T4, Entity Framework, C#, Query Object, Linq, Design Patterns
3
Shouts

Entity Framework and T4: Generate Query Objects on the fly, part 1 | Rui Jarimba

posted by http://ruijarimba.wordpress.com/http://ruijarimba.wordpress.com/ 741 days, 16 hours, 57 minutes ago
Sunday, May 08, 2011 11:08:13 PM GMT
Post navigation← PreviousEntity Framework and T4: Generate Query Objects on the fly, part 1Posted on May 9, 2011 by Rui Jarimba Generate Query Objects on the fly for your Entity Framework entities using T4 templates. Don’t worry about LINQ, let the objects do all the work for you. Table of contentsWhat is a Query Object?The Model – MVC Music StoreUsing T4 to generate Query ObjectsString propertiesDatetimes and numeric valuesAssociationsIQueryable (more)
category: Architecture | clicked: 1 | comment | | source: ruijarimba.wordpress.com
tags: .NET, Serialization, T4, Entity Framework, C#, Query Object, Linq, Design Patterns
6
Shouts

What’s New in Silverlight 5? – XAML Changes

published 738 days, 7 hours ago posted by elsheimyelsheimy 741 days, 21 hours, 32 minutes ago
Thursday, May 12, 2011 9:05:18 AM GMT Sunday, May 08, 2011 6:33:29 PM GMT
In this article, we’ll have a brief discussion of the new XAML features of Silverlight 5. (more)
category: Metro | clicked: 0 | comment | | source: justlikeamagic.com
tags: .NET, Silverlight, C#, Microsoft, XAML, Silverlight 5
3
Shouts

Sorting Collections in C# « Sankarsan’s Journal

published 740 days, 20 hours, 32 minutes ago posted by http://sankarsan.myopenid.com/http://sankarsan.myopenid.com/ 742 days, 18 hours, 18 minutes ago
Monday, May 09, 2011 7:32:46 PM GMT Saturday, May 07, 2011 9:47:09 PM GMT
In this post we will discuss about different techniques of sorting collections of objects in C# using the functions provided by the base class libraries.This is something very common and there different types of provisions in .NET BCL to achieve the same.We will try to discuss the advantages and limitations of each of these approaches. (more)
category: How To | clicked: 2 | comment | | source: sankarsan.wordpress.com
tags: .NET, IComparable, C#, Comparison, IComparer
6
Shouts

EF Code First and Data Scaffolding with the ASP.NET MVC 3 Tools Update - ScottGu's Blog

published 734 days, 4 hours, 16 minutes ago posted by iftekharahmedamitiftekharahmedamit 743 days, 15 hours, 18 minutes ago
Monday, May 16, 2011 11:49:14 AM GMT Saturday, May 07, 2011 12:47:11 AM GMT
Earlier this week I blogged about the new ASP.NET MVC 3 Tools Update that we shipped last month.  In today’s blog post I’m going to go into more detail about two of the cool new features it brings: Built-in support for EF 4.1 (which includes the new EF “code-first” support) Built-in data scaffolding support within Visual Studio (which enables you to rapidly create data-driven sites) These two features provide a really sweet, and extremely powerful, way to work with data and build data-driven web appl... (more)
category: Web Dev | clicked: 4 | comment | | source: weblogs.asp.net
tags: ASP.NET MVC 3, ASP.NET MVC, .NET, Visual Studio, MVC 3, MVC, ASP.NET
5
Shouts

C#/.NET Little Wonders: The LINQ Set Operations -- they're not just for math!

published 742 days, 16 hours, 21 minutes ago posted by BlackRabbitCoderBlackRabbitCoder 744 days, 15 hours, 47 minutes ago
Saturday, May 07, 2011 11:43:58 PM GMT Friday, May 06, 2011 12:18:10 AM GMT
Today we are going to examine the LINQ set operations that are part of the IEnumerable (more)
category: Web Dev | clicked: 2 | comment | | source: blackrabbitcoder.net
tags: .NET, sets, Little Wonders, C#, Linq
6
Shouts

Silverlight 5 Beta - Lets deal with its features

posted by dharadhara 745 days, 6 hours, 57 minutes ago
Thursday, May 05, 2011 9:07:49 AM GMT
In MIX 2011, we can see our very own silverlight new version called Silverlight 5 beta is released. Yes, if you are looking for it, its time to download the beta and try them out. The major goal of Silverlight 5 is to move the silverlight development more towards the WPF and hence releasing some of the... (more)
category: Web Dev | clicked: 0 | comment | | source: beyondrelational.com
tags: .NET, Silverlight, ASP.NET
7
Shouts

When we can use HttpContext.Current.Items to stores data in ASP.NET?

published 745 days, 45 minutes ago posted by dharadhara 745 days, 6 hours, 59 minutes ago
Thursday, May 05, 2011 3:20:37 PM GMT Thursday, May 05, 2011 9:06:24 AM GMT
To answer this question In a single statement, you can use HttpContext.Current.Items for very short term storage. By Short term storage means, this data is valid for a single HTTP Request . There are many confusion around regarding storing data in HttpContext.Current.Items and storing data in Session... (more)
category: Web Dev | clicked: 0 | 1 comment | | source: beyondrelational.com
tags: .NET, ASP.NET
7
Shouts

ExpandoObject class in C# 4.0

published 745 days, 45 minutes ago posted by dharadhara 746 days, 7 hours, 2 minutes ago
Thursday, May 05, 2011 3:20:37 PM GMT Wednesday, May 04, 2011 9:03:28 AM GMT
As you know till now in c# everything was static and known at design time. But with the C# 4.0 language Microsoft have enabled new dynamic data type which is belongs to Dynamic Language Runtime on top of CLR(Common language Runtime). As you know that dynamic object will know their behaviour at... (more)
category: Web Dev | clicked: 0 | 1 comment | | source: beyondrelational.com
tags: .NET, C#, ASP.NET
8
Shouts

Run ASP.NET Web Application from Command Prompt

published 745 days, 45 minutes ago posted by dharadhara 746 days, 7 hours, 2 minutes ago
Thursday, May 05, 2011 3:20:37 PM GMT Wednesday, May 04, 2011 9:02:55 AM GMT
Visual Studio has its own integrated ASP.NET Runtime engine, which helps to run any ASP.NET web application with in Visual Studio. While running application from Visual Studio, you must have seen a popup notification in System Tray (As shown in below image) , which is notification of ASP.NET Development... (more)
category: Web Dev | clicked: 0 | 1 comment | | source: beyondrelational.com
tags: .NET, ASP.NET
6
Shouts

ASP.NET Session vs ViewState

published 747 days, 3 hours, 18 minutes ago posted by dharadhara 747 days, 9 hours, 59 minutes ago
Tuesday, May 03, 2011 12:47:15 PM GMT Tuesday, May 03, 2011 6:06:08 AM GMT
The following is question that is asked by one of the Community Member from Beyond Relational Website to my personal ID. “I have one doubt in sessions. Sessions are using in the website that sessions variables are storing in server. Suppose at a time if ten users send the request to server, 10... (more)
category: Web Dev | clicked: 0 | 1 comment | | source: beyondrelational.com
tags: .NET, ViewState, ASP.NET
2
Shouts

Logical and Physical read(s) - How it's working and How to manage ?

posted by dotnetfundadotnetfunda 747 days, 11 hours, 52 minutes ago
Tuesday, May 03, 2011 4:12:55 AM GMT
We have heard about "Buffer Pool or Buffer Cache" - all the data pages are fetched from Buffer Cache or Buffer Pool... Correct ? How ? (more)
category: Web Dev | clicked: 0 | comment | | source: www.dotnetfunda.com
tags: .NET
2
Shouts

Protect Image from Being copied

posted by dotnetfundadotnetfunda 748 days, 3 hours, 31 minutes ago
Monday, May 02, 2011 12:34:26 PM GMT
Using the trick, to render Image, we can protect from being copied (more)
category: Web Dev | clicked: 0 | comment | | source: www.dotnetfunda.com
tags: .NET
Previous 1 2 ... 8 9 10 11 12 13 14 15 16 17 ... 46 47 Next