flago

Stories kicked by flago

SEO Tip: Submitting All of Your Blog URLs to Search Engines(willstrohl.com)

submitted by hismightinesshismightiness(549) 3 years, 1 month ago

DotNetNuke does a pretty good job of providing an XML Site Map for your to submit to the major search engines. However, it does not contain any dynamic URLs. A good example of what I am talking about is the DNN core Blog module. This module dynamically generates a new URL that will not show up in the Site Map that is generated by DNN. read more...

add a comment |category: |Views: 8

tags: another

15 Essential Checks Before Launching Your Website(smashingmagazine.com)

submitted by LordLord(3737) 3 years, 1 month ago

Your website is designed, the CMS works, content has been added and the client is happy. It’s time to take the website live. Or is it? When launching a website, you can often forget a number of things in your eagerness to make it live, so it’s useful to have a checklist to look through as you make your final touches and before you announce your website to the world. read more...

add a comment |category: |Views: 403

tags: another

DebuggerDisplay and DebuggerBrowsable – Two Debugger Attributes to kno(dev102.com)

submitted by razamitrazamit(4566) 3 years, 1 month ago

two very useful debugger attributes any programmer should know read more...

add a comment |category: |Views: 259

tags: another

5 Minute Tutorial on Managed Extensibility Framework (MEF)(milkcarton.com)

submitted by akcoderakcoder(830) 3 years, 1 month ago

A quick, to the point tutorial on exposing and consuming a plugin architecture created with MEF. read more...

add a comment |category: |Views: 3231

tags: another

Tuning Click-Once deployment performance with VRTA and PowerShell(tellingmachine.com)

submitted by KlausKlaus(755) 3 years, 1 month ago

Some of our client applications get distributed using the Click-Once paradigm. One day we noticed that the time between the initial click on the download link in the browser and the complete initialization of the Click-Once desktop client application took much longer than a user would tolerate. We decided to debug the deployment of the application and fix the problem. We chose the Microsoft Netmon 3.2 and the VRTA (Visual Round Trip Analyzer) for the initial analysis. read more...

add a comment |category: |Views: 29

tags: another

13 ASP.NET MVC extensibility points you have to know(codeclimber.net.nz)

submitted by simonechsimonech(10.1k) 3 years, 1 month ago

One of the main design principles ASP.NET MVC has been designed with is extensibility. Everything (or most of) in the processing pipeline is replaceable so, if you don’t like the conventions (or lack of them) that ASP.NET MVC uses, you can create your own services to support your conventions and inject them into the main pipeline. This post shows 13 extensibility points that every ASP.NET MVC developer should know, starting from the beginning of the pipeline and going forward till the rendering of the view. read more...

add a comment |category: |Views: 501

tags: another

5 Most Common Asked Questions When Using .Net RIA Services(hatim.indexdev.net)

submitted by HatimrHatimr(1492) 3 years, 1 month ago

From the comments on my previous articles on .Net RIA Services and from the search queries that lead to those articles, a pattern of a recurring set of questions showed up and I am sure that most .Net RIA Services enthusiasts face the same issues. This post address a few of these issues read more...

add a comment |category: |Views: 285

tags: another

Being a software startup in a recession(blog.lavablast.com)

submitted by EtienneTremblayEtienneTremblay(5008) 3 years, 1 month ago

Lessons learned about being a software startup in a recession. read more...

add a comment |category: |Views: 438

tags: another

Learn ASP.NET MVC (Getting Started & Digging Deeper)(goneale.wordpress.com)

submitted by gonealegoneale(1055) 3 years, 2 months ago

I have a few ASP.NET MVC links I’ve had for a bit for when people ask me where they should start from in learning ASP.NET MVC, so I thought today it would be good to get them out there and get them posted. read more...

add a comment |category: |Views: 375

tags: another

Generating NUnit tests with PowerShell(tellingmachine.com)

submitted by KlausKlaus(755) 3 years, 2 months ago

The other day I needed to write NUnit unit tests to for a large number of method overloads. There were almost 100 methods that needed to be tested. The method signatures followed a well defined pattern. This didn’t look like much fun at first, but then I looked in my toolbox and I saw the smiling face of the PowerShell ISE shouting “Pick me! Pick me!”. About two hours later I had created a script that would parse the method signatures and generate NUnit test methods for each of the functions. read more...

add a comment |category: |Views: 29

tags: another

Waterfall development just work as great(blog.decayingcode.com)

submitted by arch4ngelarch4ngel(585) 3 years, 2 months ago

Waterfall development is still a valid way to develop software. Setting up the requirements, making proper analysis, coding and then testing works just as fine. However… not for ever changing software like a website. If I were to build an e-Commerce website, I would never choose to go Waterfall. read more...

add a comment |category: |Views: 16

tags: another

Ajax autocomplete textbox in GridView(csharpdotnetfreak.blogspot.com)

submitted by amit.jainamit.jain(1181) 3 years, 2 months ago

In this example i am implementing the AutoComplete functionality to textbox in the EditItemTemaplate of GridView using AJAX autocomplete extender, for this we need to create a web service which calls the method to fetch data from database and display results as suggestions for textbox read more...

add a comment |category: |Views: 108

tags: another

Cast<> to the rescue.(nizarnoorani.com)

submitted by noorani786noorani786(342) 3 years, 2 months ago

How to convert an collection of classes to a collection of interfaces. read more...

add a comment |category: |Views: 18

tags: another

Debugging the Future (Advanced .NET Debugging) Video Presentation(michaelckennedy.net)

submitted by mkennedy66996693mkennedy66996693(480) 3 years, 2 months ago

My esteemed colleague, friend, and fellow instructor at DevelopMentor Jason Whittington gave a great presentation on advanced .NET debugging recently at the Oklahoma City Developer's Group. They luckily recorded it on video and published it on their website so that it may "live on in the Google". read more...

add a comment |category: |Views: 30

tags: another

T4 Templates: A Quick-Start Guide for ASP.NET MVC Developers(blogs.msdn.com)

submitted by JemmJemm(9604) 3 years, 3 months ago

"As mentioned in our recent blog post on the ASP.NET MVC Release Candidate, our code-generation features (namely, Add Controller and Add View) now use the T4 (Text Template Transformation Toolkit) templating technology behind the scenes. Because users can customize the templates to a great extent, we wanted to make a post to bring everyone up to speed on T4." read more...

1 comment |category: |Views: 382

tags: another

Creating a WPF / Silverlight Control With a Semi Transparent Backgroun(dev102.com)

submitted by razamitrazamit(4566) 3 years, 3 months ago

Yesterday I was trying to create a control with a partially transparent background,. I am writing this because what I thought was so straight forward, was not. read more...

7 comments |category: |Views: 241

tags: another