News From the Web
Top 10 Microsoft Developer Links for Thursday, May 24th
A little late on these… Jason Zander: Continuous Value Delivery with Visual Studio 11 ALM Glen Gordon: Windows 8 Game Development resources Simon Ince: Injecting Custom HTML Attributes in ASP.NET MVC Maureen Mansour: What's New for SharePoint Development in VS11 Beta Shubhra Maji: Coded UI Test - New Extensibility QFE Kael Rowan: Episode 36 of Visual Studio Toolbox: Debugger Canvas is now live Willy-P. Schaub...  
From blogs.msdn.com ()
More perspectives...
Injecting Custom HTML Attributes in ASP.NET MVC
Recently Stuart Leeks and I have developed a worrying pattern of having the same ideas at the same time. I’m starting to doubt we’re different people. Except he’s about a foot taller so maybe that’s aspirational from my side. Our latest coinciding of ideas was a way to automatically inject HTML attributes for fields rendered as part of your model with Html.EditorFor. We’ve just blogged about it on our team blog – Adding Html Attributes in...  
From blogs.msdn.com ()
More perspectives...
Mixing Forms and Windows Security in ASP.NET
My project is what I thought is probably a popular one, so I'm hoping the solution is easy enough. To develop an Intranet using the functionality of forms authentication, but automatically logs in authenticated Active Directory users with their Windows authentication (so they do not have to sign in again ...  
From daniweb.com ()
More perspectives...
No Free Desktop Development in Visual Studio 11 Express
Three weeks ago I'd heard this as a rumor and it has been confirmed. There will be a free version but only for developing Metro apps for Windows 8. These aren't the only toolset for desktop development on Windows of course. There's MinGW with GCC, or for C# there's Mono which runs nicely on Windows. Or you can pay for the professional version of Visual Studio 11 but that's a few hundred dollars....Read Full Post  
From z.about.com ()
More perspectives...
ASP.NET Web API Basics
We have seen that now web is really becoming cross plate form and you can see your services or API can be exposed to any client. Till now one of big challenges is to choose platform for this kind of service. There are so many options available like web services, WCF services,Generic Handlers, directly writing responses on aspx page etc. There are plenty of options available and each one has their own pros and cons.  But now we have one simpler...  
From weblogs.asp.net ()
More perspectives...
Advertisements
ASP.NET MVC Beta and RC Upgrades - Confirm your Expectations and Version...
I was working on an app locally using a daily build (newer than the currently released one) of ASP.NET MVC and deployed it to a host. I noticed this weird CSS issue. See how the text box on the left running on localhost is small and not styled while the one on the right running on the host is the correct width? You can click on the screenshot if you need to see more. I dug around a little and using the F12 browser developer tools (as well...  
From feedburner.com ()
More perspectives...
How to convert asp.net email into a pdf as attachment ?
I am using the following code for receiving information from users, **is it possible to get all the information as a PDF attachment ?** protected void Button1_Click(object sender, EventArgs e) { SmtpClient smtpClient = new SmtpClient(); MailMessage message = new MailMessage(); message.To.Add("admin@domain.com"); if (CheckBox1.Checked == true) { emailadd.Text = employeenameDropDown.SelectedValue; ...  
From daniweb.com ()
More perspectives...
What would you like to know about "how we do language design for VB and C#" ?
On June 6th I'll be speaking at the Norway Developer Conference in Oslo, on the subject "How we do language design at Microsoft (VB/C#)". It will cover topics like how we designed Async, how we run our week-to-week language design process, where we get ideas from, how we recognize and respond to user requests and market needs, and some of our attitudes towards what a language should be. Afterwards, I'll put the slides up here on this blog...  
From blogs.msdn.com ()
More perspectives...
How to set duplex printing for Microsoft Word Automation clients in C#, VB.Net
Microsoft Word Automation clients cannot set the duplex print flag before a print job starts in Microsoft Office Word. Although a parameter in the PrintOut method indicates that there is support for duplex printing, the parameter does not provide true duplex printing. To work around this limitation on Microsoft Windows systems, you must change the duplex flag for the active printer driver before the PrintOut function is called in Word. This...  
From blogs.msdn.com ()
More perspectives...
Talking Cloud Tuesday with ASP.NET/IIS MVP Gyorgy Balassy
How long have you been an MVP? I was in the first group of Hungarian MVPs in 2004. How did you first start in community? At the dawn of .NET in 2001, Microsoft Hungary organized several developer events, and they asked our team at the Technical University of Budapest to provide experts for technical sessions. Which technical community or communities are you most active in (where can people find you)? Provide links if necessary People...  
From blogs.msdn.com ()
More perspectives...
ASP.net and Visual Studion Question
hi Guys, i am planning to teach myself ASP.net using vb and c# via the visual studio 2010 ide. my issue is that many books keep recommeding visual web developer as the tool to use but i want to use Visual Studio 2010 and hence can somebody point me in ...  
From daniweb.com ()
More perspectives...
Make ASP.NET GridView items single-selectable using...
  Sample Downloads: C# version: http://code.msdn.microsoft.com/ASPNETSingleChoiceByRadioBu-2ec1e5a7 VB version: http://code.msdn.microsoft.com/ASPNETSingleChoiceByRadioBu-bad1cef1 Today’s code sample demonstrates how to do a single select with the help of the RadioButton as a Server-Side control in the ItemTemplate of the GridView. For detailed introduction of the...  
From blogs.msdn.com ()
More perspectives...
Melbourne Web Developers Internships/HTML/CSS/ASP.NET/SQL ...
Melbourne Web Developers Internships/HTML/CSS/ASP.NET/SQL/PHP/Database. Melbourne Web Developers Internships/HTML/CSS/ASP.NET/SQL/PHP/Database Principles/Cloud and Mobile Devices. Start up technology business is ...  
From blogsearch.google.com ()
More perspectives...
Additional Considerations When Using ASP.Net MVC Cross-site Request Forgery...
Although cross-site scripting (XSS) attacks get most of the web security press, cross-site request forgery (CSRF) is often much easier for an attacker to exploit.  Fortunately, ASP.Net MVC provides helpers to prevent these attacks.  Steven Sanderson has an excellent post describing CSRF and how ASP.Net MVC’s AntiForgeryToken helper prevents CSRF. Unfortunately, security measures have a tendency to not only deter the bad guys, they also create...  
From blogs.msdn.com ()
More perspectives...
Client-Side Logging in Silverlight
Many of us have implemented logging in our ASP.NET, Windows Forms and WPF applications, so why shouldn’t you do the same in your Silverlight applications? Well, you should. In this blog post I will show you one approach on how you might perform this logging. The class I will use is called PDSALoggingManager. This class has a method named Log() you use to publish data into a log file in your Silverlight application. A method named LogException...  
From weblogs.asp.net ()
More perspectives...
User Session Expiration Alert in ASP.NET
  Sample Downloads: C# version: http://code.msdn.microsoft.com/AspNetAlertSessionExpire-c230a148 VB version: http://code.msdn.microsoft.com/AspNetAlertSessionExpire-73692260 Today’s code sample demonstrates how to design a simple user control, which is used to alert the user when the session is about to expired. We use jQuery, ASP.NET AJAX at client side.  In this sample...  
From blogs.msdn.com ()
More perspectives...
Getting Started with ASP.NET MVC 3, Logging, and Depency Injection
I started a new ASP.NET MVC project recently and wanted to give you a little insight on kicking off new projects. There’s some setup time you want to spend setting up your solution and getting the plumbing in order before you dive into writing unit tests and building out your site. For a full on, blow my mind, ultimate guide you *have* to go watch Rob Conery and his 90 minute walkthrough of setting up his MVC projects. I’ve watched this...  
From weblogs.asp.net ()
More perspectives...
ASP.NET Web API: Generating a Web API help page using ApiExplorer
In the previous post, I briefly introduced you to the IApiExplorer which can be used to generate documentation, machine-readable metadata, or a test client. In this blog post, we’re going to take a closer look at the ApiExplorer, which is the default implementation of IApiExplorer, and see how we can use it to generate a simple help page. A help page is nothing more than a web-based documentation for your web APIs. It can contain information...  
From blogs.msdn.com ()
More perspectives...
Generating ASP.NET MVC View Controls According to Xml Configurations
Gil Fink offers an end-to-end solution for generating view contorls according to Xml configurations. The solution can be rafactored to use databases or any other data sources in order to achieve the same results.  
From asp.net ()
More perspectives...
Actual difference between or meaning of ASP.NET code & Razor Code
Hi, I am confused between razor and asp.net coding. Asp.net code itself is a server side code so why it is said that razor code is server side embedding code for creating dynamic web pages? Normal asp.net code also runs at server side so what is the need for razor ...  
From daniweb.com ()
More perspectives...
Asp.Net MVC 3 versus Asp.Net Web Forms Performance.
I recently worked with a customer who was migrating their site from Asp.Net Web Forms to Asp.Net MVC 3. They saw some differences in page execution time and came to us asking for more information. In this case the MVC code was slower than the equivalent Web Forms page. Data Class The customer started with the following Data class. using System; using System.Collections.Generic; using System.Linq; using System...  
From blogs.msdn.com ()
More perspectives...
ASP.NET MVC: For Those Who Dislike Reusability
After reading an 800-page book on MVC and just now starting to get my hands dirty, I still have seen no clear way to make reusable user controls in MVC.   Sure, one can create a partial view and use some AJAX so that the view can update itself by calling the appropriate controller/action. But if the user doesn't have JavaScript enabled, they're screwed.   And I could pass around the main view name to the partial view, but then I'm either...  
From codeproject.com ()
More perspectives...
My Disgrace
Am i the only one having to work today?   I'm in a project to replace the company's analysis system for medical bills. That system have been around for 14 year (VB6.0 and ASP) with a copy made in ASP.NET MVC 3.0, C#.   It's intended to be a contingency system. The old one is in their last breath, failing all the time for no reason. As i'm in the legacy division, i'm the only one responsible for this.   The development division is working on...  
From codeproject.com ()
More perspectives...
Microsoft takes ASP.NET MVC into the open with community patches and bug-fixes
Scott Guthrie, Vice President in Microsoft's Developer Division, has announced that ASP.NET MVC and related Microsoft projects will now be developed in the open, using the Apache license, and hosted on CodePlex using the new git support. ASP.NET MVC, Microsoft's Web application framework, has been open sourced since its first version, and was switched to Microsoft's permissive license in 2009. However, there's a...  
From arstechnica.com ()
More perspectives...
ASP.NET MVC & jQuery UI autocomplete Part 2
I recently blogged about how to enable autocompletion of a text field using jQuery UI, and how to easily hook this behaviour up in ASP.NET MVC. In this post I’ll go a step further and show how to hook this behaviour up even if you are using Html.EditorFor. In the previous post, we specified the source of the autocomplete data in the view as we were rendering the input element, but when using EditorFor there isn’t a nice way to do this. However...  
From blogs.msdn.com ()
More perspectives...
ASP.NET MVC 4, ASP.NET Web API 和ASP.NET Web Pages v2现在都是开源了
[原文发表地址] ASP.NET MVC 4, ASP.NET Web API and ASP.NET Web Pages v2 (Razor) now all open source with contributions [原文发表时间] 2012-03-28 12:05 星期二快乐 !它确实是快乐的一天, (字面上这一刻) 正如我在拉斯维加斯的一次会议上,刚刚点击发布按钮来发布这篇博文,以此来宣布 ASP.NET MVC 4,ASP.NET Web API,ASP.NET Web Pages v2 (Razor)都成为开放源代码了,所有的贡献程序都在Apache 2.0 许可证下。你可以在CodePlex 上查找源。请务必阅读ScottGu 的博客中的详细信息。 耶, 我加粗、 加下划线和斜体的最后部分,是的,这是无偿的。;) 这是在我们组织中的许多人艰辛工作的结果。这也正是我来微软工作的原因。所以,这里发生了什么? 自从成立以来, ASP.NET MVC...  
From blogs.msdn.com ()
More perspectives...
Extending ASP.NET MVC Account Registration with Workflow
One thing that many web sites do is to verify email addresses by sending you an email to complete registration.  I decided to build a Registration system for ASP.NET MVC using Windows Workflow Foundation. When you create a new ASP.NET MVC web site, the site comes with a simple account controller that integrates with ASP.NET Membership.  It provides basic one step registration and log-in support.  I wanted to take this much farther and provide...  
From blogs.msdn.com ()
More perspectives...
Create directory with permission while deploying the asp.net mvc applicatio
Is it possible to create directory with permission(domain users the IIS user account)while deploying the asp.net mvc application.I need to be able to create directory for image upload with appropriate permissions(only domain users should be able to modify it) while deploying the web applications. Is this possible? Thanks, S.  
From daniweb.com ()
More perspectives...
ASP.NET MVC & jQuery UI autocomplete
If you get me started talking about ASP.NET MVC then it is quite possible that I’ll end up talking about Progressive Enhancement or Unobtrusive JavaScript. Aside from the usability and performance benefits that these techniques can bring, I find that they also help me to write JavaScript in a more modular, more reusable way than if I hack some script into a page. This post will walk through incorporating the jQuery UI autocomplete widget into...  
From blogs.msdn.com ()
More perspectives...
Reviewer Has Head in the Clouds
I have just opened Microsoft Windows Azure Development Cookbook, and I noticed this in the description of Maarten Balliauw, one of the reviewers for the book:   His interests are ASP.NET (MVC), for Windows Azure, and Windows Azure.   Now, if it had just said "ASP.NET (MVC), Windows Azure, and Windows Azure", I'd have assumed it was an attempt at humor (overemphasizing a passion for Azure). But with that extraneous "for", it seems like a double...  
From codeproject.com ()
More perspectives...
ASP.NET AJAX web chat application
  Sample Downloads: http://code.msdn.microsoft.com/CSASPNETAJAXWebChat-c4c9b8fe Today’s sample demonstrates how to design a simple AJAX web chat application. We use jQuery, ASP.NET AJAX at client side and Linq to SQL at server side.  In this sample, we could create a chat room and invite someone else to join in the room and start to chat. You can find more code samples that demonstrate...  
From blogs.msdn.com ()
More perspectives...
Webpart/Portlet development in ASP.NET MVC Framework
Solution adorned with drag and drop Portlet/Webpart customization feature in ASP.NET MVC Framework. It summoned JQuery for better user experience evading inclusive page refresh during personalization.  
From codeproject.com ()
More perspectives...
Vb.net and Jemter Testing
Hi, In my project developed for using asp.net with vb.net coding. Now we need to performace testing using the Jmeter tool. we can't able to test because in my application lot of session variable used, Jmeter tool does not support session variables i think. Check with debugging: 1.Assign the session(userName) ...  
From daniweb.com ()
More perspectives...
Porting a simple Silverlight game loop to Windows 8 Metro style
The other evening I went on the hunt for a XAML/C#-based example of a game loop. I ran into a couple of OLD blog posts by Mike Snow. Naturally it caught my eye, simply because of his last name. In his posts he described game loop based on Silverlight 2. OK. Silverlight uses XAML, and the code was C#. XAML/C# are first-class citizens in the Windows 8 Metro style app world, so I figured, why not see what it takes to make this work on Windows 8...  
From blogs.msdn.com ()
More perspectives...
Learning: Getting started with ASP.NET MVC 4 and Visual Studio 2011
These 9 tutorials cover the basics of building an ASP.NET MVC Web application using Microsoft Visual Studio 11 Express Beta for Web (it’s free). Here's what you'll learn: How to create a new ASP.NET MVC project. How to create ASP.NET MVC controllers and views. How to create a new database using the Entity Framework Code First paradigm. How to retrieve and display data. How to edit data and enable data validation. Before you start, make sure...  
From blogs.msdn.com ()
More perspectives...
Course 70010: Creating and Adding Functionality to a Microsoft ASP.NET Web Form
In this course, students will learn about Creating and Adding Functionality to a Microsoft® ASP.NET Web Form using the toolbox controls. The focus will be on introducing core concepts and enabling implementation for students with very little programming experience.  
From learning.microsoft.com ()
More perspectives...
ASP.NET MVC Authentication - Customizing Authentication and Authorization The...
We're continuing the ASP.NET Authentication series (yes, I'm doing a few overlapping series, and yes, it's making me dizzy). The previous post covered Global Authentication and Allow Anonymous. This one continues with a simple tip that can be summed up as follows: keep it simple by extending rather than rewriting. I see a lot of questions that involve unnecessary complications, and very often it's due to customizing authentication and...  
From weblogs.asp.net ()
More perspectives...
Using Razor V2 in ASP.NET MVC 3
        Introduction:                     Razor view engine's popularity and usage is continuously increasing because it is very easy to learn and write. Also, it is very clean and easy to maintain. The beauty of Razor is that you can host it in any application not just in ASP.NET MVC or ASP.NET Web Pages. The latest version of Razor is 2 which is released with ASP.NET MVC 4 and ASP.NET Web Pages 2. Razor V2 includes a bunch of new...  
From weblogs.asp.net ()
More perspectives...
GZip/Deflate Compression in ASP.NET MVC
A long while back I wrote about GZip compression in ASP.NET. In that article I describe two generic helper methods that I've used in all sorts of ASP.NET application from WebForms apps to HttpModules and HttpHandlers that require gzip or deflate compression. The same static methods also work in ASP.NET MVC. Here are the two routines:/// /// Determines if GZip is supported /// /// public static bool IsGZipSupported() { string...  
From feedburner.com ()
More perspectives...
Calling textbox from web.aspx to another web.aspx
Greetings, Can someone tell me on how can i call a certain textbox from web.aspx to another web.aspx in visual basic windows form application we use Me.lastname.text = Profile.lastname.text what is the equivalent code in asp.net? btw i'm using visual basic asp.net. Thank you in advance guys :D.  
From daniweb.com ()
More perspectives...
Read Eventlog using C# and LINQ
// from: http://asadyousufi.blogspot.com.ar/2010/03/read-eventlog-using-c-and-linq.html using System; using System.Diagnostics; using System.Linq; using System.Collections.Generic; namespace EventUtils { class EventViewer { static void Main(string[] args) { string megString = "Product: MySQL Tools for 5.0"; /* Create an object for event log */ EventLog elog = new EventLog...  
From codesnippets.joyent.com ()
More perspectives...
ASP.NET MVC: Adding aria-required attribute for required fields
There are a lot of things that you can do to make your site more usable and accessible. The Web Content Accessibility Guidelines (WCAG) includes techniques for Accessible Rich Internet Applications (ARIA). In this post we will look at one very specific area of this which also serves to illustrate some useful techniques in ASP.NET MVC: the aria-required attribute. The aria-required attribute defaults to “false”, but can be set to “true” to...  
From blogs.msdn.com ()
More perspectives...
CMIS consumer web part unable to perform search?
This post is a contribution from Chanchal Jain.  Here’s an engineer with the SharePoint Developer Support team. If you have a SharePoint Server installation and you have the SharePoint Search Application configured, you’ll be able to perform search in the SharePoint Search box. However when you perform a Search in the CMIS Consumer web part’s Search box, it’ll say no results returned unless your SharePoint site is already crawled by the...  
From blogs.technet.com ()
More perspectives...
Show file upload status in ASP.NET
  Sample Downloads: http://code.msdn.microsoft.com/CSASPNETFileUploadStatus-5ff0194f  Today’s sample demostrate how to show the file upload status based on AJAX without a third part component like ActiveX control, Flash or Silverlight.  It's also a solution for big file uploading. You can find more code samples that demonstrate the most typical programming scenarios by using Microsoft...  
From blogs.msdn.com ()
More perspectives...
Partial Views in ASP.NET MVC 3
A Partial View is a reusable fragment of content and code that can be embedded in another view and improves the usability of a site, while reducing duplicate code. This article gives and overview of Partial Views and future articles will show some practical examples.  
From asp.net ()
More perspectives...
Course 70014: ASP.NET Ajax and Windows Communication Foundation Services
In this course, students will learn about ASP.NET Ajax and how to consume Windows Communication Foundation Services in an ASP.NET 4.0 Web Application using Visual Studio 2010. The focus will be on introducing core concepts and enabling implementation for students with very little programming experience.  
From learning.microsoft.com ()
More perspectives...
Collection 10267: Introduction to Web Development with Microsoft Visual...
This collection of eight courses teaches developers how to create web applications by using Microsoft Visual Studio 2010. Topics covered in the courses in this collection include: - Introduction to Microsoft® ASP.NET Web Applications - Creating and Adding Functionality to a Microsoft® ASP.NET Web Form - Implementing Master Pages and User Controls, Validating User Input - Troubleshooting and Managing Data in an ASP.NET 4.0 Web Application...  
From learning.microsoft.com ()
More perspectives...
ASP.NET GridView control demo
  Sample Downloads: http://code.msdn.microsoft.com/CSASPNETGridView-5b16ce70  Today’s sample demonstrates how to populate ASP.NET GridView control and how to implement Insert, Edit, Update, Delete, Paging and Sorting functions in ASP.NET GridView control. You can find more code samples that demonstrate the most typical programming scenarios by using Microsoft All-In-One Code Framework...  
From blogs.msdn.com ()
More perspectives...
An introduction to ASP.Net MVC 4.0
I have been looking into ASP.Net MVC 4.0 lately and I thought it would be a nice idea to create a small ASP.Net MVC 4.0 application and write a post about it. So this is going to be a rather long post that will show you with a hands-on example how to build a simple ASP.Net MVC 4.0 application that will list information about a database that holds information about footballers enable the user to create a new footballer enable the user to edit...  
From weblogs.asp.net ()
More perspectives...
Asp.Net Mvc Php
ASP.NET MVC allows you to have different view engines (e.g., web forms or razor), even ones your make yourself. That's nice, but somebody has gone too far...   http://phpviewengine.codeplex.com/   Quote From Page:Finally, you can have Seperation of Concerns and spaghetti code too!   Thou mewling ill-breeding pignut!  
From codeproject.com ()
More perspectives...
April 14th Links: ASP.NET, ASP.NET MVC, ASP.NET Web API and Visual Studio
Here is the latest in my link-listing blog series: ASP.NET Easily overlooked features in VS 11 Express for Web: Good post by Scott Hanselman that highlights a bunch of easily overlooked improvements that are coming to VS 11 (and specifically the free express editions) for web development: unit testing, browser chooser/launcher, IIS Express, CSS Color Picker, Image Preview in Solution Explorer and more. Get Started with ASP.NET 4.5 Web...  
From weblogs.asp.net ()
More perspectives...
ASP.NET MVC Postbacks and HtmlHelper Controls ignoring Model Changes
So here's a binding behavior in ASP.NET MVC that I didn't really get until today: HtmlHelpers controls (like .TextBoxFor() etc.) don't bind to model values on Postback, but rather get their value directly out of the POST buffer. Effectively it looks like you can't change the display value of a control via model value updates on a Postback operation. To demonstrate here's an example. I have a small section in a document where I display an...  
From feedburner.com ()
More perspectives...
Installing .Net Framework 4.5 Beta & ASP.NET MVC 4 Beta on Windows Azure
The .NET Framework 4.5 beta includes several key new features and improvements. .NET for Metro style Apps Portable Class Libraries Core New Features and Improvements Parallel Computing Web Networking Windows Presentation Foundation (WPF) Windows Communication Foundation (WCF) Windows Workflow Foundation (WF) If you want to run your apps that...  
From blogs.msdn.com ()
More perspectives...
ASP.NET MVC: Resolve or Inject? That’s the Issue…
Classes should have dependencies only on abstract, rather then concrete, clesses. To get around this, you can choose between Service Locator and Dependency Injection techniques. ASP.NET MVC uses 'Dependency Resolvers' which are Service Locators. When designing ASP.NET MVC applications it is open to you to decide whether to resolve or inject, so what are the pros and cons? Dino explains.  
From simple-talk.com ()
More perspectives...
ASP.Net MVC Application with Editor help
I am trying to write an MVC application. I am rather new to MVC and I am taking the project over from someone else whom started writing it. This is what I am trying to do. I have some html documents that are located within my application. When a user ...  
From daniweb.com ()
More perspectives...
ASP.NET Web API: Introducing IApiExplorer/ApiExplorer
IApiExplorer is an abstraction layer that allows you to obtain a description of the structure of your Web APIs. This information can be used to produce documentation, machine-readable metadata, or a test client. ApiExplorer is the default implementation of IApiExplorer that inspects the routes and other Web API constructs to produce the description. This feature is currently available as part of our ASP.NET Web API project on CodePlex...  
From blogs.msdn.com ()
More perspectives...
Runtime Free Class Libraries communicate with Siemens PLCs.
June 7, 2011 - With INGEAR NET.S7LINK, users writing automation and control applications in Visual Basic.NET or Visual Studio C# can communicate with Siemens S7 Ethernet family of programmable logic controllers, design custom communications and data ...  
From api.bing.com ()
More perspectives...
ASP.NET Web API Updates – May 14
We have been on a roll with respect to changes over the last few weeks – here’s some of the highlights. If you want to see the full list then you can either track the commit page or follow the project which will then show you the updates on your codeplex home page. As in the previous update this is a sneak-peak of code checked into our CodePlex source code repository but not yet released as part of our official installer. See Using Nightly ASP...  
From blogs.msdn.com ()
More perspectives...
Microsoft will Open Source ASP.NET MVC, ASP.NET Web API and Razor
Microsoft and Open Source?  Read more about ASP.NET MVC, Web API, Razor  and Open Source from Scott Guthrie. “Microsoft has made the source code of ASP.NET MVC available under an open source license since the first V1 release. We’ve also integrated a number of great open source technologies into the product, and now ship jQuery, jQuery UI, jQuery Mobile, jQuery Validation, Modernizr.js, NuGet, Knockout.js and JSON.NET as part of it. I’m very...  
From blogs.msdn.com ()
More perspectives...
ASP.NET MVC, Web API, Razor and Open Source
Microsoft has made the source code of ASP.NET MVC available under an open source license since the first V1 release. We’ve also integrated a number of great open source technologies into the product, and now ship jQuery, jQuery UI, jQuery Mobile, jQuery Validation, Modernizr.js, NuGet, Knockout.js and JSON.NET as part of it. There will release the source code for ASP.NET Web API and ASP.NET Web Pages (aka Razor) under an open source license...  
From blogs.msdn.com ()
More perspectives...
Latest installment of #Azure for @ASP.NET developers
Latest installment of #Azure for @ ASP.NET developers - Storage and Migration Windows Azure for the ASP.NET Developer Series - US DPE Azure Connection - Site Home - MSDN Blogs blogs.msdn.com Are you interested in moving your ASP.net development skills ...read more...(read more)  
From blogs.msdn.com ()
More perspectives...
Great Free Course on Building ASP.NET MVC Apps With EF Code First, HTML5 and...
Pluralsight has developed a great training course on Building ASP.NET MVC Apps with EF Code First, HTML5 and jQuery.  It is presented by the most excellent Dan Wahlin, and is really comprehensive.  Details of the course outline can be found here. Free 1-Month Subscription to the Course Pluralsight is offering a special promotion that allows you to get a free 1-month subscription to watch the above course as many time as you want at no...  
From weblogs.asp.net ()
More perspectives...
Free 1-Month Subscription to the ASP.NET MVC with EF Code First, HTML5, and...
Pluralsight just started running an offer that allows you to get free access to the Building ASP.NET MVC Apps with EF Code First, HTML5 and jQuery course for a month. That’s plenty of time to watch the entire course….multiple times if you wanted! To get access simply follow @pluralsight on Twitter and then enter your Twitter alias in the form they provide. Once they verify your Twitter alias you’ll be sent an activation code. Read...  
From weblogs.asp.net ()
More perspectives...
Understanding asynchronous programming in ASP.NET
I recently posted about asynchronous programing patterns in .NET. Like .net framework, ASP.NET has supported asynchronous programming since 1.x. C# and VB.NET introduced the new async and await keywords in the upcoming Visual Studio 11. This is also supported in the upcoming ASP.NET 4.5. On the other hand, there is currently an open source project from the ASP.NET team called SignalR. It uses synchronous programming model to support long...  
From weblogs.asp.net ()
More perspectives...
fileattach and remove file asp.net
hello i want to file attach only specific format and restrict size on file and also remove file option. how its possible.? i used uploadfile control of asp.net but remove file option and size of file not there.. kindly tell me how can do this. advance thanks...  
From daniweb.com ()
More perspectives...
Experimenting with Visual Studio 11 Beta
Windows 8 is coming soon. You need Visual Studio 11 beta to develop Windows 8 applications. That said, Visual Studio 11 also offers many new features even if you do not specifically program for Windows 8: .NET Framework 4.5 ASP.NET 4.5 ASP.NET MVC 4 What is the best way to start experimenting with Visual Studio 11 Beta? .Net Framework 4.5 is a highly compatible in-place update of .Net Framework 4.0. If you uninstall .Net Framework...  
From weblogs.asp.net ()
More perspectives...
Create truly modern web applications - Single Page Apps with ASP.net MVC 4...
Create truly modern web applications - Single Page Apps with ASP.net MVC 4 http://bit.ly/HC7Jx9 Building Single Page Apps for desktop, mobile and tablet with ASP.NET MVC 4 (Channel 9) channel9.msdn.com 2159 So you want to build a highly-responsive, native ...read more...(read more)  
From blogs.msdn.com ()
More perspectives...
Article: The Latest SharePoint Tools in Visual Studio 11 Beta
By Ben Robb SharePoint tools haven't been forgotten in the new wave of developer productivity tooling. The new Visual Studio 11 Beta includes all the familiar tooling from VS 2010, with some additional extensions to: - Create lists and content types - Create site columns - Create Silverlight web parts - Publish SharePoint solutions to remote servers - Test SharePoint performance using profiling tools - Create Sandboxed Visual Web Parts In...  
From blogs.msdn.com ()
More perspectives...
What is ASP.NET MVC TempData
Simply said, ASP.NET MVC TempData dictionary is used to share data between controller actions. The value of TempData persists until it is read or until the current user’s session times out.  
From asp.net ()
More perspectives...
Load data on forms with ExtJS and ASPNET MVC
Nuestro buen amigo John Charles Olamendy nos comparte su artículo: Load data on forms with ExtJS and ASPNET MVC Introduction Now I’ve followed researching a lot about ExtJS support for rich Internet applications and nice user experience and the more I read about this library, the more I like it. S, I’ve decided to write this article to illustrate how to create an edit form in ExtJS and integrated with ASP.NET MVC framework. After researching...  
From blogs.msdn.com ()
More perspectives...
Task Parallel Library and Servers, Part 4: TaskHelpers
This is part 4 in a series on using Task Parallel Library when writing server applications, especially ASP.NET MVC and ASP.NET Web API applications. Introduction SynchronizationContext ContinueWith TaskHelpers Simple Task Helpers I know we left off in part 3 with...  
From bradwilson.typepad.com ()
More perspectives...
I m trying to insert data in sql database using C# but cant getting help me
i am getting "Unhandled Null referenceException "--object reference not set to an instance of an object at below mentioned code in bracket (return System.Configuration.ConfigurationManager.ConnectionStrings["unitmoduleconnectionstring"].ConnectionString) and below is the total code help me to get out of this bug.... namespace TIMS { public partial class Form1: Form { public Form1() { ...  
From daniweb.com ()
More perspectives...
Visual Studio Exceptions dialogs
Previously I covered step 1 of live debugging with start and attach. Once the debugger is attached, you want to go to step 2 of live debugging, which is to break. One way to break under the debugger is to do nothing, and just wait for an exception to occur in your code. This is true for all types of code that you debug in Visual Studio, and let's consider the following piece of C# code:3: static void Main() 4: { 5: try 6: { 7...  
From feedburner.com ()
More perspectives...
ASP.NET MVC 4, ASP.NET Web API and ASP.NET Web Pages v2 now all open...
Happy Tuesday! It's indeed a happy day as I am (literally this moment) at a conference in Las Vegas and have just pressed Publish on this blog post to announce that we are open sourcing ASP.NET MVC 4, ASP.NET Web API, ASP.NET Web Pages v2 (Razor) all with contributions under the Apache 2.0 license. You can find the source on CodePlex . Be sure to read all the details on ScottGu's blog. Ya, I bolded, underlined and italicized that last part...  
From feedburner.com ()
More perspectives...
File Upload in ASP.NET MVC3
If you are a web developer you often need to upload file on the web server or database. In today’s post I am going explain how we can upload file in ASP.NET MVC 3 with razor syntax. So, first thing we need to create a view that will contain the file upload control. I am going to use an existing asp.net mvc template for this demo. So I have just modified the default Index view like following. @{ ViewBag.Title = "Home Page"; }

@ViewBag...  
From weblogs.asp.net ()

More perspectives...
Is ASP.NET processed server-side?
Hello. I wanted to make a website, but with a private section. The private section has to be accessed with a password. If I used a simple if statement to do so, will it be safe on the server side? Example: Protected Sub AccessPrivate_Click(ByVal sender As Object, ByVal e As ...  
From daniweb.com ()
More perspectives...
Creating dynamic breadcrumb in asp.net mvc with mvcsitemap provider
I have done lots breadcrumb kind of things in normal asp.net web forms I was looking for same for asp.net mvc. After searching on internet I have found one great nuget package for mvpsite map provider which can be easily implemented via site map provider. So let’s check how its works. I have create a new MVC 3 web application called breadcrumb and now I am adding a reference of site map provider via nuget package like following. You can...  
From weblogs.asp.net ()
More perspectives...
TWC9: VS Ultimate Roadmap, MVC/Web API/Razor Open Source, WP SDK 7.1.1 and more
This week on Channel 9, Dan and Brian discuss the week's top developer news, including:[1:01] Visual Studio Ultimate Roadmap (Jason Zander), What's New in Visual Studio 11 Beta Unit Testing (Peter Provost) [3:44] ASP.NET MVC, Web API, Razor and Open Source (Scott Guthrie), ASP.NET MVC 4, ASP.NET Web API and ASP.NET Web Pages v2 (Razor) now all open source with contributions (Scott Hanselman), http://aspnetwebstack.codeplex.com [5:52] Build on...  
From channel9.msdn.com ()
More perspectives...
Course 70015: Managing State, Configuring and Deploying an ASP.NET Web...
In this course, students will learn about Managing State, Configuring and Deploying an ASP.NET Web Application using Visual Studio 2010. The focus will be on introducing core concepts and enabling implementation for students with very little programming experience.  
From learning.microsoft.com ()
More perspectives...
Dynamically creating meta tags in asp.net mvc
As we all know that Meta tag has very important roles in Search engine optimization and if we want to have out site listed with good ranking on search engines then we have to put meta tags. Before some time I have blogged about dynamically creating meta tags in asp.net 2.0/3.5 sites, in this blog post I am going to explain how we can create a meta tag dynamically very easily. To have meta tag dynamically we have to create a meta tag on server...  
From weblogs.asp.net ()
More perspectives...
Adding AjaxOnly Filter in ASP.NET Web API
        Introduction:                     Currently, ASP.NET MVC 4, ASP.NET Web API and ASP.NET Single Page Application are the hottest topics in ASP.NET community. Specifically, lot of developers loving the inclusion of ASP.NET Web API in ASP.NET MVC. ASP.NET Web API makes it very simple to build HTTP RESTful services, which can be easily consumed from desktop/mobile browsers, silverlight/flash applications and many different types of...  
From weblogs.asp.net ()
More perspectives...
Add Dynamic Controls to ASP.NET GridView
  Sample Downloads: http://code.msdn.microsoft.com/AddDynamicallyControlstoGri-d74fe84f  Today’s sample demonstrates how to add dynamically created controls to the GridView in the CodeBehind page. For some people, when the refresh or the page is PostBack, the dynamically created controls will disappear from GridView, this sample will show how to resolve this issue. The sample was written by our start sample writer: Arwind Gao. You...  
From blogs.msdn.com ()
More perspectives...
Get Started Building Data Driven Apps with Windows Azure and SQL Azure
This post is part of a series called “Windows Azure for the ASP.NET Developer”, so if you've been considering migrating your ASP.NET Web Forms or MVC app to Windows Azure or SQL Azure, take some time... This is a content summary only. Visit RachelAppel.com for full links, other content, and more!  
From feedburner.com ()
More perspectives...
Sharepoint Development Services by Expert Sharepoint Developer – Save time...
Hire DotNet Developer India (HDDI) offering integrated, strong and innovative SharePoint Development services in terms of implementation ... systems/BDC, custom web parts, workflows, enterprise search, dashboards, branding, reports/business intelligence ...  
From api.bing.com ()
More perspectives...
The link between Windows CE/Windows Mobile applications, ASP.NET and HTML5
Windows CE/Windows Mobile applications are practically .NET applications that based on a subset of the .NET Framework (.NET Compact Framework). Windows CE applications got descent popularity with early PDAs and smartphones that were based on Microsoft’s Windows CE operating System . In the past few years it was replaced by Windows Phone without backwards compatibility or Visual Studio support beyond VS 2008. This makes applications that were...  
From weblogs.asp.net ()
More perspectives...
Background worker thread in ASP.NET
  Sample Downloads: hthttp://code.msdn.microsoft.com/CSASPNETBackgroundWorker-dda8d7b6  Today’s sample demonstrates how to use background worker thread in ASP.NET You can find more code samples that demonstrate the most typical programming scenarios by using Microsoft All-In-One Code Framework Sample Browser or Sample Browser Visual Studio extension. They give you the flexibility to...  
From blogs.msdn.com ()
More perspectives...
Course 70009: Introduction to Microsoft ASP.NET Web Applications
In this course, students will be introduced to ASP.NET Web development using Visual Studio 2010. The primary focus will be to introduce ASP.NET Web Forms to students with very little programming experience.  
From learning.microsoft.com ()
More perspectives...
Course 70012: Troubleshooting and Managing Data in an ASP.NET 4.0 Web...
In this course, students will be introduced to ASP.NET Web development using Visual Studio 2010. The primary focus will be to introduce ASP.NET Web Forms to students with very little programming experience. The focus will be on introducing core concepts and enabling implementation for students with very little programming experience.  
From learning.microsoft.com ()
More perspectives...
Customized Intelligent TextBox via ASP.NET
  Sample Downloads: http://code.msdn.microsoft.com/CSASPNETIntelligentTextBox-08258112  Today’s sample demonstrates how to create a customized intelligent TextBox control via Asp.net, just like MSDN library's search TextBox. This sample code can check the user's input words with word dictionary, and provides some similar words for select, customers can also add their own words in dictionary, this is a very useful function, for...  
From blogs.msdn.com ()
More perspectives...
Integrating ExtJS and ASP.NET MVC
Nuestro buen amigo John Charles Olamendy nos comparte su artículo: Integrating ExtJS and ASP.NET MVC ExtJS is a JavaScript library for building interactive web applications using latest techniques such as Ajax, DHTML and DOM scripting. As well as ASP.NET MVC in the latest Microsoft initiative to support the Model-View-Controller (MVC) design pattern. In this article, I will illustrate how to integrate both Web development frameworks in order...  
From blogs.msdn.com ()
More perspectives...
ASP.NET SessionState 和SQL Server blocking
  ASP.NET 提供了Session State 用来保存IIS会话状态信息。 Session State可以存放在三个不同的地方:   l  The in-process state store 将Session存到进程内(这是Default值。) l  The out-of-process state service 将Session存到独立的状态服务中(Asp.net State Service). l  SQL Server   如果Session State存放在SQL server,你可以获得很不错的扩展性,特别对web服务器群来说。但是因为要和SQL server 交互以及数据的序列化,可能比进程内的方法较慢一些。和SessionState 相关的表主要有两个 [ASPStateTempApplications]和 [ASPStateTempSessions]。其中ASPStateTempSessions的更新非常频繁。在一个繁忙的Web...  
From blogs.msdn.com ()
More perspectives...
Microsoft Releases ASP.NET MVC Under the Apache License
mikejuk writes "Microsoft has announced that they are being even more open with their new approach to ASP.NET MVC. It is making ASP.NET MVC, Web API, and Razor open source under an Apache 2 license. The code is hosted on CodePlex using the new Git support ... You can compile and test out the latest version, but if you do have anything to contribute you have to submit it for Microsoft's approval." To get code upstream Microsoft has to approve...  
From rss.slashdot.org ()
More perspectives...
Code and Slides: Building the Account at a Glance ASP.NET MVC, EF Code First...
This presentation was given at the spring 2012 DevConnections conference in Las Vegas and is based on my Pluralsight course. The presentation shows how several different technologies including ASP.NET MVC, EF Code First, HTML5, jQuery, Canvas, SVG, JavaScript patterns, Ajax, and more can be integrated together to build a robust application. An example of the application in action is shown next: View more of my presentations here...  
From weblogs.asp.net ()
More perspectives...
Top 7 Concerns of Migrating an ASP.NET Application to Windows Azure
This post is part of a series called “Windows Azure for the ASP.NET Developer” written by Rachel Appel, Adam Hoffman, and Peter Laudati.  You can see the complete list of posts in the series at the US DPE Azure Connection site. In the previous post of this series, I covered how to prepare your development environment for building Windows Azure applications. I left you with some references to walkthroughs to build your first “Hello World...  
From blogs.msdn.com ()
More perspectives...
Debugging not working in ASP.NET. Browser showing errors like , Page cannot...
Check the below steps: Make sure this is available in web.config: Is it a .aspx page or by mistake you are trying to open a masterpage or a user control. Just check once. Also try to: • Clean and recompile your solution. • Make sure to close ASP.NET development server, or reset IIS. • Make sure all projects are in 'Debug' mode. • Make sure all projects are targeted to the same .NET Framework version.  
From weblogs.asp.net ()
More perspectives...
Microsoft + ASP.NET + Open Source: This Time for Sure!
Bullwinkle: “Hey Rocky! Watch me pull a rabbit out of a hat!” Rocky: “Again? That trick never works!” Bullwinkle: “This time for sure!” In the last week or so, I’ve heard mixed reactions to Scott Hanselman’s eye-popping announcement that, in addition to ASP.NET MVC that is already open source, that Microsoft is releasing ASP.NET Web API and Razor as open source as well. Further, and this is the big deal: Microsoft is going to take...  
From sellsbrothers.com ()
More perspectives...
Asp.Net Web Api Links
After spending some time scouring the web researching some aspects of the ASP.Net Web API I gathered the following collection of useful links and decided to share them here. WebAPI for the MVC Guy Building and consuming REST services with ASP.NET Web API using MediaTypeFormatter and OData support Custom errors and error detail policy in ASP.NET Web API Jimmy...  
From robzelt.com ()
More perspectives...
ASP.NET GridView Row Event Support
  Sample Downloads: http://code.msdn.microsoft.com/GridViewRowEventSupport-48597096 Today’s sample demonstrates how to add GridView Row Event Support on Server side or Client side. In this sample, the server side registers script then triggers the RowEditing event of the GridView and the Client side alerts the InnerHtml text of the selected “tr”. The sample was written by our star sample writer: Seiya Su. You can find more code...  
From blogs.msdn.com ()
More perspectives...
Adjust image size in div
Hi guys i am new for the ASP.net world so help to understand new stuffs. I want to add an image as a background in my . As an example, when you create a new asp.net web site. You will get few default stuffs like in this [image](http://i1.asp.net/asp.net/images/whitepapers/aspnet40/ASPNET4B1-image13.png). Now what ...  
From daniweb.com ()
More perspectives...
Passing multiple POST parameters to Web API Controller Methods
ASP.NET Web API introduces a new API for creating REST APIs and making AJAX callbacks to the server. This new API provides a host of new great functionality that unifies many of the features of many of the various AJAX/REST APIs that Microsoft created before it - ASP.NET AJAX, WCF REST specifically - and combines them into a whole more consistent API. Web API addresses many of the concerns that developers had with these older APIs, namely that...  
From feedproxy.google.com ()
More perspectives...
ASP.NET Web API Updates – May 3
Some interesting updates were checked in over the last week. As in the previous update this is a sneak-peak of code checked into our CodePlex source code repository but hasn’t yet been released as part of our official installer . See Using Nightly ASP.NET Web Stack NuGet Packages for how to try out these features. Per-Route Message Handlers Support for per-route message handlers has been a popular request on our issues list . The issue is that...  
From weblogs.asp.net ()
More perspectives...
Using Log4Net in an ASP.Net application
In this post I would like to show you a fairly simple example on how to use Log4Net logging service to log information in a text file.You can log information to a text file,a database table or Windows event viewer using the Log4Net logging assembly.This can be done through the various appenders .Have a look here to see a list and configurations for built-in appenders. I have been using various ways to implement logging when was that required...  
From weblogs.asp.net ()
More perspectives...
Task Parallel Library and Servers, Part 3: ContinueWith
This is part 3 in a series on using Task Parallel Library when writing server applications, especially ASP.NET MVC and ASP.NET Web API applications. Introduction SynchronizationContext ContinueWith What ContinueWith Really Does I promised that we had a bug in our...  
From bradwilson.typepad.com ()
More perspectives...
Task Parallel Library and Servers, Part 2: SynchronizationContext
This is part 2 in a series on using Task Parallel Library when writing server applications, especially ASP.NET MVC and ASP.NET Web API applications. Introduction SynchronizationContext Introduction to SynchronizationContext An important part of the work in properly handling tasks on...  
From bradwilson.typepad.com ()
More perspectives...
ASP.NET Web API Content Negotiation and Accept-Charset
There are several good blogs on content negotiation in ASP.NET Web API (see for example ASP.NET Web API: How content negotiation works?) describing how to get JSON, XML, and other response formats depending on what you ask for in a request using the Accept HTTP request header field. However, recently we added support for the header Accept-Charset which can be used by the client to indicate which character encoding it prefers the response to...  
From blogs.msdn.com ()
More perspectives...
Task Parallel Library and Servers, Part 1: Introduction
This is part 1 in a series on using Task Parallel Library when writing server applications, especially ASP.NET MVC and ASP.NET Web API applications. Introduction SynchronizationContext Okay, let’s just get this out of the way: Asynchronous (multi-threaded) programming is not...  
From bradwilson.typepad.com ()
More perspectives...
Troubleshooting ASP.net C# code by RTjohn
I have a website on which I have some code that basically creates a few docx files and then converts them to a PDF. The doc creation is fine, however when trying to create a PDF there is a permissions error... (Budget: $30-$60 AUD, Jobs: .NET, C# Programming, Troubleshooting)  
From feedburner.com ()
More perspectives...
ASP.NET Web API: How content negotiation works?
One cool new feature that ASP.NET Web API introduces is support for content negotiation. Content negotiation is mechanism that allows web server to serve content in different format using same URL. In this posting I will show you how to use ASP.NET Web API to serve content in JSON and XML formats. How content negotiation works Content negotiation takes place when browser or some other HTTP-client tells server what content formats it accepts...  
From weblogs.asp.net ()
More perspectives...
Keep ASP.NET AutoComplete List Open
  Sample Downloads: http://code.msdn.microsoft.com/ASPNETKeepAutoCompleteListO-54e16b32  Today’s sample demonstrates how to keep AutoComplete List Open, and select multiple options. This feature can be used in many scenarios. Such as when user wants to select multiple products based on fuzzy search. The sample was written by our start sample writer: Arwind Gao. You can find more code samples that demonstrate the most typical...  
From blogs.msdn.com ()
More perspectives...
One ASP.NET 偷偷一瞥:优雅的Web Form,却是地狱的雪球
[原文发表地址] One ASP.NET Sneak Peek: Elegant Web Forms and Snowballs in Hell [原文发表时间] 2012-02-01 01: 17 AM 大多数情况下,我是一名 ASP.NET开发人员。我不需要指定 MVC 或 Web Form,因为One ASP.NET是所有的核心。我的应用程序往往是混合的,不仅包括Web Form,MVC还包括SignalR和 Web API。 Web Form通常因为大的View State,怪异的标记,被人所挑剔,或许人们不喜欢其控件模型。但是,Web Form也有它的地位,并正随着NET 4.5变得更好。这里是Damian Edwards的一些很酷的想法,先睹为快吧,这个团队一直致力于下一个版本的 ASP.NET. 作为一个开始的地方,请记住,ASP.NET路由起于 MVC ,并被移入到核心的 ASP.NET中。路由在所有的 ASP.NET应用程序中是很有用的——MVC、 Web...  
From blogs.msdn.com ()
More perspectives...
A Small World in ASP.NET–NimblePros Acquired by Telerik
A few weeks ago, fellow ASPInsider Steve Smith of NimblePros passed a client to me. It’s a part-time “tweaks and maintenance” gig for a small startup. I was quite happy to take this on. I’m mostly retired and no longer work fulltime but still want to keep my hand in ASP.NET and Visual Studio - and earn money for toys. The way I heard it at the time, NimblePros was giving up the smaller client because a bigger customer wanted the Nimble Pros...  
From weblogs.asp.net ()
More perspectives...
ASP.NET Web API: Extending content negotiation with new formats
My last post about ASP.NET Web API content negotiation support gave you basic idea about what content negotiation is and how it works out-of-box. In this post I will show you how to extend Web API content negotiation support and make Web API to output contact data in vCard format. In the end of my previous post we asked data in vCard format from Web API and got answer as JSON. No errors, just answer in the format that Web API was able to...  
From weblogs.asp.net ()
More perspectives...
Yet Another SQL Injection Attack
Somehow these SQL Injections targetting ASP/ASP.net sites just never seem to abate.First there was Lizamoon... Surprising us with the millions of websites that got injected.Then came a few others with the recent ones being nikjju.com and hgbyju.com.Now came njukol…Although the name is no longer as catchy as Lizamoon, the idea remains the same.This njukol.com is still pretty fresh out of the oven. The domain was registered last April 28. The...  
From f-secure.com ()
More perspectives...
ASP.NET Web API Updates – April 27
Here’s a few more updates coming your way in ASP.NET Web API. As in the previous update the code has been checked into our CodePlex source code repository but haven’t yet been released as part of our official installer . Think of this as a sneak-peak for you to try out and comment on as part of our source code repository (see Getting Started With ASP.NET Web Stack Source on CodePlex for details). Helper for Wiring up Message Handlers...  
From weblogs.asp.net ()
More perspectives...
Using Nightly ASP.NET Web Stack NuGet Packages
We are very excited about the recent announcement of nightly NuGet packages being available on MyGet. This blog will show using these packages with Visual Studio 2010 but first you should be aware of the disclaimers. In short, these packages come with no guarantees and they do not substitute for the official installers which contain the official MSI with NuGet packages. And of course, don’t use your dev machine for anything important...  
From blogs.msdn.com ()
More perspectives...
C# / VB Enum - String Converter
  Sample downloads C# version: http://code.msdn.microsoft.com/CSEnumStringConverter-31cb7347 VB version: http://code.msdn.microsoft.com/VBEnumStringConverter-f1c3411c Today’s code sample demonstrates how to convert enum to comma separated string & vice versa. It also covers the description attribute for enum while conversion. You can find more code samples that demonstrate...  
From blogs.msdn.com ()
More perspectives...
Dependency Injection in ASP.NET Web API using Autofac
In this post, I will demonstrate how to use Dependency Injection in ASP.NET Web API using Autofac in an ASP.NET MVC 4 app. The new ASP.NET Web API is a great framework for building HTTP services. The Autofac IoC container provides the better integration with ASP.NET Web API for applying dependency injection. The NuGet package Autofac.WebApi provides the  Dependency Injection support for ASP.NET Web API services. Using Autofac in ASP.NET Web...  
From weblogs.asp.net ()
More perspectives...
Using Entity Framework Table splitting customisations in an ASP.Net application
I have been teaching in the past few weeks many people on how to use Entity Framework. I have decided to provide some of the samples I am using in my classes. First let’s try to define what EF is and why it is going to help us to create easily data-centric applications.Entity Framework is an object-relational mapping (ORM) framework for the .NET Framework.EF addresses the problem of Object-relational impedance mismatch . I will not be talking...  
From weblogs.asp.net ()
More perspectives...
Recent ASP.NET Web API Updates – April 24
Here’s a few updates coming your way in ASP.NET Web API. The code has been checked into our CodePlex source code repository but haven’t yet been released as part of our official installer . Think of this as a sneak-peak for you to try out and comment on as part of our source code repository (see Getting Started With ASP.NET Web Stack Source on CodePlex for details). Cookie Support Until now the HTTP Cookie and Set-Cookie headers were only...  
From weblogs.asp.net ()
More perspectives...
Impressions on jQuery Mobile
For the uninitiated, jQuery Mobile is a sweet little client framework that turns regular HTML into something more touch and mobile friendly. It results in a user interface that has bigger targets, rounded corners and simple skinning capability. When it was announced that ASP.NET MVC 4 would include support for a mobile-sensitive view engine, offering up alternate views for clients that fit the mobile profile, I was all over that. Combined...  
From weblogs.asp.net ()
More perspectives...
Pro Visual Studio LightSwitch 2011 Development
Microsoft Visual Studio LightSwitch 2011 is a rapid application deployment tool that lets power users and administrators build data-centric business applications for the desktop, cloud, and Web in just a few clicks, with no code required. But more advanced developers and business users will hunger for more: how do you design complex screens? How do you query data using LINQ and other syntax structures? How do you secure your application...  
From safari.java.net ()
More perspectives...
Wade Wegner on Managing Concurrency with Multiple Instances: May 2nd, 2012...
Last month, the NJ Windows Azure User Group had a great presentation from Jim Priestley on migrating a real world e-commerce site to Azure.  Jim shared his experiences and lessons learned migrating PLCCenter.com to the cloud.  There was a lot of insight regarding performance of SQL Azure and running an ASP.NET MVC site in the Azure compute environment.  This month, the group is keeping the momentum going with another great speaker! Next...  
From blogs.msdn.com ()
More perspectives...
Asp.net Custom Control doesn't show up on page
Hello Daniweb! I'm an amateur programmer who's learned quite a bit from online references, and usually searching eventually reveals the problem but I'm stuck! I've overcome many obstacles when creating a custom button on the Ajax Editor control, namespace issues, registring the controls properly etc. I resist the temptation to ...  
From daniweb.com ()
More perspectives...
Introducing Windows Azure - Creating your First ASP.NET Web Role Project
In this article, we will introduce Azure and see how to create an ASP.NET Web Role Project. Windows Azure provides a comprehensive platform for developing Scalable, High available application. With the Visual Studio 2010 templates, any .NET developer can easily develop applications for the cloud.  
From asp.net ()
More perspectives...
ASP.NET Web API: Query string based content formatting
My previous post about Web API content negotiation showed how to add support for new content formats. As our API may have consumers who prefer query for data using GET requests we have to offer something for these dudes too. In this post I will show you how to make life easier for our Web API consumers by using query string mappings. I will use media type mapping and formatter from my previous posting Extending content negotiation with new...  
From weblogs.asp.net ()
More perspectives...
Become a Visual Studio 11 Master Detective – A Look into the Page Inspector
Last week I mentioned my top five Visual Studio 11 designer improvements for ASP.NET development which took a look at some new goodies for us ASP.NET devs in VS11. One of these items, the Page Inspector, did get a bit of a spotlight but I think a paragraph or two cannot contain the sheer awesomeness  
From codeproject.com ()
More perspectives...
I'm a ASP.NET and PHP programmer wants to dive in and create a webapp using...
Hi guys, I really want to be proficient with python. I've used it sparingly before but I want to be really good at it and hopefully land a job in the future with python. I also have no idea what app should I create. I was hoping I can create an app that a lot of people can use. Any advice or help or comments would be greatly appreciated. Thanks a lot! submitted by ajushi [link] [4 comments]  
From reddit.com ()
More perspectives...
C# Debugging screen blank
I am writing a quiz program in C# in Visual Studio. When I build it it doesn;t return an errors or warnings. However when I debug, it just brings up a blank screen with no text or buttons etc. I have tchecked all the names match those in the forms ...  
From daniweb.com ()
More perspectives...
Best ASP.NET Hosting 2012, Awards by WH4LR
  The best web hosting reviews and rating website, Webhost4lifereview.com (WH4LR), awards Arvixe as the best ASP.NET web hosting to individuals and small business owners based on their incredible web hosting performance, top secure server reliability, responsible customer support and unbelievable web hosting price. Visit http://www.webhost4lifereview.com/best-aspnet-hosting and check out the top 10 ASP.NET hosting companies of 2012. Best ASP...  
From ibwire.com ()
More perspectives...
Adding Client-Side events to DevExpress ASP.Net controls
I have been involved in a ASP.Net project recently and I have implemented it using the awesome DevExpress ASP.Net controls. In this post I would like to show you how to use the client-side events that can make the user experience of your web application for the end user much better.We do avoid unnecessary page flickering and postbacks.All this functionality is possible through the magic of Ajax and Javascript.I am not going to cover Ajax and...  
From weblogs.asp.net ()
More perspectives...
Asp and C# Conflict
My .cs file is not recognizing the objects on my asp page. I m working on Visual Studio 2010, when i reference any object like TextBox1.Text it shoes error, TextBox1 is on the page and its visibility is also true, still it's conflicting :( :'(  
From daniweb.com ()
More perspectives...
Amazon Web Services aims to help ASP.NET developers
Elastic Beanstalk, which is still a beta version, uses the Windows Server 2008 R2 AMI (Amazon Machine Image) and IIS (Internet Information Services) 7.5 to run .NET applications. To get started, developers install the Visual Studio toolkit and ...  
From api.bing.com ()
More perspectives...
Bundling and Minification Support in ASP.NET MVC 4
This article explains the performances problems of carrying multiple JavaScript & CSS files to client side in each HTTP request, and how to solve them with bundling and minification in ASP.NET MVC 4.  
From asp.net ()
More perspectives...
Code52: i18n Packages for MVC 4
Brendan Forster announces a preview of the Code52 i18n pack for ASP.NET MVC 4 - a set of NuGet packages which assist in internationalization tasks for ASP.NET MVC 4.  
From asp.net ()
More perspectives...
Hire Silverlight developers at a very reasonable cost from .Net application...
Develop Silverlight web application for your all kind of business and other uses. Hire our Silverlight developer for build an intuitive, user-friendly applications that produce real results. Ask free quote today. Dot net application development services ...  
From api.bing.com ()
More perspectives...
Reporting Tool helps create web applications.
The product supports both the classic ASP.NET MVC and ASP.NET MVC Razor. The report generator supports all versions of MVC Framework starting with version 2.0. Stimulsoft Reports.Web for MVC is equipped with a full-featured web reports designer ...  
From api.bing.com ()
More perspectives...
ScottGu's Blog: April 14th Links: ASP.NET, ASP.NET MVC, ASP.NET Web API and...
Easily overlooked features in VS 11 Express for Web: Good post by Scott Hanselman that highlights a bunch of easily overlooked improvements that are coming to VS 11 (and specifically the free express editions ... Explorer and more. Get Started with ...  
From api.bing.com ()
More perspectives...
Amazon adds SQL database and ASP.Net cloud computing services for Microsoft...
Amazon Web Services (AWS) has extended its cloud computing service offerings aimed at Windows developers with the introduction of SQL database and ASP.Net application support as managed services. Available now worldwide, the Amazon Relational Database ...  
From api.bing.com ()
More perspectives...
Senior .NET Developer (ASP.NET, MVC, JavaScript, HTML5, CSS3, C
Job Description. Senior .NET Developer ( ASP.NET, MVC, JavaScript, HTML5, CSS3, C#, iOS) -.Best Client 2012*. This is without doubt the Best role of 2012! - Working in a strong development team of near 30 people, many ...  
From blogsearch.google.com ()
More perspectives...
asp.net mvc 3 - MVC 3 HTML 5 and HTML 4
up vote 3 down vote favorite. share [g+] share [fb] share [tw]. I have a MVC 3 project and I enable the HTML 5 markup. For the HTML 5 part, it is running fine. Now I created a partial view and copy and paste some code into it ...  
From blogsearch.google.com ()
More perspectives...
Apprenda Partners with Philly.NET to Present 'The Future of ASP.NET' with...
Apprenda, the open Platform as a Service (PaaS) stack for .NET, in conjunction with Philly.NET, is hosting an event focused on the Future of ASP.NET with Microsoft's Scott Hanselman. This special meeting will be held at the Montgomery County Community ...  
From api.bing.com ()
More perspectives...
Tips To Hire ASP.Net Programmers from India
Tips To Hire ASP.Net Programmers from IndiaiTWire (press release)In the world of web development ASP.NET is one of the favorite tools for a web development firm when it comes to building dynamic websites. Web design India companies have taken the lead when it comes to developing amazing websites using this robust ...  
From news.google.com ()
More perspectives...
Research and Markets: Beginning ASP.NET Web Pages with WebMatrix
This complete Wrox guide shows you what it is ... He's worked with WebMatrix since its first Beta release, answering user questions on the product and blogging about it. Imar Spaanjaars is a Microsoft ASP.NET MVP and runs his own company called De Vier ...  
From api.bing.com ()
More perspectives...
A LightSwitch Role Administration Web Page (JQueryUI/JuiceUI ...
Visual Studio LightSwitch uses the standard ASP.NET Membership provider. This allows you to create web applications that can manage the LightSwitch users and roles. Integration with LightSwitch and ASP.NET has been ...  
From blogsearch.google.com ()
More perspectives...
Hire ASP .NET Developers from India - Save 50% on Your Next Web Development...
GlobalEmployees.com is an Indian based outsourcing firm offering a bouquet of outsourcing services across the industry verticals at a compelling price. Backed by an efficient team of recruitment specialists, GlobalEmployees[http://www.globalemployees.com ...  
From api.bing.com ()
More perspectives...
Deploying ASP.NET applications with IIS 7
The primary function of the Internet Information Server (IIS) is to host Web based applications, such as ASP.NET. If you have to set your IIS 7 to host such an application, there are several terms you need to know and a procedure you have to follow.  
From api.bing.com ()
More perspectives...
Deploying ASP.NET Applications with IIS 7
The primary function of the Internet Information Server (IIS) is to host Web-based applications, such as ASP.NET. If you have to set your IIS 7 to host such an application, there are several terms you need to know and a procedure you have to follow.  
From api.bing.com ()
More perspectives...
ASP.NET Test-Drive - VisualStudio Magazine
In the upcoming versions of Microsoft Web development tools, ASP.NET makes data binding more flexible while ASP.NET MVC makes creating AJAX applications and building mobile applications easier, among other goodies in both environments.  
From api.bing.com ()
More perspectives...
Hire Asp.Net Developer from Indian Web application Development Company at low...
Hire Dot Net Developer India (HDDI) is leading web application development company offers their Skilled dedicated asp.net developer can easily customize or maintain your complete IT solution, ecommerce solution or application based on Microsoft's technology.  
From api.bing.com ()
More perspectives...
Microsoft takes ASP.NET MVC into the open with community patches and bug...
Scott Guthrie, Vice President in Microsoft's Developer Division, has announced that ASP.NET MVC and related Microsoft projects will now be developed in the open, using the Apache license, and hosted on CodePlex using the new git support. ASP.NET MVC ...  
From api.bing.com ()
More perspectives...
ASP.NET Web API: Listing 2.
About the Author Peter Vogel is a principal in PH Information Services, specializing in ASP.NET development with expertise in SOA, XML, database, and user interface design. His most recent book ("rtfm*") is on writing effective user manuals ...  
From api.bing.com ()
More perspectives...
Changes Large and Small: WCF 4.5 and the ASP.NET Web API
While Windows Communication Foundation 4.5 has lots of little improvements, the ASP.NET Web API is a very big change. You'll probably end up taking advantage of both, so here's what's in the pipeline for you.  
From visualstudiomagazine.com ()
More perspectives...
Database Driven web application Asp.net Developer and tutor...
Hi, I am looking for a developer who is able to teach how to develop database driven applications using sql server with stored procedures, user interface design, Asp.net web forms and c# programming..And also experience with version control tools like subversion(preferred)... (Budget: $30-$250 USD, Jobs: .NET, C# Programming, SQL, User Interface / IA)  
From feedburner.com ()
More perspectives...
Cybercriminals Register New Domains for "Nikjju" SQL Injection Attack...
The number of ASP and ASP.net sites compromised to host the script that points to the malicious nikjju.com domain has recorded a drop, but the cybercriminals aren’t giving up. Since we last reported about this mass SQL Injection attack, they have ...  
From api.bing.com ()
More perspectives...
Senior asp.net 4.0, CSS 2.0-3.0, Html 5, LINQ, C# developer at
We offer a flexible work environment in a small company, competitive hourly rate in an AGILE, technologically-driven and web-savvy environment. Projects include web development using SQL, ASP.NET 4.0, LINQ, LINQ to ...  
From blogsearch.google.com ()
More perspectives...
Asp & .internet Website hosting
Asp & .internet Website hosting. ASP.NET website hosting may be the latest systems through Microsoft, that evolves web programs significantly simpler with far less code than with classic ASP, as well as ASP.Internet webpages work in ...  
From blogsearch.google.com ()
More perspectives...
Microsoft releases ASP.NET Web API as open source; Xamarin plans ...
Mono in the past had to rebuild all of the ASP.NET components from scratch, which was a long and laborious process, he said. Now that the Web Stack is available on Microsoft’s hosted Git repository, it is a lot easier for Xamarin and other development ...  
From api.bing.com ()
More perspectives...
Resume Parser in VB.Net or C# by accusol
We want a person or small company who has experience in resume parsing tool development. We want the tool to be developed with VB.Net or C#. We want full source code. We would like to see the sample... (Budget: $750-$1500 USD, Jobs: .NET)  
From feedburner.com ()
More perspectives...
An unlikely open source champion
Now you can get ASP.NET MVC, ASP.NET Web API, and ASP.NET Web Pages (Razor ... for dozens of publications and online communities dedicated to software development. He did a bit of baking this morning, for a special project.  
From api.bing.com ()
More perspectives...
asp.net - Drag and Drop , Sort able html table using Jquery
IS it possible to sort the inner HTML table Using Jquery.My Inner Html Table contains Nested Tables.based on loop The table rows and tables are getting created.Based on class name i need to sort the table rows, my table is ...  
From blogsearch.google.com ()
More perspectives...
asp.net - Can you do a Form submission with Javascript disable ...
If a user has disabled Javascript in their client and they try to use a Form on the Web Page, this causes a Postback. My understanding is that the Form would create a Javascript function __doPostBack to handle the Form ...  
From blogsearch.google.com ()
More perspectives...
Morzel about Computer Programming: Sql Server–Row Count for All ...
About Computer Programming, C#, Asp.Net, SQL and others .... About Me. My Photo · Miskolczi Zsolt: Asp.Net web forms programmer and happy Starcraft 2 owner. View my complete profile ...  
From blogsearch.google.com ()
More perspectives...
More From Zimbio
Zimbio Entertainment
Copyright © 2012 - Zimbio, Inc. Some rights reserved. Coming soon: Livingly
Share
. . .
Follow
. . .