DotNetShoutout - Stories tagged with ASP.NET
2
Shouts

Constructors in CSharp

posted by meetdevelopermeetdeveloper 705 days, 7 hours, 38 minutes ago
Saturday, July 16, 2011 8:53:56 AM GMT
we generally use class in csharp, but somewhere we dont know that how to use constructor in cSharp. Here we try to explaine that how to use constructor in cSharp. (more)
category: Web Dev | clicked: 1 | comment | | source: www.meetdeveloper.com
tags: Class, Visual Studio, constructor, CSharp, ASP.NET
5
Shouts

Reboot a running Role instance of an ASP.Net Azure Web Application in Windows Azure

published 704 days, 7 hours, 54 minutes ago posted by dotnetsparkdotnetspark 706 days, 48 minutes ago
Sunday, July 17, 2011 8:37:44 AM GMT Friday, July 15, 2011 3:43:43 PM GMT
In this article we are going to see how Reboot a running instance of an ASP.Net Azure Web Application using the Windows Azure Management Portal. (more)
category: Web Dev | clicked: 13 | 1 comment | | source: www.dotnetspark.com
tags: Windows Azure, DotNetSpark, ASP.NET, Azure
3
Shouts

Some important attributes in EFCodeFirst

posted by http://jalpesh.blogspot.com/http://jalpesh.blogspot.com/ 706 days, 7 hours, 36 minutes ago
Friday, July 15, 2011 8:55:47 AM GMT
In today’s post I am going to explain some of the important attributes in EFCodeFirst. Whey you do scaffolding with ASP.NET MVC this all attributes are where much important. So Let’s explore all the attributes.Key Attribute: When you put this attribute in the class it tell that this property is part of the primary key and If you use code first when its create table based on this entity then it will be a part of primary key of table. Here is the sample example of that.[Key] public int ArticleId { get; s... (more)
category: Web Dev | clicked: 2 | comment | | source: jalpesh.blogspot.com
tags: EFCodefirst, ASP.NET
5
Shouts

Code refactoring with Visual Studio 2010 Part-2

published 706 days, 5 hours, 26 minutes ago posted by dharadhara 707 days, 8 hours, 9 minutes ago
Friday, July 15, 2011 11:05:20 AM GMT Thursday, July 14, 2011 8:22:50 AM GMT
In previous post I have written about Extract Method Code refactoring option. In this post I am going to some other code refactoring features of Visual Studio 2010. Renaming variables and methods is one of the most difficult task for a developer... (more)
category: Web Dev | clicked: 18 | 1 comment | | source: beyondrelational.com
tags: .NET, ASP.NET
3
Shouts

Using ASP.NET 4.0 Chart Control With New Tooling Support for SQL Server CE 4.0 in VS 2010 SP1 and Entity Model « Abhijit's World of .NET

posted by abhijitjanaabhijitjana 707 days, 18 hours, 23 minutes ago
Wednesday, July 13, 2011 10:08:36 PM GMT
In this post I’m going to talk about how we can use ASP.NET 4.0 Chart Control with SQL CE as back-end data base using Entity Framework. I will also show how Visual Studio 2010 SP1 provides new tooling supports for SQL Server CE 4.0. ASP.NET 4.0 introduced inbuilt chart controls features and Visual Studio 2010 SP1 Came up with nice tooling support for SQL Server CE. SQL CE is a free, embedded, lightweight database engine that enables easy database storage. This does not required any installation and run... (more)
category: Web Dev | clicked: 12 | comment | | source: abhijitjana.net
tags: sql sever ce, Visual Studio 2010 SP1, Entity Framework, ASP.net chart, ASP.NET
3
Shouts

How to dynamically add and change meta tags in MasterPage using ASP.NET and CSharp - DotNetLogix

posted by DotNetLogixDotNetLogix 709 days, 5 hours, 11 minutes ago
Tuesday, July 12, 2011 11:20:14 AM GMT
This article demostrates how to dynamically add and change meta tags in masterpage. (more)
category: Web Dev | clicked: 2 | comment | | source: www.dotnetlogix.com
tags: C# .NET, ASP.NET
6
Shouts

Some facts about Null in .NET

published 708 days, 23 hours, 17 minutes ago posted by kinj312kinj312 709 days, 9 hours, 33 minutes ago
Tuesday, July 12, 2011 5:14:41 PM GMT Tuesday, July 12, 2011 6:59:00 AM GMT
As I am tweeting around the facts on Nulls for last couple of days, I thought of writing a blog on that as many of you have already requested me on this regard. This post is basically dealing with Nulls and will go through only with basic C# stuffs, so... (more)
category: Web Dev | clicked: 31 | 1 comment | | source: beyondrelational.com
tags: .NET, ASP.NET
3
Shouts

Trigger file downloads with a MVC 3 controller action

published 708 days, 23 hours, 17 minutes ago posted by sonukapoorsonukapoor 710 days, 2 hours, 51 minutes ago
Tuesday, July 12, 2011 5:14:41 PM GMT Monday, July 11, 2011 1:40:29 PM GMT
Learn how to trigger the browser to download file data via as ASP.NET MVC 3 controller action. (more)
category: Web Dev | clicked: 38 | comment | | source: dotnetslackers.com
tags: Trigger, MVC, ASP.NET
6
Shouts

Lazy Loading in C# 4.0

published 708 days, 23 hours, 17 minutes ago posted by dharadhara 710 days, 5 hours, 37 minutes ago
Tuesday, July 12, 2011 5:14:41 PM GMT Monday, July 11, 2011 10:54:41 AM GMT
Lazy loading is a pattern which delay initialization of object. C# 4.0 introduced new class which defers the creation of expensive objects when not in use. In this article I’ll explain the use of Lazy (more)
category: Web Dev | clicked: 67 | 1 comment | | source: beyondrelational.com
tags: .NET, C#, ASP.NET
6
Shouts

An error occurred while opening the queue:Access is denied - MSMQ exception

published 708 days, 23 hours, 17 minutes ago posted by dharadhara 710 days, 5 hours, 38 minutes ago
Tuesday, July 12, 2011 5:14:41 PM GMT Monday, July 11, 2011 10:53:54 AM GMT
There is good and very knowledgeable article of working with MSMQ and WCF from Tom Hollander's blog. Here is the link to start with. He had explain about creating and configuring MSMQ on IIS. This is my first attempt to start with MSMQ, everything... (more)
category: Web Dev | clicked: 11 | 2 comments | | source: beyondrelational.com
tags: WCF, ASP.NET
2
Shouts

Using Xml file With the Gridview and Textboxes

published 708 days, 23 hours, 17 minutes ago posted by dotnetfundadotnetfunda 710 days, 11 hours, 37 minutes ago
Tuesday, July 12, 2011 5:14:41 PM GMT Monday, July 11, 2011 4:54:55 AM GMT
The output demonstrates the use of xml file in binding to gridview. This is one of sample webapplication while learning the xml, Xpath and populating gridview. (more)
category: Web Dev | clicked: 3 | 1 comment | | source: www.dotnetfunda.com
tags: ASP.NET
4
Shouts

When to use var keyword in C#

published 710 days, 8 hours, 35 minutes ago posted by dharadhara 714 days, 7 hours, 41 minutes ago
Monday, July 11, 2011 7:56:34 AM GMT Thursday, July 07, 2011 8:50:50 AM GMT
Microsoft introduced “var” keyword in C# 3.0. The purpose of using this keyword is when you don’t know type of variable. The technical term for var is "implicitly typed local variable declaration". The variable itself is still statically typed... (more)
category: Web Dev | clicked: 46 | 1 comment | | source: beyondrelational.com
tags: .NET, C#, ASP.NET
2
Shouts

How to migrate your ASP.NET site to the Azure cloud

published 712 days, 18 hours, 57 minutes ago posted by http://jamescrowley.myopenid.com/http://jamescrowley.myopenid.com/ 715 days, 7 hours, 30 minutes ago
Friday, July 08, 2011 9:34:47 PM GMT Wednesday, July 06, 2011 9:02:04 AM GMT
Cloud computing is one of the hot topics of 2011 with those willing to make the jump to a cloud-based solution finding financial savings in this new approach as well as, in many cases, better fault tolerance and a more responsive service turnaround in many cases. However, what many developers may not realise is just how straightforward it can be to migrate a web site from a local or hosted server into the cloud. (more)
category: Web Dev | clicked: 7 | comment | | source: www.developerfusion.com
tags: cloud applications, ASP.NET, Azure
2
Shouts

Using MvcPaging in ASP.NET MVC Apps

published 712 days, 18 hours, 57 minutes ago posted by http://shijucv.myopenid.com/http://shijucv.myopenid.com/ 715 days, 10 hours, 3 minutes ago
Friday, July 08, 2011 9:34:47 PM GMT Wednesday, July 06, 2011 6:28:55 AM GMT
In this post, I will demonstrate how to use NuGet package MvcPaging in ASP.NET MVC apps. MvcPaging provides a Pager HtmlHelper that renders a pager based on a PagedList implementation. MvcPaging’s Pager helper is also providing Ajax functionality for the paging implementation. You can add MvcPaging package via NuGet. The following command in the NuGet console will install MvcPaging in your project. PM> Install-Package MvcPaging Using MvcPaging Step 1 – Add MvcPaging Namespace using MvcPaging;   Step... (more)
category: Web Dev | clicked: 47 | comment | | source: weblogs.asp.net
tags: ASP.NET MVC, ASP.NET, NuGet
3
Shouts

The easiest way to add real-time functionality to an ASP.NET e-commerce application

published 708 days, 23 hours, 17 minutes ago posted by http://claimid.com/leggetterhttp://claimid.com/leggetter 716 days, 5 hours, 30 minutes ago
Tuesday, July 12, 2011 5:14:41 PM GMT Tuesday, July 05, 2011 11:01:50 AM GMT
While adding realtime functionality to ASP.NET applications has often seemed difficult due to the connection limitations of the IIS platform, it can actually be achieved fairly easily by offloading this component to third party services like Pusher. In this series of posts, I'll get you started with this exciting technology through a number of hands-on tutorials. In the first one we'll build a simple e-commerce application that displays realtime stock levels to the customers. (more)
category: Web Dev | clicked: 25 | 1 comment | | source: blog.pusher.com
tags: ASP.NET MVC, Realtime, Pusher, ASP.NET
2
Shouts

Bin Deploy ASP.NET MVC 3 Application With SQL CE 4.0 & Entity Framework

published 715 days, 9 hours, 30 minutes ago posted by http://prashantmx.myopenid.com/http://prashantmx.myopenid.com/ 716 days, 21 hours, 52 minutes ago
Wednesday, July 06, 2011 7:01:31 AM GMT Monday, July 04, 2011 6:39:35 PM GMT
A few days back Phil Haack wrote a blog post on how to bin deploy ASP.NET MVC 3 application on the web server where ASP.NET MVC 3 is not installed. Like many users I am also on shared hosting and therefore I do not have full control over IIS or the remote machine so I can install or update ASP.NET MVC 3, SQL Server CE 4.0 and other development related stuff. Phil did an excellent post but that works only if you are deploying application with SQL Server as a database. If you are planning to deploy your ap... (more)
category: Web Dev | clicked: 25 | 1 comment | | source: midnightprogrammer.net
tags: Web, MVC 3, ASP.NET
6
Shouts

VS2010 Tip - How to Launch ILDASM from VS2010 IDE

published 715 days, 9 hours, 30 minutes ago posted by dharadhara 717 days, 8 hours, 22 minutes ago
Wednesday, July 06, 2011 7:01:31 AM GMT Monday, July 04, 2011 8:09:45 AM GMT
What is ILDASM ? It is Intermediate Language Dissembler SDK Tool that is used to examine MSIL code and the parts of the Assembly. It comes with the installation of Visual Studio IDE. If you want to examine how your compiler is executing your code and... (more)
category: Web Dev | clicked: 30 | 1 comment | | source: beyondrelational.com
tags: .NET, Visual Studio 2010, ASP.NET
5
Shouts

What is XAML?

published 715 days, 9 hours, 30 minutes ago posted by dharadhara 717 days, 8 hours, 35 minutes ago
Wednesday, July 06, 2011 7:01:31 AM GMT Monday, July 04, 2011 7:56:27 AM GMT
It is Declarative Markup Language. It simplifies creating a UI for a .NET Framework application. It can create visible UI elements in XAML , and then separate the UI definition from the run-time logic by using code-behind files. This joined to the markup... (more)
category: Web Dev | clicked: 25 | 1 comment | | source: beyondrelational.com
tags: .NET, XAML, ASP.NET
4
Shouts

1. What is WPF ? Why it is used?

published 719 days, 19 hours, 27 minutes ago posted by dharadhara 720 days, 8 hours, 34 minutes ago
Friday, July 01, 2011 9:04:59 PM GMT Friday, July 01, 2011 7:57:43 AM GMT
WPF is Windows Presentation Foundation Framework that shipped as part of the .NET Framework 3.0 . First it has shipped with Windows Vista OS in built, and is re-distributable for Windows XP or Windows Server 2008. WPF is Object Oriented , XAML based.... (more)
category: Web Dev | clicked: 3 | 1 comment | | source: beyondrelational.com
tags: .NET, WPF, ASP.NET
5
Shouts

Adding the Global.asax.cs file in Asp.net Web site

published 719 days, 8 hours, 48 minutes ago posted by dharadhara 721 days, 8 hours, 44 minutes ago
Saturday, July 02, 2011 7:43:16 AM GMT Thursday, June 30, 2011 7:47:31 AM GMT
If we use Asp.net Web Application (File -> New-> Project-> Asp.net Web Application) , we can add Global.asax as well as Global.asax.cs file. However, if we use Asp.net Web site (File->New->Website->Asp.net Website), it is not the case... (more)
category: Web Dev | clicked: 7 | 1 comment | | source: beyondrelational.com
tags: .NET, global.asax, ASP.NET
Previous 1 2 ... 5 6 7 8 9 10 11 12 13 14 ... 57 58 Next