shima

Stories kicked by shima

Exploring GDI+ : Using the Pen(amrelsehemy.net)

submitted by AmrElsehemyAmrElsehemy(2585) 4 years, 2 months ago

This post describes how to use the Pen object in drawing and using sepcial characteristics of the pen like DashStyle and LineCaps. read more...

add a comment |category: |Views: 24

tags: another

Changing the visual appearance of the control with Silverlight 2 Beta(blogs.windowsclient.net)

submitted by faisalfaisal(1345) 4 years, 2 months ago

Now Silverlight has become quite similar to WPF, it's become easier to change the visual appearance of the controls.With the beta 2 release of Silverlight we've found rich set of controls now to work with.In this demonstration of changing appearance of the controls,I just tried to apply what I learnt from WPF.Those useful styling and Templating of controls by using Style and ControlTemplate. read more...

1 comment |category: |Views: 6

tags: another

Repository Base class in SubSonic 2.1(blog.wekeroad.com)

submitted by cwbrandsmacwbrandsma(1711) 4 years, 2 months ago

Rob Conrey shows off how to implement a SubSonic Dal without using the Active Record Pattern. read more...

add a comment |category: |Views: 110

tags: another

Building an API with .NET(jaltiere.com)

submitted by jaltierejaltiere(885) 4 years, 2 months ago

This article walks through setting up a simple REST API in C# by creating a custom HttpHandler. read more...

add a comment |category: |Views: 33

tags: another

Scott Gu's March 14th Links Collection(weblogs.asp.net)

submitted by dzengdzeng(815) 4 years, 2 months ago

This covers ASP.NET, ASP.NET AJAX, ASP.NET MVC, LINQ, and other acronyms read more...

add a comment |category: |Views: 2

tags: another

SubSonic: New Project Site Online(blog.wekeroad.com)

submitted by rimsystemsrimsystems(6119) 4 years, 2 months ago

Rob Conery talks about the new SubSonic web site. read more...

add a comment |category: |Views: 14

tags: another

DeepZoom in C# - Not just possible, but easy(blogs.msdn.com)

submitted by wisemxwisemx(8074) 4 years, 2 months ago

DeepZoom is a new technology which has been added to Silverlight 2 which gives you a new and unique way of managing images within your application. It is implemented by the <MultiScaleImage> element in XAML, which, as its name suggests, gives you the facility to control scale and zoom of your images, with Silverlight providing a huge virtual space on which these images can be drawn. This is best described by example. Here you can see an image of a kids science project. read more...

1 comment |category: |Views: 73

tags: another

VB.net, oh how I hate thee, let me count the ways...(codethinked.com)

submitted by justin_etheredgejustin_etheredge(8539) 4 years, 2 months ago

A developer who is forced to work in VB.net finally hits the tipping point. Oh, and that developer is me. read more...

2 comments |category: |Views: 89

tags: another

Creating screenshot with C#(typeof.net)

submitted by JozefSevcikJozefSevcik(1880) 4 years, 2 months ago

Simple way how to create screenshots in Winforms applications for error-logging purposes. read more...

add a comment |category: |Views: 96

tags: another

JScript Debugger in Internet Explorer 8(blogs.msdn.com)

submitted by wisemxwisemx(8074) 4 years, 2 months ago

As Shreesh mentioned in his blog, Internet Explorer 8 has a built-in JScript debugger. . . read more...

add a comment |category: |Views: 19

tags: another

Great New Silverlight Control Skins(blogs.msdn.com)

submitted by markheathmarkheath(1485) 4 years, 2 months ago

Brad Abrams links to some really cool Silverlight control skins from Silverlight lead designer Corrina. They are viewable online, and the source is freely downloadable read more...

add a comment |category: |Views: 38

tags: another

LINQ Framework Design Guidelines(blogs.msdn.com)

submitted by nuwandanuwanda(90) 4 years, 2 months ago

New set of design guidelines from Krzysztof Cwalina's team. read more...

1 comment |category: |Views: 17

tags: another

ASP.NET MVC: Securing Your Controller Actions(blog.wekeroad.com)

submitted by alleyalley(2840) 4 years, 2 months ago

Many people on the forums want to know how to best protect Actions on their Controller using Forms Authentication. The MVC Team has done a nice job introducing Filters (using Attributes) to this latest drop of MVC, and in this post I’ll show you how to create a filter that can handle security. read more...

1 comment |category: |Views: 57

tags: another

Command Window(ohnull.com)

submitted by nillfmnillfm(265) 4 years, 2 months ago

A brief introduction the the Command Window. read more...

1 comment |category: |Views: 14

tags: another

How to run ASP.Net MVC on top of Mono(nickandgrace.com)

submitted by nacevesnaceves(100) 4 years, 2 months ago

More specific details about how to run MVC on Mono, with a downloadable code sample! read more...

add a comment |category: |Views: 1380

tags: another

New drop of ASP.NET MVC Framework now available (codebetter.com)

submitted by thoemmithoemmi(340) 4 years, 2 months ago

Jeff Palermo announces the new release of the ASP.NET MVC Framework read more...

1 comment |category: |Views: 1

tags: another