Samanta

Stories kicked by Samanta

Release of report generator for Silverlight(perpetuumsoft.com)

submitted by SamantaSamanta(50) 3 years, 8 months ago

Report Sharp-Shooter for Silverlight is a new solution designed to create Web reports of the next generation. The use of Silverlight technology guarantees correct report display with the ability to delicately set the appearance, compatibility with the most popular browsers, no necessity to install additional software on the client side. Report Sharp-Shooter for Silverlight provides high interactivity and offers possibility to preview, pan, zoom, and export reports to the most wide-spread formats, quickly search for necessary information and conveniently navigate the report. read more...

add a comment |category: |Views: 9

tags: another

Do you think that you know how to deliver reports over the web?(perpetuumsoft.com)

submitted by SamantaSamanta(50) 3 years, 8 months ago

It’s amazing but although reports are the essential part of any business application, nowadays there is no simple, convenient, safe and universal way of distributing reports over the web. I know that many developers don’t agree with this statement. Ok, let’s analyze the difference between client and web reporting solutions. read more...

add a comment |category: |Views: 20

tags: another

Visions in Online Crystal Ball: Is Silverlight™ 2.0 - “THE NEXT BIG TH(perpetuumsoft.com)

submitted by SamantaSamanta(50) 3 years, 11 months ago

The Holy War has begun. Forums and blogs are full of flames on «Ajax™ vs Flash™ vs Silverlight™ vs JavaFX™». Currently it is obvious that in the near future SaaS (Software-as-a-Service) application distribution model will capture considerable part of both corporate market and home users sphere. It is estimated that about 25% of corporate applications will be distributed as SaaS by 2011. I won’t go into detail of advantages of this distribution model, as there are many publications on this topic. It is enough to say that SaaS applications don’t require installation on client computers. As a result only provider should take care of application setup, management and maintenance; this helps dramatically scrimp on software licensing and save considerable sum on hardware and IT personnel. read more...

add a comment |category: |Views: 13

tags: another

10 Visual Studio Shortcuts You Must Know(dev102.com)

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

A great list of 10 Visual Studio Shortcuts any software developer must know and use. read more...

add a comment |category: |Views: 65

tags: another

LINQPad as a Code Snippet Execution Engine(west-wind.com)

submitted by rstrahlrstrahl(7226) 4 years, 1 month ago

LINQPad is an awesome tool to quickly execute code. Besides the obvious LINQ testing features that its name implies, LINQPad also can come in quite handy as a generic .NET code snippet execution utility that allows you to run any .NET expression or single statement block. It's a great tool for your toolbox to quickly check behavior of BCL functions for example... read more...

1 comment |category: |Views: 27

tags: another

SQL SERVER - 15 Best Practices for Better Database Performance(blog.sqlauthority.com)

submitted by pinaldavepinaldave(9662) 4 years, 1 month ago

I have written 14 best practices here, read them all and let me know what is as per your opinion should be the 15th best practice. read more...

3 comments |category: |Views: 46

tags: another

Easter Egg in the VS 2008 Installer?(weblogs.asp.net)

submitted by jongallowayjongalloway(4380) 4 years, 1 month ago

I can't reproduce it, but I'm pretty sure I saw an easter egg when installing Visual Studio 2008. read more...

4 comments |category: |Views: 21

tags: another

What is wrong with the ASP.NET Community(danhounshell.com)

submitted by bradygasterbradygaster(4897) 4 years, 2 months ago

Dan Hounshell expounds on the state of the ASP.Net community. Weigh in using his commenting system with your own thoughts. read more...

2 comments |category: |Views: 5

tags: another

Book Review: LINQ in Action(west-wind.com)

submitted by bennagebennage(1150) 4 years, 2 months ago

Rick Strahl reviews "LINQ in Action". He sounds pretty pleased with the book. read more...

1 comment |category: |Views: 9

tags: another

How to get data dynamically from you LINQ to SQL data context « C# Dis(marlongrech.wordpress.com)

submitted by marlongrechmarlongrech(1000) 4 years, 2 months ago

Lately I have been playing around with LINQ to SQL and let me tell you this. It is super cool! :D So today I wanted to check how I can grab data from all tables that are mapped in my LINQ to SQL mapping file. I discovered that it is really easy… In fact it is just a few lines of code. Have a look … read more...

add a comment |category: |Views: 4

tags: another

Implementing table inheritance in SQL Server(sqlteam.com)

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

When designing a database, we sometimes come across situations where there are multiple types of entities that we are modeling, but we'd like them to all have certain attributes or relations in common. Using "sub-type" tables is a simple way to implement table inheritance in SQL Server. read more...

add a comment |category: |Views: 106

tags: another

Custom Entity Classes Using LINQ to SQL Part 1 - DataObjects(blog.reamped.net)

submitted by kayoskayos(890) 4 years, 3 months ago

Want to use LINQ without using th LINQ to SQL Classes file? Maybe even add it into an existing object model you already have set up? read more...

add a comment |category: |Views: 91

tags: another

One-To-Many (Master-Detail) Forms with LINQ to SQL(blogs.msdn.com)

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

Practical example (Winforms) of creating master-detail form. read more...

add a comment |category: |Views: 802

tags: another

SQL Server, Clean your Database Records and reset Identity Columns, Th(mosesofegypt.net)

submitted by mosessaurmosessaur(5424) 4 years, 3 months ago

Reset SQL Server Database read more...

add a comment |category: |Views: 19

tags: another

Different ways to find the identity value inserted in the SQL server -(vikramlakhotia.com)

submitted by Vineet2Vineet2(435) 4 years, 4 months ago

When inserting a row in the database with an identity column as a primary key, most of the time we need to capture the new identity value generated. In SQL Server there cane as many as three approaches for the same. read more...

add a comment |category: |Views: 13

tags: another

LINQ: How to do joins between a relational database and xml data(blogs.msdn.com)

submitted by zainzain(80) 4 years, 6 months ago

At my Houston MSDN Event (http://www.msdnevents.com) I had a student ask me if it was possible to do a Join between different data sources using LINQ. Specifically, he asked about joining XML data with SQL data. So I thought "What the hell, let's give it a shot." It turns out you CAN do joins between different data sources with no problems that I can see. Here is my example of how to join SQL and XML data using LINQ. read more...

add a comment |category: |Views: 11

tags: another