afs97209

Stories kicked by afs97209

Using BlogEngine.net as a general purpose CMS part I(blog.spontaneouspublicity.com)

submitted by HoolieManHoolieMan(1715) 4 years, 2 months ago

In this series of posts, I will show how I converted a small website from just standard .aspx pages into a site where all pages are editable by Windows Live Writer and via an online interface. In Part I of this series I will just set some background on how I am approaching the creation of this lightweight CMS. read more...

add a comment |category: |Views: 398

tags: another

Perceptions of Quality(notethat.blogspot.com)

submitted by jowolfjowolf(40) 4 years, 2 months ago

Quite some ago Intergen's Development Steering Group (DSG, a small group of senior developers/architects) went on a 'retreat' to discuss issues affected the development team as a whole and plan some strategy. Among the items up for discussion was the issue of quality - how to achieve it, and, in order to decide that, what on earth quality actually is. You might be thinking: "That's easy. Quality is making something good" which is all very well until you are asked to define what makes a piece of software 'good'. Is it that the code is well written, well documented, that the design is clean, tidy and understandable, that the GUI looks pretty, that the GUI is easy to use, that the system meets user requirements? All of the above? read more...

add a comment |category: |Views: 1

tags: another

Windows 2008 hosting is here!(community.discountasp.net)

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

We have flipped the big switch and activated the new Windows 2008 / IIS 7 hosting servers. DiscountASP.NET is the first shared hosting provider to offer IIS 7 complete with most of the features that make it attractive, rather than in some locked-down closer-to-IIS 6 version that other shared hosting providers may try to pawn off as Windows 2008 hosting. read more...

add a comment |category: |Views: 4

tags: another

Mono, a look forward(tempvariable.blogspot.com)

submitted by w3stfa11w3stfa11(645) 4 years, 2 months ago

A brief look at where Mono is and where's it going. read more...

3 comments |category: |Views: 14

tags: another

.NET Basics : Explicit vs Implicit Interface Implementation(shafqatahmed.com)

submitted by raasielraasiel(865) 4 years, 3 months ago

A simple look at implicit vs explicit interface implementaion read more...

add a comment |category: |Views: 160

tags: another

Video of Luke Hoban's In-Depth Look at C# 3.0(blogs.msdn.com)

submitted by CharlieCalvertCharlieCalvert(7875) 4 years, 3 months ago

Last fall in Barcelona, Spain two PM's from the C# team gave talks on key parts of the new technology found in Visual Studio 2008. * Microsoft Visual C# Under the Covers: An In-Depth Look at C# 3.0 * LINQ to SQL: Accessing Relational Data with Language Integrated Query read more...

add a comment |category: |Views: 432

tags: another

Creating Self Signed SSL Certificates on IIS 6.0 and Win Server 2003(codeforeternity.com)

submitted by xtremebizxtremebiz(575) 4 years, 3 months ago

Step by step tutorial (with screen shots) on creating self signed SSL certificates on IIS 6.0 and Win 2003 development / test servers using the FREE SelfSSL tool which comes with IIS 6.0 Resource Kit Tools. You can even use it to secure your local intranet. read more...

add a comment |category: |Views: 327

tags: another

.NET Namespaces(blackwasp.co.uk)

submitted by BlackWaspBlackWasp(4212) 4 years, 3 months ago

The sixteenth part of the C# Object-Oriented Programming tutorial describes the use of namespaces. Namespaces allow classes, structures and other items to be grouped and organised and remove the possibility of class-naming conflicts. read more...

add a comment |category: |Views: 1

tags: another

Top 10 Best Practices for Production ASP.NET Applications(daptivate.com)

submitted by kbeyerkbeyer(445) 4 years, 3 months ago

A list of some things to pay attention to when dealing with production ASP.NET applications. read more...

1 comment |category: |Views: 175

tags: another

20 Famous Software Disasters(devtopics.com)

submitted by DevTopicsDevTopics(1050) 4 years, 3 months ago

"To err is human, but to really foul things up you need a computer." –Paul Ehrlich read more...

add a comment |category: |Views: 189

tags: another

Dynamically Generating Lambdas(codethinked.com)

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

In this post you will see how to build expression trees and compile and call dynamically generated lambdas. read more...

add a comment |category: |Views: 13

tags: another

.NET Rocks! Miguel de Icaza and Geoff Norton on Mono(dotnetrocks.com)

submitted by w3stfa11w3stfa11(645) 4 years, 3 months ago

Miguel is back to talk Mono with Geoff Norton. Many things have changed since we last talked to Miguel about the Mono project, an open-source port of the .NET Framework that runs on Windows, Linux, and the Mac. The focus is mostly about running .NET apps on the Mac. read more...

add a comment |category: |Views: 5

tags: another

MonoDevelop goes to MacOS X - Miguel de Icaza(tirania.org)

submitted by w3stfa11w3stfa11(645) 4 years, 3 months ago

We have released an updated Mono 1.2.6 package for MacOS X that contains Imendio's Native Gtk+ for OSX, Gtk# and MonoDevelop with Mac support. It is now available from our downloads page. read more...

add a comment |category: |Views: 2

tags: another

VS 2008 Web Development Hot-Fix Roll-Up Available(weblogs.asp.net)

submitted by craigtpcraigtp(683) 4 years, 3 months ago

VS 2008 Web Development Hot-Fix Roll-Up Available, as posted to ScottGu's blog. Numerous fixes, including the "source code editor freeze" issue that a few people have experienced. read more...

add a comment |category: |Views: 8

tags: another

New ASP.NET Wiki(weblogs.asp.net)

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

Check out the new ASP.NET wiki for a ton of resources on asp.net. Being a wiki, everyone can contribute so go ahead and give it a whirl! http://wiki.asp.net/ read more...

1 comment |category: |Views: 12

tags: another

New BlogEngine.NET Extension - SlideShow Photo Gallery(dannydouglass.com)

submitted by DannyDouglassDannyDouglass(1260) 4 years, 3 months ago

I've wanted to build a BlogEngine.NET extension to display a photo gallery since I first starting using this product. Vertigo has made my job easier with Slide.Show, a rich Silverlight application that provides an elegant and simple photo sharing user experience. It also supports direct Flickr integration that I have included as a part of this extension. All you have to do is change one configuration value in the configuration.xml and you are all set to hook into your Flickr account. A live demo can be found at http://dannydouglass.com/page/photogallery.aspx. My website offers a popup version of this gallery (click the "photos" tab above) that I would be glad to explain in a follow-up post if there is any interest. [Requires Silverlight 1.0] read more...

1 comment |category: |Views: 373

tags: another