brauliod

Stories kicked by brauliod

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 RC0 DataGrid CommittingEdit work around(onteorasoftware.net)

submitted by vb2aevb2ae(175) 3 years, 7 months ago

This article shows how to hook into the datagrid cells lostfocus event to simulate the Beta 2's CommittingEdit event read more...

add a comment |category: |Views: 93

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

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

Tips from the trenches: Better ASP .net AJAX enabled sites(tipsdotnet.com)

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

This post tries to save you some late night pizzas and coffees by showing a bunch of AJAX ASP .net tips learned in real life projects (2 AM in the morning, red eyes, …). read more...

add a comment |category: |Views: 1

tags: another

Basic Sample: Generate RSS Feed using LINQ To SQL and LINQ To XML (tipsdotnet.com)

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

Learn LINQ To SQL and LINQ to XML by example. Simple, step by step, sample about how to generate an RSSFeed using LINQ To SQL and LINQ TO XML in only five lines of code. read more...

add a comment |category: |Views: 33

tags: another

Comparing Excel generation techniques on ASP .net: (tipsdotnet.com)

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

There are a lot of different approaches available for Excel Generation on ASP .net, and none of them seems to be a silver bullet… (some of them are limited, some others have an associated license cost, or pay a penaly on performance, ...) . This post tries to shed some light in this area and easy the process of selecting which approach to follow in your web application. read more...

2 comments |category: |Views: 17

tags: another

Excel 2007 + Excel Services perfect combination for Ad Hoc reporting o(tipsdotnet.com)

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

There are many tools available in the market for Ad Hoc reporting, for instance Ms offers tools like Report Builder (SSRS) and Performance Point Analytics (former Proclarity Analytics). But... Excel 2007 and Excel Services seems to be the best set of tools for ad hoc reporting, this article enumerates strong and weak points of this technology. read more...

add a comment |category: |Views: 10

tags: another