firefalcon

Stories submitted by friends of firefalcon

Silverlight WinToolbar (Codeplex)(wintoolbar.codeplex.com)

submitted by brauliodbrauliod(275) 2 years, 1 month ago

Windows.Toolbar is Silverlight library that implements common widgets that allows us to build a rich toolbar control in our applications, it incorporates: group panels, drop down buttons, pickers… read more...

add a comment |category: |Views: 12

tags: another

Comparing DB Engines(dbschemaeditor.com)

submitted by brauliodbrauliod(275) 3 years, 2 months ago

Choosing which Database Engine to use in a real life project is not an easy task to achieve. In this post you will found an scorecard (oriented to Developers) where you can compare: SQL Server, Oracle, My SQL, SQLite, Firebird. read more...

1 comment |category: |Views: 15

tags: another

Online DB Schema Editor(dbschemaeditor.com)

submitted by brauliodbrauliod(275) 3 years, 4 months ago

DB Schema Editor is a free RIA Web application that will let you design Database Schemas and generate scripts for SQL Server, My SQL, Postgre SQL, SQLite and Oracle directly from your Browser. read more...

add a comment |category: |Views: 55

tags: another

Silverlight + WCF + SSL + Authentication quick troubleshooter (tipsdotnet.com)

submitted by brauliodbrauliod(275) 3 years, 5 months ago

Some days ago I had to deploy my application into SSL hosting and add Authentication. I have compiled the issues and solutions that I found, hope that this could save you some headaches read more...

add a comment |category: |Views: 114

tags: another

Silverlight 2.0 Beta 2 plus ADO .net Entity Framework not working yet (tipsdotnet.com)

submitted by brauliodbrauliod(275) 3 years, 9 months ago

Visual Studio SP-1 has been released and one of the major updates of this Service Pack is the RTM of the ADO .net Entity Framework. Does this integrate well with the current Beta 2 version of Silverlight + WCF ? ... in theory yes, but in practice... read more...

add a comment |category: |Views: 7

tags: another

Silverlight DataGrid CRUD, Sorting...(tipsdotnet.com)

submitted by brauliodbrauliod(275) 3 years, 9 months ago

Some weeks ago I started using the Silverlight DataGrid, I have found that there is few reference / training material available. In this link you will find a compilation of good articles that helped me a lot to understand how this control works. HTH read more...

add a comment |category: |Views: 506

tags: another

Viewstate monster(tipsdotnet.com)

submitted by brauliodbrauliod(275) 3 years, 11 months ago

Viewstate it's an useful things, but not knowing the internals and how to disable it (in some cases), can lead you to really serious performance issues. Here you will find a compilation of articles about this topic (Viestate internals, how to disable ViewState in Dropdownlists, ...). read more...

add a comment |category: |Views: 27

tags: another

Generating Ms Word documents using .net (ASP .net, ...)(tipsdotnet.com)

submitted by brauliodbrauliod(275) 3 years, 11 months ago

Articles compilation about how to generate Ms Word Docs under .net (ASP .net, ...) using several approaches: Open XML, WordML, RTF + XSL, VSTO... read more...

add a comment |category: |Views: 30

tags: another

30 Websites to follow if you’re into Web Development | Six Revisions -(sixrevisions.com)

submitted by javierRomerojavierRomero(1010) 4 years ago

I’ve made it a goal to learn at least one useful thing each day so that I can stay sharp and well-versed on the topic of web development and design. To that end, here’s some of the websites I keep track of to find new techniques, resources, and news about building websites. read more...

add a comment |category: |Views: 27

tags: another

Diet plan for ASP .net pages… LOOSE WEIGHT NOW !! (tipsdotnet.com)

submitted by brauliodbrauliod(275) 4 years, 1 month ago

If we don’t take care about how we feed our ASP .net pages… we will find that they will tend rapidly to gain too much weight, this can provide us a lot of headaches. Let's see how to reduce the size of our pages. read more...

add a comment |category: |Views: 6

tags: another

Textblock: Avoid overflow, display text inside a limited area (tipsdotnet.com)

submitted by brauliodbrauliod(275) 4 years, 3 months ago

Textblock is not the most documented control in Silverlight… one of the most common things that we developers have to face in our day by day work is to fit a text inside a given width and height area. read more...

add a comment |category: |Views: 114

tags: another

Managing a timer from code-behind with Silverlight 2.0 (tipsdotnet.com)

submitted by brauliodbrauliod(275) 4 years, 4 months ago

In a recent development I need to poll every X seconds to a web service to update my silverlight front end. I was looking for a good example about how to do this using 1.1/2.0 but found a lot of issues, it seems that threading is still not very well supported in the current alpha version. read more...

add a comment |category: |Views: 18

tags: another

Get namespaces from an XML Document with XPathDocument and LINQ to XML(hanselman.com)

submitted by javierRomerojavierRomero(1010) 4 years, 4 months ago

how to get the namespaces from an XML document read more...

add a comment |category: |Views: 32

tags: another

Your Websites, Our Passion! : Tips & Tricks: Web Server Settings for W(blogs.msdn.com)

submitted by javierRomerojavierRomero(1010) 4 years, 4 months ago

Web server settings, which are accessible inside Web Application Projects (WAPs) property pages (Web section) allow you to specify settings associated to to Visual Studio Development Server or IIS. Many a times in a team development environment it is preferred that these settings are shared across the teams providing consistency; at the same time many other teams prefer that these settings be developer specific. read more...

add a comment |category: |Views: 0

tags: another

Video on debugging into the .NET source code(danielmoth.com)

submitted by javierRomerojavierRomero(1010) 4 years, 4 months ago

Daniel Moth publish about debug into the actual .NET Framework source code! . There are a screencast with a step by step how to enable this feature read more...

add a comment |category: |Views: 3

tags: another

Ordenando (Sort) Colecciones con tipos genéricos y Métodos Anónimos(javier-romero.com)

submitted by javierRomerojavierRomero(1010) 4 years, 4 months ago

Ordenar una colección, podría tomarse como una de las tareas más triviales dentro del desarrollo de algo: Sobrescribir el método Sort(), implementar IComparer o IComparable, etc. Pero a veces en aras del tiempo necesitas hacerlo de forma aún más rápida. En ese momento es que encontré un uso realmente práctico a la combinación de Tipos Genéricos y Métodos Anónimos: utilizarlos para ordenar una colección. read more...

1 comment |category: |Views: 61

tags: another