jantu
Name: jantu
Score: 3,954.66
Last Seen: 948 days, 20 hours, 10 minutes ago
Member Since: 25 December, 2008
DotNetShoutout
atom rss
5
Shouts

Put an IOC Powered Bootstrapper in your ASP.NET MVC Application

published 1039 days, 23 hours, 50 minutes ago posted by Sunday_IronfootSunday_Ironfoot 1041 days, 19 hours, 27 minutes ago
Monday, July 19, 2010 10:24:02 AM GMT Saturday, July 17, 2010 2:47:08 PM GMT
Do you have a fat Global.asax file in your ASP.NET MVC application? Does it contain 1000’s of lines of application start-up code? Want to break it out into separate classes and gain the benefits of decoupling, dependency injection and unit testability? (more)
category: Web Dev | clicked: 6 | comment | | source: www.dominicpettifer.co.uk
tags: ASP.NET MVC, Best Practices, ioc container, Patterns & Practices
6
Shouts

Extending ASP.NET Web Pages - Create Your Own Helpers

published 1039 days, 23 hours, 50 minutes ago posted by MikesdotnettingMikesdotnetting 1040 days, 13 hours, 31 minutes ago
Monday, July 19, 2010 10:24:02 AM GMT Sunday, July 18, 2010 8:43:50 PM GMT
Extending ASP.NET Web Pages - Create Your Own Helpers   The Beta1 version of WebMatrix comes with a number of Web Pages helpers to make your life simple. These include helpers to work with file uploading, images, email, caching, grids, Twitter feeds and a lot more. I suspect that as the product evolves towards full release, more will be added. Nevertheless, the developers of WebMatrix and Web Pages cannot anticipate every requirement, so there will be a time when you feel you need something extra. ... (more)
category: Web Dev | clicked: 0 | comment | | source: www.mikesdotnetting.com
tags: asp net web pages, WebMatrix
7
Shouts

Events and Delegates Under The Hood - Jesse Liberty

published 1038 days, 15 hours, 31 minutes ago posted by jantujantu 1040 days, 6 minutes ago
Tuesday, July 20, 2010 6:43:23 PM GMT Monday, July 19, 2010 10:08:13 AM GMT
Many programmers come to Silverlight with little prior experience with C#, and thus conceptualize events as a response to an action that is “hooked up” using somewhat arbitrary syntax. All of that is fine, until it isn’t, and so this post will dive a bit deeper into Delegates and Events as core aspects of .Net languages. (more)
category: Metro | clicked: 0 | comment | | source: jesseliberty.com
tags: Mini-Tutorial, C#, delegates, Events
6
Shouts

Vb.Net Draw In Picturebox [ VB .Net Tutorial ]

posted by pons_saravananpons_saravanan 1045 days, 3 hours, 54 minutes ago
Wednesday, July 14, 2010 6:19:58 AM GMT
Drawing libraries in .Net ‘System.Drawing’ can be one of the fun working libraries for working on interesting tasks like imaging. This is loaded with a lot of features that can make the drawing and imaging activities much easier. Dealing with Bitmap I usually prefer to work ... (more)
category: Smart Client | clicked: 7 | comment | | source: www.vbnettutorial.net
3
Shouts

Check out Chirpy, a very cool Add-In to run T4MVC and do many other cool things - Angle Bracket Percent

published 1039 days, 23 hours, 50 minutes ago posted by rajuraju 1041 days, 5 hours, 1 minute ago
Monday, July 19, 2010 10:24:02 AM GMT Sunday, July 18, 2010 5:12:55 AM GMT
Just a quick post to point folks to a very cool CodePlex Add-In that you may not know about. It’s called Chirpy and can be downloaded from http://chirpy.codeplex.com/. The reason I discovered it is that it includes functionality to automatically run T4MVC. In fact, it is basically the new version of the Add-In by Wayne Brantley that I blogged about a few months back. Wayne has been working on this with Evan Nagle, who is the main owner. (more)
category: Web Dev | clicked: 5 | comment | | source: blogs.msdn.com
tags: CodePlex, T4MVC
4
Shouts

XML Binding in WPF with Sample RSS reader

published 1039 days, 23 hours, 50 minutes ago posted by abhi2434abhi2434 1041 days, 18 minutes ago
Monday, July 19, 2010 10:24:02 AM GMT Sunday, July 18, 2010 9:56:23 AM GMT
XAML being getting more and more popular is also introduced for Mobile applications. Recently while I was exploring on the internet, I found that the recent version of Windows 7 mobile interfaces uses Silverlight to deal with the interface. Just after the initial thought, I thought to try it for just to increase my knowledge base. Hence, I installed it to my machine and tried. It works great and I am really excited to see that Silverlight is again introduced with this mobile. Inspite of having XNA fo... (more)
category: How To | clicked: 0 | comment | | source: www.abhisheksur.com
5
Shouts

ASP.NET Output Cache Provider - Gil Fink on .Net

published 1039 days, 23 hours, 50 minutes ago posted by gilfgilf 1040 days, 22 hours, 54 minutes ago
Monday, July 19, 2010 10:24:02 AM GMT Sunday, July 18, 2010 11:20:19 AM GMT
One of the new features that were shipped with ASP.NET 4 was new providers for caching purpose. In this post I’ll explain one of them – the OutputCacheProvider. (more)
category: Web Dev | clicked: 1 | comment | | source: blogs.microsoft.co.il
tags: Caching, output cache, ASP.NET
4
Shouts

Race Condition & Synchronization in C# - Coding N Design

published 1039 days, 23 hours, 50 minutes ago posted by http://sankarsan.myopenid.com/http://sankarsan.myopenid.com/ 1040 days, 21 hours, 26 minutes ago
Monday, July 19, 2010 10:24:02 AM GMT Sunday, July 18, 2010 12:48:14 PM GMT
We have heard about the term race condition in relation to threads.This is basically a scenario where two or more threads are competing(racing) to read/write from a shared memory location leading to the possibilities of leaving the program in an inconsistent state. Consider the program shown below: public class A { public int x = 0; public int y = 0... (more)
category: How To | clicked: 0 | comment | | source: codingndesign.com
tags: monitor, Threading, lock
3
Shouts

Updating your Windows Phone Splash Screen with Transparent Images - Jason Zander

published 1039 days, 23 hours, 50 minutes ago posted by jantujantu 1040 days, 17 hours, 7 minutes ago
Monday, July 19, 2010 10:24:02 AM GMT Sunday, July 18, 2010 5:07:03 PM GMT
With the new beta of the Windows Phone 7 tools out (and the delivery a cool new developer device to my office!) I’ve been updating my sample application and working through a few new features. As I’ve done this I’ve found several things I’ve had to do some research on that I thought I would document to (hopefully) save you some time doing the same. My next couple of posts will cover some of those topics starting with a quickie on splash screens. (more)
category: UX | clicked: 1 | comment | | source: blogs.msdn.com
tags: Silverlight, Windows Phone
4
Shouts

Teaching An Old Control New Tricks With Templates - Jesse Liberty

published 1039 days, 23 hours, 50 minutes ago posted by jantujantu 1040 days, 21 hours, 50 minutes ago
Monday, July 19, 2010 10:24:02 AM GMT Sunday, July 18, 2010 12:24:45 PM GMT
You will remember that in the previous post in this small series, we created a new button template with a new appearance and new behavior for the “standard” view states.This button will be used with our form, and the form in turn will (eventually) be prepopulated from a database. It would be very convenient if the button reflected the need for the data to be saved when the user updates any of the fields. The design calls for the button’s border to turn red when the user makes any changes, and to return ... (more)
category: UX | clicked: 2 | comment | | source: jesseliberty.com
tags: Mini-Tutorial, Visual State Manager, Blend
5
Shouts

Using TransferMode.StreamedResponse to download files in Silverlight 4 - Carlos Figueira

published 1040 days, 21 hours, 40 minutes ago posted by jantujantu 1042 days, 1 hour, 33 minutes ago
Sunday, July 18, 2010 12:34:51 PM GMT Saturday, July 17, 2010 8:41:11 AM GMT
After seeing some questions about this new feature added in Silverlight 4, I decided to post an example to see how it can be used in some real world scenarios. This new mode was added mostly to enable the performance improvements in the Polling Duplex protocol, but it can also be used by itself, such as to download a large file from a WCF service. The whole project for this blog post can be downloaded here. A simple download service contract looks like the one below. [ServiceContract(Namespace = "")] p... (more)
category: Metro | clicked: 0 | comment | | source: blogs.msdn.com
tags: Silverlight, SL4
5
Shouts

Stepping Through .NET Source with VS2010 and .NET 4 - Ron Jacobs

published 1040 days, 21 hours, 40 minutes ago posted by jantujantu 1042 days, 1 hour, 39 minutes ago
Sunday, July 18, 2010 12:34:51 PM GMT Saturday, July 17, 2010 8:35:01 AM GMT
This morning I stumbled across something so cool… I had no idea it existed (I know some of you are saying… “What he didn’t know about this?)How many times have you wanted to debug right into the source of .NET? The feature is there, just turn it on… (more)
category: How To | clicked: 0 | comment | | source: blogs.msdn.com
tags: .net 4, VS2010
5
Shouts

Windows Server AppFabric: Better, Faster, Cheaper - Somasegar

published 1040 days, 21 hours, 40 minutes ago posted by jantujantu 1042 days, 1 hour, 42 minutes ago
Sunday, July 18, 2010 12:34:51 PM GMT Saturday, July 17, 2010 8:32:03 AM GMT
Earlier this week in our Worldwide Partner Conference, we outlined our vision for the cloud and underscored Microsoft's commitment to providing a platform that enables our customers to embrace cloud computing fully. As part of this commitment, the opportunity for developers to build applications targeting the cloud has never been greater. Microsoft continues to provide common tools and frameworks, so developers can easily build applications in a consistent way, whether those applications will run in the ... (more)
category: Metro | clicked: 0 | comment | | source: blogs.msdn.com
tags: .NET Framework, MSDN, Visual Studio, Developer Division
7
Shouts

Code-First Development with Entity Framework 4 - Scott Guthrie

published 1040 days, 21 hours, 40 minutes ago posted by jantujantu 1042 days, 21 hours, 59 minutes ago
Sunday, July 18, 2010 12:34:51 PM GMT Friday, July 16, 2010 12:15:40 PM GMT
.NET 4 ships with a new and much improved version of Entity Framework (EF) – a data access and OR/M  library that lives within the System.Data.Entity namespace.When Entity Framework was first introduced with .NET 3.5 SP1, developers provided a lot of feedback on things they thought were missing or incomplete with that first release.  The SQL team did a good job of listening to this feedback, and really focused the EF that ships with .NET 4 on addressing it.  Some of the big improvements in EF4 include:... (more)
category: Web Dev | clicked: 2 | comment | | source: weblogs.asp.net
tags: .NET, Visual Studio, Community News, MVC, ASP.NET
5
Shouts

Optimizing the On-Screen Keyboard - Kirupa Chinnathambi

published 1040 days, 21 hours, 40 minutes ago posted by jantujantu 1042 days, 22 hours, 3 minutes ago
Sunday, July 18, 2010 12:34:51 PM GMT Friday, July 16, 2010 12:11:08 PM GMT
Windows Phone devices are pretty much entirely touch-based. While some device flavors may contain a hardware keyboard that you can use, the primary way for you to input text is by tapping on the virtual, on-screen keyboard... (more)
category: Metro | clicked: 0 | comment | | source: www.kirupa.com
tags: .NET, Silverlight, Windows Phone, Visual Studio
5
Shouts

Templates, Visual State and Fun With Controls - Jesse Liberty

published 1040 days, 21 hours, 40 minutes ago posted by jantujantu 1042 days, 22 hours, 24 minutes ago
Sunday, July 18, 2010 12:34:51 PM GMT Friday, July 16, 2010 11:50:45 AM GMT
This is the third (if you count Sunday’s update!) in my short series on Templates and Data Validation.ClickButton Today we’re going to create a templated Button that changes the appearance and visual state behavior of the button. Changing the visual state behavior in this case means responding to: * MouseOver, by swelling * MouseDown, by twisting and shrinking * Disable, by fading * Lost Focus and Get Focus (more)
category: Metro | clicked: 1 | comment | | source: jesseliberty.com
tags: Mini-Tutorial, Visual State Manager
3
Shouts

Graph Colouring With Simple Backtracking - Fabulous Adventures In Coding - Eric Lippert

published 1042 days, 21 hours, 39 minutes ago posted by jantujantu 1043 days, 15 hours, 37 minutes ago
Friday, July 16, 2010 12:35:23 PM GMT Thursday, July 15, 2010 6:37:22 PM GMT
Before I begin a quick note: congratulations and best wishes to David Johnson, currently the president of my alma mater, the University of Waterloo. The Queen has appointed him to be the next Governor General of Canada come this October. For those of you unfamiliar with the Canadian political structure, Queen Elizabeth is the sovereign ruler Canada; the Governor General acts as her direct representative in Canada and therefore has the (mostly ceremonial, but some real) powers of a head of state... (more)
category: How To | clicked: 1 | comment | | source: blogs.msdn.com
tags: C#, Immutability, graph colouring
4
Shouts

ASP.NET Membership - Handling Authenticated Users that are Not Authorized - Joe Stagner

published 1042 days, 21 hours, 39 minutes ago posted by jantujantu 1043 days, 15 hours, 41 minutes ago
Friday, July 16, 2010 12:35:23 PM GMT Thursday, July 15, 2010 6:33:38 PM GMT
if the user does not have an account on the web site, they will need access to the “Register.aspx” page in order to create one. This resources specific access is provided via the (more)
category: Web Dev | clicked: 5 | comment | | source: misfitgeek.com
tags: roles, Security, Microsoft, Tutorial, Membership, code, ASP.NET
4
Shouts

Customize a ListBox Template with Silverlight - John Papa

published 1042 days, 21 hours, 39 minutes ago posted by jantujantu 1043 days, 15 hours, 45 minutes ago
Friday, July 16, 2010 12:35:23 PM GMT Thursday, July 15, 2010 6:29:37 PM GMT
In this episode of Silverlight TV, Adam Kinney discusses how you can completely customize how a control looks and behaves. Adam explains how all Silverlight controls are lookless and that they can be customized using various templates depending on what you want to achieve. Instead of starting with a simple control like a TextBox, he demonstrates the power of templating using a ListBox and its various templates, including the ItemsPanel, ListBoxItem, Data Template, and more (we joke about the multiple nam... (more)
category: UX | clicked: 3 | comment | | source: johnpapa.net
tags: Silverlight, silverlight-tv, Blend, ListBox
2
Shouts

Designing for Multiple Orientations - Kirupa Chinnathambi

published 1042 days, 21 hours, 39 minutes ago posted by jantujantu 1043 days, 18 hours, 28 minutes ago
Friday, July 16, 2010 12:35:23 PM GMT Thursday, July 15, 2010 3:46:17 PM GMT
Unlike a typical desktop or laptop, applications on your phone can be designed to work well when viewed in either portrait orientation or in landscape orientation. I emphasize "can be" because you do not have to make your application look nice across both orientations. You can just design for one. (more)
category: Metro | clicked: 0 | comment | | source: www.kirupa.com
tags: Silverlight, Windows Phone
Previous 1 2 ... 11 12 13 14 15 16 17 18 19 20 ... 116 117 Next