iAwaaz-News-by-People - Stories tagged with ASP.NET
1
Awaaz

Multi-tenant ASP.NET MVC - Views - Zack Owens

published 78 days, 16 hours, 52 minutes ago posted by attitudeattitude 80 days, 15 hours, 38 minutes ago
Sunday, June 20, 2010 2:46:27 AM GMT Friday, June 18, 2010 3:59:43 AM GMT
So far we have covered the basic premise of tenants and how they will be delegated. Now comes a big issue with multi-tenancy, the views. In some applications, you will not have to override views for each tenant. However, one of my requirements is to add extra views (and controller actions) along with overriding views from the core structure. This presents a bit of a problem in locating views for each... (more)
category: Technology | clicked: 0 | comment | | source: weblogs.asp.net
tags: ASP.NET, ASP.NET MVC, ASPNETMVC, MVC
1
Awaaz

Union,Except and Intersect operator in Linq

published 78 days, 16 hours, 52 minutes ago posted by attitudeattitude 80 days, 16 hours, 3 minutes ago
Sunday, June 20, 2010 2:46:27 AM GMT Friday, June 18, 2010 3:35:25 AM GMT
While developing a windows service using Linq-To-SQL i was in need of something that will intersect the two list and return a list with the result. After searching on net i have found three great use full operators in Linq Union,Except and Intersect. Here are explanation of each operator. Union Operator: Union operator will combine elements of both entity and return result as third new entities. Except Operator: Except operator will remove elements of first entities which elements are there in second e... (more)
category: Technology | clicked: 0 | comment | | source: jalpesh.blogspot.com
tags: ASP.NET, C#.NET, Linq
1
Awaaz

ASP.NET MVC 2.0 Areas

posted by RaviRavi 80 days, 16 hours, 10 minutes ago
Friday, June 18, 2010 3:28:29 AM GMT
A look at ASP.NET MVC 2.0 Areas. (more)
category: Technology | clicked: 0 | comment | | source: dotnetslackers.com
tags: ASP.NET
1
Awaaz

Creating Visual WebGui Applications using Xaml

published 80 days, 16 hours, 23 minutes ago posted by nancynancy 82 days, 13 hours, 35 minutes ago
Friday, June 18, 2010 3:15:11 AM GMT Wednesday, June 16, 2010 6:02:47 AM GMT
In this video we show the new ability to develop Visual WebGui application using Xaml in what is called Visual WebGui Sites. Visual WebGui sites lets you work as a web site editing code and design and simply refreshing the page to see the results. (more)
category: Technology | clicked: 0 | comment | | source: vimeo.com
tags: .net, Ajax, applications, ASP.NET, develop apps, developers, Development, Frameworks, web, XAML
1
Awaaz

Localization with ASP.NET MVC ModelMetadata - Kazi Manzur Rashid

published 80 days, 16 hours, 23 minutes ago posted by nancynancy 82 days, 13 hours, 36 minutes ago
Friday, June 18, 2010 3:15:11 AM GMT Wednesday, June 16, 2010 6:02:14 AM GMT
When using the DisplayFor/EditorFor there has been built-in support in ASP.NET MVC to show localized validation messages, but no support to show the associate label in localized text, unless you are using the .NET 4.0 with Mvc Future. Lets a say you are creating a create form for Product where you have support both English and German like the following.... (more)
category: Technology | clicked: 0 | comment | | source: weblogs.asp.net
tags: ASP.NET, ASP.NET MVC, ASPNETMVC, MVC, MVCExtensions, Open Source
1
Awaaz

Get started with Farseer Physics 2.1.3 in Silverlight 3

published 80 days, 16 hours, 23 minutes ago posted by nancynancy 82 days, 13 hours, 36 minutes ago
Friday, June 18, 2010 3:15:11 AM GMT Wednesday, June 16, 2010 6:02:13 AM GMT
As a powerful RIA development tool, Microsoft Silverlight is being more widely used to develop data-driven business and game applications. As a famous 2D game engine, the Farseer Physics Engine supports a wide range of platforms such as Microsoft's XNA, Silverlight, WPF, and Vanilla .NET. This article aims to serve as an elementary tutorial to Silverlight 2D beginners. Three demos are given to gradually lead you into a more and more complex and practical game environment. (more)
category: Technology | clicked: 0 | comment | | source: dotnetslackers.com
tags: Animation, ASP.NET, Silverlight
1
Awaaz

Leveraging ASP.NET personalization

published 80 days, 16 hours, 23 minutes ago posted by nancynancy 82 days, 13 hours, 36 minutes ago
Friday, June 18, 2010 3:15:11 AM GMT Wednesday, June 16, 2010 6:01:56 AM GMT
This article is taken from the book ASP.NET MVC 2 in Action. The authors discuss setting up and editing a profile. (more)
category: Technology | clicked: 0 | comment | | source: dotnetslackers.com
tags: ASP.NET, MVC
2
Awaaz

New Videos in the Tailspin Spyworks series live - Joe Stagner

published 85 days, 21 hours, 3 minutes ago posted by nancynancy 85 days, 22 hours, 57 minutes ago
Saturday, June 12, 2010 10:35:14 PM GMT Saturday, June 12, 2010 8:41:03 PM GMT
We?ve posted a few new videos in the Tailspin Spyworks tutorial serials. Many more in the works ! http://www.asp.net/web-forms/fundamentals http://www.asp.net/aspnet-4/videos http://www.asp.net/aspnet-4/videos/tailspin-spyworks-display-the-product-list http://www.asp.net/aspnet-4/videos/tailspin-spyworks-display-per-product-details (more)
category: Technology | clicked: 0 | comment | | source: misfitgeek.com
tags: ASP.NET, Blog
1
Awaaz

Add your recent Tweets to your web site - Joe Stagner

published 84 days, 1 hour, 3 minutes ago posted by nancynancy 85 days, 22 hours, 57 minutes ago
Monday, June 14, 2010 6:34:58 PM GMT Saturday, June 12, 2010 8:40:51 PM GMT
Twitter continues to gain in popularity, in part because it offers a rich and easy to use query API.Just for fun I made an ASP.NET Web Forms User Control to Display some recent Tweets on a web page.The tweets are displayed in a ListView as follows. (more)
category: Technology | clicked: 0 | comment | | source: misfitgeek.com
tags: ASP.NET, Blog
1
Awaaz

Set Focus to ASP.NET control

published 84 days, 1 hour, 3 minutes ago posted by nancynancy 85 days, 22 hours, 58 minutes ago
Monday, June 14, 2010 6:34:58 PM GMT Saturday, June 12, 2010 8:40:22 PM GMT
This is the question I received from developers on how to set the focus to an ASP.NET control from server side. Because once page is posted back to server or when request sent to server, from the response we need to set the focus to some x control on the page from server side. There are requirements like this. For example, we have multiple panels on the page and when you saved the data successfully of a panel then you need to show... (more)
category: Technology | clicked: 0 | comment | | source: praveenbattula.blogspot.com
tags: ASP.NET, focus
1
Awaaz

jQuery Globalization Plugin from Microsoft - ScottGu's Blog

published 84 days, 1 hour, 3 minutes ago posted by nancynancy 85 days, 22 hours, 58 minutes ago
Monday, June 14, 2010 6:34:58 PM GMT Saturday, June 12, 2010 8:39:54 PM GMT
Last month I blogged about how Microsoft is starting to make code contributions to jQuery, and about some of the first code contributions we were working on: jQuery Templates and Data Linking support. Today, we released a prototype of a new jQuery Globalization Plugin that enables you to add globalization support to your JavaScript applications. This plugin includes globalization information for over 350 cultures ranging from Scottish Gaelic, Frisian, Hungarian, Japanese, to Canadian English. (more)
category: Technology | clicked: 1 | comment | | source: weblogs.asp.net
tags: Ajax, ASP.NET, Community News, jQuery, ScottGu
1
Awaaz

Dependency Injection in ASP.NET MVC NerdDinner App using Unity 2.0 - Shiju Varghese's Blog

published 115 days, 13 hours, 34 minutes ago posted by nancynancy 121 days, 1 hour, 46 minutes ago
Friday, May 14, 2010 6:03:47 AM GMT Saturday, May 08, 2010 5:51:59 PM GMT
In my previous post Dependency Injection in ASP.NET MVC NerdDinner App using Ninject, we did dependency injection in NerdDinner application using Ninject. In this post, I demonstrate how to apply Dependency Injection in ASP.NET MVC NerdDinner App using Microsoft Unity Application Block (Unity) v 2.0. Unity 2.0 Unity 2.0 is available on Codeplex at http://unity.codeplex.com . In earlier versions of Unity, the ObjectBuilder generic dependency injection mechanism, was distributed as a separate assembl... (more)
category: Technology | clicked: 0 | comment | | source: weblogs.asp.net
tags: ASP.NET, ASP.NET MVC, ASP.NET MVC 2, IOC, NerdDinner, Unity
1
Awaaz

jQuery Templates and Data Linking (and Microsoft contributing to jQuery) - ScottGu's Blog

published 117 days, 16 hours, 2 minutes ago posted by nancynancy 121 days, 1 hour, 50 minutes ago
Wednesday, May 12, 2010 3:36:09 AM GMT Saturday, May 08, 2010 5:48:28 PM GMT
The jQuery library has a passionate community of developers, and it is now the most widely used JavaScript library on the web today. Two years ago I announced that Microsoft would begin offering product support for jQuery, and that we?d be including it in new versions of Visual Studio going forward. By default, when you create new ASP.NET Web Forms and ASP.NET MVC projects with VS 2010 you?ll find jQuery automatically added to your project. A few weeks ago during my second keynote at the MIX 2010 confe... (more)
category: Technology | clicked: 1 | comment | | source: weblogs.asp.net
tags: .net, Ajax, ASP.NET, ASP.NET MVC, Javascript, jQuery, Microsoft, ScottGu, Visual Studio, VS2010
2
Awaaz

Securing ASP.Net Web Services with Forms Authentication

posted by nancynancy 126 days, 18 hours, 14 minutes ago
Monday, May 03, 2010 1:24:20 AM GMT
In this article we show how Forms Authentication can be used to secure ASP.Net Web Services, using the built-in ASP.Net Membership Provider classes which utilize SQL Server to store usernames and passwords. (more)
category: Technology | clicked: 1 | comment | | source: dotnetslackers.com
tags: ASP.NET, Forms Authentication, Membership Provider, Security, WebService
2
Awaaz

April 30th Links: ASP.NET, ASP.NET MVC, Visual Studio 2010 - ScottGu's Blog

posted by nancynancy 126 days, 18 hours, 14 minutes ago
Monday, May 03, 2010 1:24:12 AM GMT
Here is the latest in my link-listing series. ASP.NET Data Web Control Enhancements in ASP.NET 4.0: Scott Mitchell has a good article that summarizes some of the nice improvements coming to the ASP.NET 4 data controls. Refreshing an ASP.NET AJAX UpdatePanel with JavaScript: Scott Mitchell has another nice article in his series on using ASP.NET AJAX that demonstrates how to prog... (more)
category: Technology | clicked: 0 | comment | | source: weblogs.asp.net
tags: .net, ASP.NET, ASP.NET 4.0, ASP.NET AJAX, ASP.NET MVC, Javascript, Link Listing, ScottGu, Visual Studio
1
Awaaz

Asp.net Treeview control - Adding parent with n- number of child

posted by nancynancy 126 days, 18 hours, 14 minutes ago
Monday, May 03, 2010 1:24:09 AM GMT
Asp.net Treeview control - Adding parent with n- number of child (more)
category: Technology | clicked: 0 | comment | | source: www.dotnetfunda.com
tags: ASP.NET
1
Awaaz

Download and Share Visual Studio Color Schemes - Scott Guthrie

posted by nancynancy 126 days, 18 hours, 14 minutes ago
Monday, May 03, 2010 1:23:54 AM GMT
As developers we often spend a large part of our day staring at code within Visual Studio. (more)
category: Technology | clicked: 0 | comment | | source: weblogs.asp.net
tags: ASP.NET, Community News, Visual Studio
1
Awaaz

Introducing - TailspinSpyworks - WebForms Sample Application - Joe Stagner

posted by nancynancy 126 days, 18 hours, 14 minutes ago
Monday, May 03, 2010 1:23:51 AM GMT
iBuySpy was a very popular sample application, but a lot has changed in Web Forms development since then. ScottGu suggested that I rewrite the old iBuySpy application ? so I did.It?s ASP.NET 4 with CSS based layout, data access via Entity Framework, etc.The www.asp.net landing page is here http://www.asp.net/web-forms/samples/tailspin-spyworks/ I?ll be adding features over time and doing videos to explain some of the cool stuff.You can download the code from CodePlex at http://tailspinspyworks.co... (more)
category: Technology | clicked: 0 | comment | | source: misfitgeek.com
tags: ASP.NET, Microsoft, Open Source, WebForms
1
Awaaz

First 3 ASP.NET MVC for the Rest of Us Videos - Joe Stagner

published 131 days, 15 hours, 40 minutes ago posted by attitudeattitude 132 days, 16 hours, 15 minutes ago
Wednesday, April 28, 2010 3:57:55 AM GMT Tuesday, April 27, 2010 3:23:05 AM GMT
Folks have been asking me for some time to do some ASP.NET MVC videos (more)
category: Technology | clicked: 0 | comment | | source: misfitgeek.com
tags: ASP.NET, ASP.NET MVC, ASPNETMVC, Screencast, Screencasts
1
Awaaz

Releasing Shrinkr ? An ASP.NET MVC Url Shrinking Service - Kazi Manzur Rashid's Blog

published 126 days, 18 hours, 13 minutes ago posted by attitudeattitude 132 days, 16 hours, 15 minutes ago
Monday, May 03, 2010 1:25:29 AM GMT Tuesday, April 27, 2010 3:22:44 AM GMT
Few months back, I started blogging on developing a Url Shrinking Service in ASP.NET MVC, but could not complete it due to my engagement with my professional projects. Recently, I was able to manage some time for this project to complete the remaining features that we planned for the initial release. So I am announcing the official release... (more)
category: Technology | clicked: 0 | comment | | source: weblogs.asp.net
tags: ASP.NET, ASP.NET MVC, ASPNETMVC, jQuery, MVC, Open Source, Shrinkr, Unity
1
Awaaz

SOLVED - 'srcDomainMulti' is not declared. It may be inaccessible due to its protection level

posted by attitudeattitude 141 days, 41 minutes ago
Sunday, April 18, 2010 6:57:32 PM GMT
When converting a project from C# to VB I ran into this compiler error which stopped me in my tracks for about 15 minutes. Just when I gave up and decided to rebuild the page by hand inspiration hit and I found my solution... (more)
category: Technology | clicked: 10 | comment | | source: runtingsproper.blogspot.com
tags: ASP.NET, compile error, VB
3
Awaaz

ASP.NET application and page life cycle

published 137 days, 23 hours, 12 minutes ago posted by attitudeattitude 141 days, 41 minutes ago
Wednesday, April 21, 2010 8:26:23 PM GMT Sunday, April 18, 2010 6:57:29 PM GMT
ASP.NET application and page life cycle (more)
category: Technology | clicked: 0 | comment | | source: www.dotnetfunda.com
tags: ASP.NET
1
Awaaz

Mythbusting SharePoint 2010 - Think you know SharePoint? Think again!

published 140 days, 14 hours, 5 minutes ago posted by attitudeattitude 141 days, 42 minutes ago
Monday, April 19, 2010 5:33:09 AM GMT Sunday, April 18, 2010 6:55:34 PM GMT
When someone mentions SharePoint to you, what do you do? Do you think of a Document Management System? Do you think Content Management? Do you think Collaboration? Do you find somebody else to talk to? For many people SharePoint is still somewhat of a mystery, they've heard of it, but don't really know what it is. For others it is a painful memory from a few years ago, when the promise of easy web development was not fulfilled. Yet for some, it is the hottest thing in the Microsoft armoury at present. Da... (more)
category: Technology | clicked: 0 | comment | | source: www.developerfusion.com
tags: ASP.NET, Sharepoint, SharePoint 2010
2
Awaaz

Using WCAT and perfmon to performance test your ASP.NET application

published 137 days, 23 hours, 12 minutes ago posted by attitudeattitude 141 days, 44 minutes ago
Wednesday, April 21, 2010 8:26:23 PM GMT Sunday, April 18, 2010 6:54:14 PM GMT
I needed to stress test the current open source project I am working on (Tribe.Cache ? Dictionary Cache) under heavy load. I decided that to do this I would put together a simple ASP.NET MVC site that would get a new instance of an object and then insert it into the cache or alternatively read from the stale object from the cache dependant on the cache items expiration. I setup my simple site under IIS7?.. But now I needed to throw thousands of HTTP requests at the site in order to see how the cache and... (more)
category: Technology | clicked: 0 | comment | | source: www.dotnetguy.co.uk
tags: ASP.NET, Performace Testing, WCAT
1
Awaaz

Adding Stylesheets, Scripts In ASP.NET MVC2

posted by attitudeattitude 150 days, 21 hours, 25 minutes ago
Thursday, April 08, 2010 10:13:14 PM GMT
A while back I worked on some code that allowed you to add content to different areas of a MVC view, specifically for dealing with headers and scripts. The code worked well enough but relied on a lesser used member in the Reponse class ? the Filter property. Except, now in MVC2 you see this little message when you try to mess with the Filter? Filtering is not allowed? What? Why not?!? Admittedly, the original solution was rather hackish because it tried to perform all of the work in the Render phase... (more)
category: Technology | clicked: 0 | comment | | source: somewebguy.wordpress.com
tags: ASP.NET, ASP.NET MVC, c#, MVC, Page life Cycle
Previous 1 2 3 Next