ashishsarda99
Name: ashishsarda99
Score: 1,420.05
Last Seen: 103 days, 11 hours, 37 minutes ago
Member Since: 26 July, 2010
DotNetShoutout
atom rss
5
Shouts

Installing a Production Server for ASP.NET MVC 2 – Part 2 - Gil Fink on .Net

published 805 days, 7 hours, 57 minutes ago posted by gilfgilf 810 days, 22 hours, 44 minutes ago
Sunday, March 06, 2011 11:00:47 PM GMT Tuesday, March 01, 2011 8:13:22 AM GMT
A few days ago I helped a client to solve a problem they had when they deployed an ASP.NET MVC 2 application. In a previous post I wrote about how you can install a production server in order to run ASP.NET MVC 2 application. The client team have installed the server according to the AspNetMVC2 MSI installer section (in my post) and then they used Phil Haack’s IIS6 Extension-less URLs solut... (more)
category: How To | clicked: 2 | comment | | source: blogs.microsoft.co.il
tags: Deployment, Server, ASP.NET MVC 2
11
Shouts

Error Handling and CustomErrors and MVC3, oh my!

published 805 days, 7 hours, 57 minutes ago posted by tduponttdupont 810 days, 11 hours, 20 minutes ago
Sunday, March 06, 2011 11:00:47 PM GMT Tuesday, March 01, 2011 7:37:27 PM GMT
You can now handle errors inside of the MVC pipeline. The new MVC3 GlobalFilters and HandleErrorAttributes give you direct programmatic control of handling your 500 errors in the same way that ASP.NET and CustomErrors give you configurable control of handling your HTTP error codes. Think of it as a routing table specifically for your Exceptions, it's pretty sweet! (more)
category: Web Dev | clicked: 6 | comment | | source: community.codesmithtools.com
tags: MVC3, error handling, CustomErrors
6
Shouts

Mindscape releases WP7 Control Suite

published 805 days, 7 hours, 57 minutes ago posted by traskjdtraskjd 809 days, 1 hour, 30 minutes ago
Sunday, March 06, 2011 11:00:47 PM GMT Thursday, March 03, 2011 5:27:15 AM GMT
Mindscape have released an extensive control suite for Windows Phone 7 developers. Included is a high performance charting suite of 14 chart types along with standard controls such as time pickers, date pickers, color pickers and much more. This post announces the release and provides a giveaway to get a free license. (more)
category: UX | clicked: 1 | comment | | source: www.mindscapehq.com
tags: Windows Phone 7, WP7, Windows Phone, Charts, Mindscape
5
Shouts

Back to Basics – Reading a File into Memory Stream - Gil Fink on .Net

published 805 days, 7 hours, 57 minutes ago posted by gilfgilf 808 days, 20 hours, 53 minutes ago
Sunday, March 06, 2011 11:00:47 PM GMT Thursday, March 03, 2011 10:04:12 AM GMT
Today I was asked to help a developer with a simple task she had. That task included reading an image file into a memory stream in order to send the image through an e-mail attachment. This post will show you how to do exactly that. (more)
category: How To | clicked: 1 | comment | | source: blogs.microsoft.co.il
tags: Stream, C#, file
5
Shouts

dotConnect Team’s Blog » Blog Archive » Entity Framework Code-First support for Oracle, MySQL, PostgreSQL and SQLite

published 805 days, 7 hours, 57 minutes ago posted by DevartDevart 809 days, 14 hours, 1 minute ago
Sunday, March 06, 2011 11:00:47 PM GMT Wednesday, March 02, 2011 4:56:10 PM GMT
Last versions of Devart dotConnect for Oracle, dotConnect for MySQL, dotConnect for PostgreSQL, and dotConnect for SQLite include the most recent version of Code-First support, that was added in Entity Framework CTP5. One of the primary advantages of Code-First approach is a higher level of the abstraction from the database and a possibility to develop application using domain-driven design (DDD) approach. We will not describe detailed examples of different Code-First approach usage aspects in this ar... (more)
category: Architecture | clicked: 4 | comment | | source: www.devart.com
6
Shouts

ASP.NET MVC 3 w/ Razor Infrastructure Template « Composite Code

published 805 days, 7 hours, 57 minutes ago posted by http://compositecode.com/http://compositecode.com/ 811 days, 3 hours, 30 minutes ago
Sunday, March 06, 2011 11:00:47 PM GMT Tuesday, March 01, 2011 3:27:47 AM GMT
I decided, after poking around with Visual Studio 2010 Templates tonight, to publish a baseline infrastructure using ASP.NET MVC 3 w/ Razor, Entity Framework, and other elements using the .NET stack.  So far I’ve only got some skeleton code put together for the infrastructure project and posted it to m... (more)
category: Architecture | clicked: 0 | 1 comment | | source: compositecode.com
tags: ASP.NET MVC 3, Visual Studio 2010, Template
5
Shouts

Changing the Default Windows Phone 7 Deployment Target In Visual Studio 2010

published 805 days, 7 hours, 57 minutes ago posted by mbcrumpmbcrump 806 days, 14 hours, 10 minutes ago
Sunday, March 06, 2011 11:00:47 PM GMT Saturday, March 05, 2011 4:47:16 PM GMT
After you download and install the January 2011 Windows Phone update, you will notice one annoying thing. The default deployment target for Windows Phone Projects in Visual Studio changes to Windows Phone 7 Device. Before the update, it defaulted to the Emulator. I found this extremely annoying as I’m more than likely going to test with the emulator before putting it on my actual device. Now to make things fair, Microsoft told you they were going to switch the default and even provided a solutio... (more)
category: Metro | clicked: 3 | 1 comment | | source: michaelcrump.net
5
Shouts

Never break the build again with an organized code base - .NET Development - Gal Ratner

published 805 days, 7 hours, 57 minutes ago posted by galratnergalratner 807 days, 4 hours, 44 minutes ago
Sunday, March 06, 2011 11:00:47 PM GMT Saturday, March 05, 2011 2:12:56 AM GMT
During my time developing for different companies one of the most common daily scenarios I encounter is helping a developer debug code. Going to some method’s definition, only to realize they can only view metadata and not actual code. The library is still internal, most likely developed by another department inside the same organization, however, it was added as an external DLL reference and to view the code they need to open another solution in another folder. Well this will work until the external cod... (more)
category: Architecture | clicked: 0 | 1 comment | | source: galratner.com
6
Shouts

Data Access Choices For WebMatrix

published 805 days, 7 hours, 57 minutes ago posted by MikesdotnettingMikesdotnetting 806 days, 8 hours, 1 minute ago
Sunday, March 06, 2011 11:00:47 PM GMT Saturday, March 05, 2011 10:56:26 PM GMT
Data Access Choices For WebMatrix   When WebMatrix was originally launched, it spurred a lot of activity from people who do not like seeing raw SQL statements in code files, or who percieved a problem working with dynamic objects. Some of these poeple threw their hands up in horror and tweeted or blogged their displeasure, while others felt the urge to do something about the "problem" as they saw it, and a number of open source data access projects have resulted. I've had a quick look at three proj... (more)
category: Web Dev | clicked: 4 | 2 comments | | source: www.mikesdotnetting.com
tags: ASP.NET Web Pages, WebMatrix
5
Shouts

IndexedDB – The Store In Your Browser - Parashuram Narasimhan

published 804 days, 12 hours, 26 minutes ago posted by NickolayNickolay 805 days, 5 hours, 57 minutes ago
Monday, March 07, 2011 6:31:51 PM GMT Monday, March 07, 2011 1:00:10 AM GMT
If you use your web apps as much as your desktop applications, I am sure you hate the part where you have to be online to get them to work. Well, the HTML5 set of standards may have a solution. With the ability to make disconnect applications possible, this is yet another boundary that been blurred bet... (more)
category: Architecture | clicked: 0 | comment | | source: msdn.microsoft.com
tags: IndexedDB
7
Shouts

Getting Free and Total Memory Details (Windows / C#)

published 804 days, 12 hours, 26 minutes ago posted by BlackWaspBlackWasp 806 days, 13 hours, 10 minutes ago
Monday, March 07, 2011 6:31:51 PM GMT Saturday, March 05, 2011 5:47:42 PM GMT
Some software monitors the amount of physical or virtual memory that is available to the operating system, or obtains this information before attempting processes that will use large amounts of RAM. Total and available memory can be read using WMI. (more)
category: How To | clicked: 1 | 2 comments | | source: www.blackwasp.co.uk
tags: C#, WMI
7
Shouts

Delegate to Lambda Expression

published 804 days, 12 hours, 26 minutes ago posted by dharadhara 804 days, 23 hours, 39 minutes ago
Monday, March 07, 2011 6:31:51 PM GMT Monday, March 07, 2011 7:18:05 AM GMT
Objective This article will not give any theoretical definition of Delegate Read theory of Delegate here Anonymous method Lambda Expression Read theory of Lambda expression here I am going to give a story type discussion from Delegate to Lambda expression. Let us say, there is a requirement that you... (more)
category: Web Dev | clicked: 0 | comment | | source: beyondrelational.com
tags: .NET, ASP.NET
6
Shouts

Performance Troubleshooting Article and VS2010 SP1 Change - Jason Zander's WebLog

published 804 days, 12 hours, 26 minutes ago posted by iftekharahmedamitiftekharahmedamit 805 days, 7 hours, 4 minutes ago
Monday, March 07, 2011 6:31:51 PM GMT Sunday, March 06, 2011 11:53:49 PM GMT
We are getting very near to the final release of VS2010 SP1 (if we were landing a plane the wheels would be down right now with the runway in front of us). Thanks again for all your feedback and stay tuned for the imminent release of the product. We’ve concentrated heavily on fixing issues you have reported, including those related to performance and reliability. The team has collected the most common scenarios we see that may cause issues and published it here: Visual Studio Troubleshooting .. (more)
category: How To | clicked: 0 | comment | | source: blogs.msdn.com
tags: VS2010 SP1, Performance, Troubleshooting, VS2010, SP1
6
Shouts

Installing NuGet on VS2010 (first blood) - Peter Kellner

published 804 days, 12 hours, 26 minutes ago posted by DustinDustin 805 days, 6 hours, 57 minutes ago
Monday, March 07, 2011 6:31:51 PM GMT Monday, March 07, 2011 12:00:08 AM GMT
So, here are the steps necessary to install NuGet on my windows laptop computer. I’ve got vs2010 (not sp1) installed, I’ve disabled both Resharper and .net Reflector just to be safe. First step, is to go to the NuGet.org web site and click on Install. (more)
category: Web Dev | clicked: 1 | 1 comment | | source: peterkellner.net
tags: ASP.NET 4.0, VS2010, MVC, ASP.NET, NuGet
8
Shouts

EF 4.1 Is Coming (DbContext API & Code First RTW) - ADO.NET team blog

published 804 days, 12 hours, 26 minutes ago posted by iftekharahmedamitiftekharahmedamit 805 days, 7 hours, 10 minutes ago
Monday, March 07, 2011 6:31:51 PM GMT Sunday, March 06, 2011 11:47:51 PM GMT
Our latest EF Feature Community Technology Preview (CTP5) has been out for a few months now. Since releasing CTP5 our team has been working hard on tidying up the API surface, implementing changes based on your feedback and getting the quality up to production ready standards. At the time CTP5 was released we also announced that we would be releasing a production ready go-live in Q1 of 2011 and we are on track to deliver on the commitment. .. (more)
category: Architecture | clicked: 2 | comment | | source: blogs.msdn.com
tags: ADO.NET, EF, Entity Framework, EF 4.1, Entity Framework 4.1
6
Shouts

xUnit.Net – Running the tests (RunAfterTestFailed Custom Attribute) - Maria Marcano

published 804 days, 12 hours, 26 minutes ago posted by DustinDustin 805 days, 6 hours, 36 minutes ago
Monday, March 07, 2011 6:31:51 PM GMT Monday, March 07, 2011 12:21:08 AM GMT
On my last post I created a Custom TestCategory Attribute and custom xUnit.Net TestClassCommand to run test by category. Now I want to create a Custom RunAfterTestFailed attribute to run a method whenever a test fails. We have the following test classusing Xunit; using Xunit.Extensions; namespace xUnitCustomizations { [CustomTestClassCommand] publicclass TestClass { [Fact, TestCategory("Unit")] publicvoid FailedTest1() { Assert.True(false); } ... (more)
category: Agile | clicked: 4 | comment | | source: mariangemarcano.blogspot.com
tags: Test, xUnit.net
6
Shouts

New Collection of SQL Server Videos on Channel 9 - Denis Gobo

published 804 days, 12 hours, 26 minutes ago posted by DustinDustin 805 days, 6 hours, 55 minutes ago
Monday, March 07, 2011 6:31:51 PM GMT Monday, March 07, 2011 12:02:40 AM GMT
There are 13 new videos on channel 9 posted about SQL Server. The non-marketing videos (by engineering PMs) give customers peek into the goals and visions why certain SQL Server features were decided and implemented. Below is a list with a little blurb what the video is about... (more)
category: Screencast | clicked: 3 | comment | | source: blogs.lessthandot.com
tags: SQL Server, Channel 9, Screencasts, Screencast
6
Shouts

Effective NHibernate Session management for web apps - NHibernate blog

published 804 days, 12 hours, 26 minutes ago posted by KluggerKlugger 805 days, 6 hours, 3 minutes ago
Monday, March 07, 2011 6:31:51 PM GMT Monday, March 07, 2011 12:54:12 AM GMT
In this post I’ll describe a mechanism to manage nhibernate session following the widely known patter “session-per-request”.Introduction The session-per-request pattern is very well defined and widely used; as follows A single Session and a single database transaction implement the processing of a particular request event (for example, a Http request in a web application).What do we have currently? The first thing you will notice when talking about nhibernate session management is a little interface i... (more)
category: Architecture | clicked: 19 | comment | | source: nhforge.org
tags: ASP.NET MVC, SessionFactory, NHibernate, ASP.NET, Session
7
Shouts

dotCover 1.1, dotTrace 4.5 Performance Early Access - JetBrains .NET Tools Blog

published 804 days, 12 hours, 26 minutes ago posted by iftekharahmedamitiftekharahmedamit 805 days, 7 hours, 53 minutes ago
Monday, March 07, 2011 6:31:51 PM GMT Sunday, March 06, 2011 11:04:24 PM GMT
dotTrace 4.5 Performance and dotCover 1.1 have recently gone EAP: you can download fresh dotTrace and dotCover builds from their Early Access Program pages. Why would you do that? Let’s see what’s new in the dotTool kingdom.What’s new in dotCover 1.1 EAPImproved presentation of class members in the coverage results tree. When you browse coverage results with dotCover 1.1, you can clearly see properties with getters and setters, or events with add and remove accessors. Anonymous delegates and lambdas are... (more)
category: How To | clicked: 2 | comment | | source: blogs.jetbrains.com
tags: JetBrains, dotCover, dottrace
9
Shouts

jQuery 1.5.1 Supports IE9 - IEBlog

published 804 days, 12 hours, 26 minutes ago posted by iftekharahmedamitiftekharahmedamit 805 days, 7 hours, 50 minutes ago
Monday, March 07, 2011 6:31:51 PM GMT Sunday, March 06, 2011 11:06:59 PM GMT
Last week the jQuery team announced the release of jQuery 1.5.1. This is a bug fix release to jQuery 1.5 that includes a particularly exciting note: “jQuery now supports Internet Explorer 9 as a top level browser.” This means all known issues with IE9 have been resolved and new issues will be resolved before future versions of jQuery are released. On behalf of the IE team, I want to thank the jQuery team and contributors for their efforts to support IE9 and for their continued work on an awesome JavaS... (more)
category: Web Dev | clicked: 0 | comment | | source: blogs.msdn.com
tags: Internet Explorer 9, jQuery, IE9, Internet Explorer, IE
Previous 1 2 ... 4 5 6 7 8 9 10 11 12 13 ... 39 40 Next